Build #103638 2018-06-06T06:26:10.568971+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Fresh strsim v0.5.2
Fresh lazy_static v0.2.11
Fresh fixedbitset v0.1.9
Fresh regex-syntax v0.3.9
Fresh utf8-ranges v0.1.3
Fresh regex-syntax v0.2.6
Fresh winapi-build v0.1.1
Fresh itertools v0.3.25
Fresh bitflags v0.4.0
Fresh diff v0.1.11
Fresh winapi v0.2.8
Fresh bit-vec v0.5.0
Compiling lalrpop-intern v0.11.0
Fresh unicode-xid v0.0.2
Compiling petgraph v0.1.18
Fresh term v0.4.6
Fresh lalrpop-util v0.11.0
Fresh rustc-serialize v0.3.24
Fresh libc v0.2.42
Running `rustc --crate-name petgraph .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=374d22a2c7c6703d -C extra-filename=-374d22a2c7c6703d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern fixedbitset=/home/cratesfyi/cratesfyi/debug/deps/libfixedbitset-6e2a86c5423ce45e.rlib --extern-version fixedbitset=fixedbitset,0.1.9 --cap-lints allow`
Fresh kernel32-sys v0.2.2
Fresh time v0.1.40
Fresh memchr v0.1.11
Fresh bit-set v0.3.0
Fresh thread-id v2.0.0
Fresh atty v0.1.2
Running `rustc --crate-name lalrpop_intern .cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-intern-0.11.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ec0239a2114aba38 -C extra-filename=-ec0239a2114aba38 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh thread_local v0.2.7
Fresh aho-corasick v0.5.3
Fresh regex v0.1.80
Fresh docopt v0.6.86
error[E0034]: multiple applicable items in scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17
|
404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx);
| ^^^^^^^ multiple `max` found
|
note: candidate #1 is defined in the trait `graph::IndexType`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5
|
28 | fn max() -> Self;
| ^^^^^^^^^^^^^^^^^
= help: to disambiguate the method call, write `graph::IndexType::max(...)` instead
note: candidate #2 is defined in the trait `std::cmp::Ord`
= help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead
error[E0034]: multiple applicable items in scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17
|
438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx);
| ^^^^^^^ multiple `max` found
|
note: candidate #1 is defined in the trait `graph::IndexType`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5
|
28 | fn max() -> Self;
| ^^^^^^^^^^^^^^^^^
= help: to disambiguate the method call, write `graph::IndexType::max(...)` instead
note: candidate #2 is defined in the trait `std::cmp::Ord`
= help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0034`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `petgraph`.,
cause: process didn't exit successfully: `rustc --crate-name petgraph .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=374d22a2c7c6703d -C extra-filename=-374d22a2c7c6703d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern fixedbitset=/home/cratesfyi/cratesfyi/debug/deps/libfixedbitset-6e2a86c5423ce45e.rlib --extern-version fixedbitset=fixedbitset,0.1.9 --cap-lints allow` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.