petgraph 0.0.8

Graph data structure library.
Build #11417 2016-08-08T10:07:04.660636+00:00
# 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 petgraph v0.0.8
Documenting petgraph v0.0.8
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.0.8/doc -L dependency=/home/cratesfyi/petgraph-0.0.8/debug -L dependency=/home/cratesfyi/petgraph-0.0.8/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/visit.rs:7:5: 7:11 error: unresolved import `std::collections::BitSet`. There is no `BitSet` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/visit.rs:7     BitSet,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/isomorphism.rs:2:5: 2:29 error: unresolved import `std::collections::BitVec`. There is no `BitVec` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/isomorphism.rs:2 use std::collections::BitVec;
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/traits_graph.rs:1:5: 1:29 error: unresolved import `std::collections::BitVec`. There is no `BitVec` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/traits_graph.rs:1 use std::collections::BitVec;
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/visit.rs:25:23: 25:42 error: trait `marker::MarkerTrait` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/visit.rs:25 pub trait Graphlike : marker::MarkerTrait {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/visit.rs:25:23: 25:42 help: no candidates by the name of `MarkerTrait` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:15:34: 15:50 error: trait `num::UnsignedInt` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:15 pub struct UnionFind<K> where K: num::UnsignedInt
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:15:34: 15:50 help: no candidates by the name of `UnsignedInt` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:15:34: 15:50 error: trait `num::UnsignedInt` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:15 pub struct UnionFind<K> where K: num::UnsignedInt
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:15:34: 15:50 help: no candidates by the name of `UnsignedInt` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:15:34: 15:50 error: trait `num::UnsignedInt` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:15 pub struct UnionFind<K> where K: num::UnsignedInt
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:15:34: 15:50 help: no candidates by the name of `UnsignedInt` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:30:15: 30:31 error: trait `num::UnsignedInt` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:30 fn to_uint<K: num::UnsignedInt>(x: K) -> usize { x.to_usize().unwrap() }
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:30:15: 30:31 help: no candidates by the name of `UnsignedInt` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:39:31: 39:47 error: trait `num::UnsignedInt` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:39 impl<K> UnionFind<K> where K: num::UnsignedInt
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:39:31: 39:47 help: no candidates by the name of `UnsignedInt` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:52:24: 52:38 error: failed to resolve. Could not find `Int` in `std::num` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:52         let mut i: K = num::Int::zero();
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:57:21: 57:34 error: failed to resolve. Could not find `Int` in `std::num` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/unionfind.rs:57             i = i + num::Int::one();
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/lib.rs:57:22: 57:41 error: trait `marker::MarkerTrait` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/lib.rs:57 pub trait EdgeType : marker::MarkerTrait {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/lib.rs:57:22: 57:41 help: no candidates by the name of `MarkerTrait` found in your project; maybe you misspelled the name or forgot to import an external crate? 
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `petgraph v0.0.8`, intermediate artifacts can be found at `/home/cratesfyi/petgraph-0.0.8`,
cause: ChainedError {
error: Could not document `petgraph`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.8/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.0.8/doc -L dependency=/home/cratesfyi/petgraph-0.0.8/debug -L dependency=/home/cratesfyi/petgraph-0.0.8/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.