petgraph 0.1.9

Graph data structure library. Provides graph types and graph algorithms.
Build #11403 2016-08-08T10:05:31.367888+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.1.9
Compiling fixedbitset v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.1.1/src/lib.rs --crate-name fixedbitset --crate-type lib -g -C metadata=0ba3fe99bd419295 -C extra-filename=-0ba3fe99bd419295 --out-dir /home/cratesfyi/petgraph-0.1.9/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/petgraph-0.1.9/debug/deps -L dependency=/home/cratesfyi/petgraph-0.1.9/debug/deps --cap-lints allow`
Documenting petgraph v0.1.9
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.1.9/doc -L dependency=/home/cratesfyi/petgraph-0.1.9/debug -L dependency=/home/cratesfyi/petgraph-0.1.9/debug/deps --extern fixedbitset=/home/cratesfyi/petgraph-0.1.9/debug/deps/libfixedbitset-0ba3fe99bd419295.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:41:5: 41:45 error: the parameter type `E` may not live long enough [E0309]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:41     type Iter = graph::Neighbors<'a, E, Ix>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:41:5: 41:45 help: consider adding an explicit lifetime bound `E: 'a`... 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:41:5: 41:45 note: ...so that the type `E` will meet its required lifetime bounds 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:41     type Iter = graph::Neighbors<'a, E, Ix>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:51:5: 51:44 error: the parameter type `N` may not live long enough [E0309]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:51     type Iter = graphmap::Neighbors<'a, N>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:51:5: 51:44 help: consider adding an explicit lifetime bound `N: 'a`... 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:51:5: 51:44 note: ...so that the type `N` will meet its required lifetime bounds 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:51     type Iter = graphmap::Neighbors<'a, N>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:67:5: 67:45 error: the parameter type `E` may not live long enough [E0309]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:67     type Iter = graph::Neighbors<'a, E, Ix>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:67:5: 67:45 help: consider adding an explicit lifetime bound `E: 'a`... 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:67:5: 67:45 note: ...so that the type `E` will meet its required lifetime bounds 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:67     type Iter = graph::Neighbors<'a, E, Ix>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:79:5: 79:45 error: the parameter type `E` may not live long enough [E0309]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:79     type Iter = graph::Neighbors<'a, E, Ix>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:79:5: 79:45 help: consider adding an explicit lifetime bound `E: 'a`... 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:79:5: 79:45 note: ...so that the type `E` will meet its required lifetime bounds 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/visit.rs:79     type Iter = graph::Neighbors<'a, E, Ix>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `petgraph v0.1.9`, intermediate artifacts can be found at `/home/cratesfyi/petgraph-0.1.9`,
cause: ChainedError {
error: Could not document `petgraph`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.9/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.1.9/doc -L dependency=/home/cratesfyi/petgraph-0.1.9/debug -L dependency=/home/cratesfyi/petgraph-0.1.9/debug/deps --extern fixedbitset=/home/cratesfyi/petgraph-0.1.9/debug/deps/libfixedbitset-0ba3fe99bd419295.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.