petgraph 0.0.5

Graph data structure.
Build #11420 2016-08-08T10:07:23.076547+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.5
Documenting petgraph v0.0.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.0.5/doc -L dependency=/home/cratesfyi/petgraph-0.0.5/debug -L dependency=/home/cratesfyi/petgraph-0.0.5/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/isomorphism.rs:183:32: 183:35 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/isomorphism.rs:183         let graph_indices = 0..2us;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/isomorphism.rs:183:32: 183:35 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/lib.rs:11:5: 11:39 error: unresolved import `std::collections::hash_map::Hasher`. There is no `Hasher` in `std::collections::hash_map` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/lib.rs:11 use std::collections::hash_map::Hasher;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:5:5: 5:39 error: unresolved import `std::collections::hash_map::Hasher`. There is no `Hasher` in `std::collections::hash_map` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:5 use std::collections::hash_map::Hasher;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:6:5: 6:12 error: unresolved import `std::collections::BitvSet`. There is no `BitvSet` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:6     BitvSet,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:7:5: 7:12 error: unresolved import `std::collections::RingBuf`. There is no `RingBuf` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:7     RingBuf,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:9:5: 9:39 error: unresolved import `std::collections::hash_map::Hasher`. There is no `Hasher` in `std::collections::hash_map` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:9 use std::collections::hash_map::Hasher;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/isomorphism.rs:1:5: 1:27 error: unresolved import `std::collections::Bitv`. There is no `Bitv` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/isomorphism.rs:1 use std::collections::Bitv;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/dijkstra.rs:5:5: 5:39 error: unresolved import `std::collections::hash_map::Hasher`. There is no `Hasher` in `std::collections::hash_map` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/dijkstra.rs:5 use std::collections::hash_map::Hasher;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/traits_graph.rs:1:5: 1:27 error: unresolved import `std::collections::Bitv`. There is no `Bitv` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/traits_graph.rs:1 use std::collections::Bitv;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:332:5: 332:21 error: type `Output` is not a member of trait `IndexMut` [E0437]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:332     type Output = E;
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graph.rs:932:5: 932:21 error: type `Output` is not a member of trait `IndexMut` [E0437]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graph.rs:932     type Output = N;
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graph.rs:958:5: 958:21 error: type `Output` is not a member of trait `IndexMut` [E0437]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graph.rs:958     type Output = E;
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/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.5/src/unionfind.rs:15 pub struct UnionFind<K> where K: num::UnsignedInt
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/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.5/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.5/src/unionfind.rs:15 pub struct UnionFind<K> where K: num::UnsignedInt
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/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.5/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.5/src/unionfind.rs:15 pub struct UnionFind<K> where K: num::UnsignedInt
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/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.5/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.5/src/unionfind.rs:30 fn to_uint<K: num::UnsignedInt>(x: K) -> usize { x.to_uint().unwrap() }
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/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.5/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.5/src/unionfind.rs:39 impl<K> UnionFind<K> where K: num::UnsignedInt
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/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.5/src/unionfind.rs:47:18: 47:23 error: unresolved name `range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/unionfind.rs:47         for _ in range(0, n) {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/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.5/src/unionfind.rs:52         let mut i: K = num::Int::zero();
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/unionfind.rs:56:18: 56:23 error: unresolved name `range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/unionfind.rs:56         for _ in range(1, n) {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/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.5/src/unionfind.rs:57             i = i + num::Int::one();
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/lib.rs:119:16: 119:28 error: trait `hash::Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/lib.rs:119 impl<'b, T, H: hash::Writer + hash::Hasher> Hash<H> for Ptr<'b, T>
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/lib.rs:119:16: 119:28 help: no candidates by the name of `Writer` 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.5/src/graphmap.rs:33:29: 33:41 error: wrong number of type arguments: expected 0, found 1 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:33 pub struct GraphMap<N: Eq + Hash<Hasher>, E> {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:33:29: 33:41 error: wrong number of type arguments: expected 0, found 1 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:33 pub struct GraphMap<N: Eq + Hash<Hasher>, E> {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:38:14: 38:26 error: wrong number of type arguments: expected 0, found 1 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:38 impl<N: Eq + Hash<Hasher> + fmt::Debug, E: fmt::Debug> fmt::Debug for GraphMap<N, E>
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:55:41: 55:53 error: wrong number of type arguments: expected 0, found 1 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:55 pub trait NodeTrait : Copy + Ord + Eq + Hash<Hasher> {}
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:56:52: 56:64 error: wrong number of type arguments: expected 0, found 1 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:56 impl<N> NodeTrait for N where N: Copy + Ord + Eq + Hash<Hasher> {}
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:273:11: 273:58 error: wrong number of type arguments: expected 2, found 4 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:273     iter: Map<&'a N, N, Keys<'a, N, Vec<N>>, fn(&N) -> N>,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:283:11: 283:50 error: wrong number of type arguments: expected 2, found 4 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/graphmap.rs:283     iter: Map<&'a N, N, Iter<'a, N>, fn(&N) -> N>,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:47:31: 47:43 error: wrong number of type arguments: expected 0, found 1 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:47 where N: Copy + Clone + Ord + Hash<Hasher> + Eq
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:101:14: 101:26 error: wrong number of type arguments: expected 0, found 1 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:101 impl<N: Eq + Hash<Hasher>> VisitMap<N> for HashSet<N> {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:136:40: 136:52 error: wrong number of type arguments: expected 0, found 1 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:136     where N: Copy + Clone + Ord + Eq + Hash<Hasher>
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:203:6: 203:7 error: the type parameter `G` is not constrained by the impl trait, self type, or predicates [E0207]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:203 impl<G: Visitable> Dfs<G::NodeId, <G as Visitable>::Map>
^
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:282:33: 282:42 error: unsupported cyclic reference between types/traits detected [E0391]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:282     G: for<'b> NeighborIter<'b, G::NodeId>,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:282:33: 282:42 note: the cycle begins when computing the bounds for type parameter `G`... 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:282:33: 282:42 note: ...which then again requires computing the bounds for type parameter `G`, completing the cycle. 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:319:9: 319:10 error: the type parameter `G` is not constrained by the impl trait, self type, or predicates [E0207]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/visit.rs:319 impl<N, G> Bfs<N, <G as Visitable>::Map> where
^
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `petgraph v0.0.5`, intermediate artifacts can be found at `/home/cratesfyi/petgraph-0.0.5`,
cause: ChainedError {
error: Could not document `petgraph`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.5/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.0.5/doc -L dependency=/home/cratesfyi/petgraph-0.0.5/debug -L dependency=/home/cratesfyi/petgraph-0.0.5/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.