[go: up one dir, main page]

genmesh 0.3.2

A package for generating 3D meshes
Build #541 2016-07-30 17:28:13

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading genmesh v0.3.2
Downloading cgmath v0.10.0
Compiling libc v0.2.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.14/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1f3392fe1afd1313 -C extra-filename=-1f3392fe1afd1313 --out-dir /home/cratesfyi/genmesh-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps --cap-lints allow`
Compiling num-traits v0.1.34
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.1.34/src/lib.rs --crate-name num_traits --crate-type lib -g -C metadata=ca71ec056d3f4118 -C extra-filename=-ca71ec056d3f4118 --out-dir /home/cratesfyi/genmesh-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps --cap-lints allow`
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/genmesh-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps --cap-lints allow`
Compiling rand v0.3.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/genmesh-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps --extern libc=/home/cratesfyi/genmesh-0.3.2/debug/deps/liblibc-1f3392fe1afd1313.rlib --cap-lints allow`
Compiling cgmath v0.10.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/cgmath-0.10.0/src/lib.rs --crate-name cgmath --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"rustc-serialize\" -C metadata=ef6d77a26a3aec5e -C extra-filename=-ef6d77a26a3aec5e --out-dir /home/cratesfyi/genmesh-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps --extern rustc_serialize=/home/cratesfyi/genmesh-0.3.2/debug/deps/librustc_serialize-3561541d79c18212.rlib --extern num_traits=/home/cratesfyi/genmesh-0.3.2/debug/deps/libnum_traits-ca71ec056d3f4118.rlib --extern rand=/home/cratesfyi/genmesh-0.3.2/debug/deps/librand-49a08859d086fffe.rlib --cap-lints allow`
Documenting genmesh v0.3.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/lib.rs --crate-name genmesh -o /home/cratesfyi/genmesh-0.3.2/doc -L dependency=/home/cratesfyi/genmesh-0.3.2/debug -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps --extern cgmath=/home/cratesfyi/genmesh-0.3.2/debug/deps/libcgmath-ef6d77a26a3aec5e.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:19:23: 19:33 error: unresolved import `cgmath::FixedArray`. There is no `FixedArray` in `cgmath` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:19 use cgmath::{Vector3, FixedArray, EuclideanVector};
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:19:35: 19:50 error: unresolved import `cgmath::EuclideanVector`. There is no `EuclideanVector` in `cgmath` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:19 use cgmath::{Vector3, FixedArray, EuclideanVector};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:107:17: 107:19 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:107         a.cross(&b).normalize().into_fixed()
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:107:17: 107:19 note: expected type `cgmath::Vector3<f32>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:107:17: 107:19 note:    found type `&cgmath::Vector3<f32>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:107:17: 107:19 note: expected struct `cgmath::Vector3`, found &-ptr 
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:107         a.cross(&b).normalize().into_fixed()
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:107:21: 107:30 error: no method named `normalize` found for type `cgmath::Vector3<f32>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:107         a.cross(&b).normalize().into_fixed()
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:107:21: 107:30 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:107:21: 107:30 help: candidate #1: `use cgmath::InnerSpace` 
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:124:16: 124:25 error: no method named `normalize` found for type `cgmath::Vector3<f32>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:124         normal.normalize().into_fixed()
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:124:16: 124:25 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/neighbors.rs:124:16: 124:25 help: candidate #1: `use cgmath::InnerSpace` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `genmesh v0.3.2`, intermediate artifacts can be found at `/home/cratesfyi/genmesh-0.3.2`,
cause: ChainedError {
error: Could not document `genmesh`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/genmesh-0.3.2/src/lib.rs --crate-name genmesh -o /home/cratesfyi/genmesh-0.3.2/doc -L dependency=/home/cratesfyi/genmesh-0.3.2/debug -L dependency=/home/cratesfyi/genmesh-0.3.2/debug/deps --extern cgmath=/home/cratesfyi/genmesh-0.3.2/debug/deps/libcgmath-ef6d77a26a3aec5e.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.