Sep 18 00:49:40.832 INFO checking fera-graph-0.1.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:49:40.832 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:49:40.832 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:49:41.074 INFO blam! d9c8ff18ec85589aa513785c81fbd499ca786cc101d73f442b260ef6947cf3ca Sep 18 00:49:41.076 INFO running `"docker" "start" "-a" "d9c8ff18ec85589aa513785c81fbd499ca786cc101d73f442b260ef6947cf3ca"` Sep 18 00:49:41.999 INFO kablam! usermod: no changes Sep 18 00:49:42.076 INFO kablam! Checking fera-unionfind v0.1.0 Sep 18 00:49:42.079 INFO kablam! Checking fera-fun v0.1.0 Sep 18 00:49:42.080 INFO kablam! Checking fera-optional v0.1.1 Sep 18 00:49:42.568 INFO kablam! Checking fera-graph v0.1.1 (/source) Sep 18 00:49:43.355 INFO kablam! error: the trait bound `G: graphs::WithVertex` is not satisfied Sep 18 00:49:43.355 INFO kablam! --> src/algs/prim.rs:138:32 Sep 18 00:49:43.355 INFO kablam! | Sep 18 00:49:43.355 INFO kablam! 138 | type PrimPriorityQueue = BinaryHeap>>; Sep 18 00:49:43.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 18 00:49:43.356 INFO kablam! | Sep 18 00:49:43.356 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 00:49:43.362 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 18 00:49:43.363 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.363 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.363 INFO kablam! Sep 18 00:49:43.459 INFO kablam! error: can't compare `V` with `V` Sep 18 00:49:43.459 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 18 00:49:43.459 INFO kablam! | Sep 18 00:49:43.459 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 18 00:49:43.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no implementation for `V < V` and `V > V` Sep 18 00:49:43.459 INFO kablam! | Sep 18 00:49:43.459 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `V` Sep 18 00:49:43.459 INFO kablam! = help: consider adding a `where V: std::cmp::PartialOrd` bound Sep 18 00:49:43.459 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.459 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.459 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.459 INFO kablam! Sep 18 00:49:43.459 INFO kablam! error: the trait bound `V: std::marker::Copy` is not satisfied Sep 18 00:49:43.459 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 18 00:49:43.459 INFO kablam! | Sep 18 00:49:43.459 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 18 00:49:43.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `V` Sep 18 00:49:43.459 INFO kablam! | Sep 18 00:49:43.459 INFO kablam! = help: consider adding a `where V: std::marker::Copy` bound Sep 18 00:49:43.459 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.459 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.459 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.459 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.459 INFO kablam! Sep 18 00:49:43.459 INFO kablam! error: the trait bound `V: std::cmp::Eq` is not satisfied Sep 18 00:49:43.459 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 18 00:49:43.459 INFO kablam! | Sep 18 00:49:43.459 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 18 00:49:43.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `V` Sep 18 00:49:43.459 INFO kablam! | Sep 18 00:49:43.459 INFO kablam! = help: consider adding a `where V: std::cmp::Eq` bound Sep 18 00:49:43.459 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.459 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.459 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.459 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.459 INFO kablam! Sep 18 00:49:43.459 INFO kablam! error: the trait bound `V: std::hash::Hash` is not satisfied Sep 18 00:49:43.460 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 18 00:49:43.460 INFO kablam! | Sep 18 00:49:43.460 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 18 00:49:43.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `V` Sep 18 00:49:43.460 INFO kablam! | Sep 18 00:49:43.461 INFO kablam! = help: consider adding a `where V: std::hash::Hash` bound Sep 18 00:49:43.461 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.461 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.461 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.461 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.461 INFO kablam! Sep 18 00:49:43.461 INFO kablam! error: `V` doesn't implement `std::fmt::Debug` Sep 18 00:49:43.461 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 18 00:49:43.461 INFO kablam! | Sep 18 00:49:43.461 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 18 00:49:43.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ `V` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 00:49:43.461 INFO kablam! | Sep 18 00:49:43.462 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `V` Sep 18 00:49:43.462 INFO kablam! = help: consider adding a `where V: std::fmt::Debug` bound Sep 18 00:49:43.462 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.462 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.462 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.462 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.462 INFO kablam! Sep 18 00:49:43.462 INFO kablam! error: can't compare `V` with `V` Sep 18 00:49:43.462 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 18 00:49:43.462 INFO kablam! | Sep 18 00:49:43.462 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 18 00:49:43.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `V < V` and `V > V` Sep 18 00:49:43.462 INFO kablam! | Sep 18 00:49:43.462 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `V` Sep 18 00:49:43.462 INFO kablam! = help: consider adding a `where V: std::cmp::PartialOrd` bound Sep 18 00:49:43.462 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.462 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.462 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.462 INFO kablam! Sep 18 00:49:43.463 INFO kablam! error: the trait bound `V: std::marker::Copy` is not satisfied Sep 18 00:49:43.463 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 18 00:49:43.463 INFO kablam! | Sep 18 00:49:43.463 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 18 00:49:43.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `V` Sep 18 00:49:43.463 INFO kablam! | Sep 18 00:49:43.463 INFO kablam! = help: consider adding a `where V: std::marker::Copy` bound Sep 18 00:49:43.463 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.463 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.463 INFO kablam! Sep 18 00:49:43.464 INFO kablam! error: the trait bound `V: std::cmp::Eq` is not satisfied Sep 18 00:49:43.464 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 18 00:49:43.464 INFO kablam! | Sep 18 00:49:43.464 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 18 00:49:43.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `V` Sep 18 00:49:43.464 INFO kablam! | Sep 18 00:49:43.464 INFO kablam! = help: consider adding a `where V: std::cmp::Eq` bound Sep 18 00:49:43.464 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.464 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.464 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.465 INFO kablam! Sep 18 00:49:43.465 INFO kablam! error: the trait bound `V: std::hash::Hash` is not satisfied Sep 18 00:49:43.465 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 18 00:49:43.465 INFO kablam! | Sep 18 00:49:43.465 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 18 00:49:43.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `V` Sep 18 00:49:43.465 INFO kablam! | Sep 18 00:49:43.465 INFO kablam! = help: consider adding a `where V: std::hash::Hash` bound Sep 18 00:49:43.465 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.465 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.465 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.465 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.466 INFO kablam! Sep 18 00:49:43.466 INFO kablam! error: `V` doesn't implement `std::fmt::Debug` Sep 18 00:49:43.466 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 18 00:49:43.466 INFO kablam! | Sep 18 00:49:43.466 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 18 00:49:43.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `V` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 00:49:43.466 INFO kablam! | Sep 18 00:49:43.467 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `V` Sep 18 00:49:43.467 INFO kablam! = help: consider adding a `where V: std::fmt::Debug` bound Sep 18 00:49:43.467 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.467 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.467 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.467 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.467 INFO kablam! Sep 18 00:49:43.591 INFO kablam! error: the trait bound `G: graphs::WithVertex` is not satisfied Sep 18 00:49:43.591 INFO kablam! --> src/graphs/mod.rs:23:22 Sep 18 00:49:43.591 INFO kablam! | Sep 18 00:49:43.591 INFO kablam! 23 | pub type Vertex = ::Vertex; Sep 18 00:49:43.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 18 00:49:43.591 INFO kablam! | Sep 18 00:49:43.591 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 18 00:49:43.591 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.591 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.591 INFO kablam! Sep 18 00:49:43.591 INFO kablam! error: the trait bound `G: graphs::WithVertex` is not satisfied Sep 18 00:49:43.591 INFO kablam! --> src/graphs/mod.rs:24:28 Sep 18 00:49:43.591 INFO kablam! | Sep 18 00:49:43.591 INFO kablam! 24 | pub type OptionVertex = ::OptionVertex; Sep 18 00:49:43.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 18 00:49:43.591 INFO kablam! | Sep 18 00:49:43.591 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 18 00:49:43.591 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.591 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.591 INFO kablam! Sep 18 00:49:43.591 INFO kablam! error: the trait bound `G: props::WithVertexIndexProp` is not satisfied Sep 18 00:49:43.591 INFO kablam! --> src/graphs/mod.rs:25:31 Sep 18 00:49:43.591 INFO kablam! | Sep 18 00:49:43.591 INFO kablam! 25 | pub type VertexIndexProp = ::VertexIndexProp; Sep 18 00:49:43.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexIndexProp` is not implemented for `G` Sep 18 00:49:43.591 INFO kablam! | Sep 18 00:49:43.591 INFO kablam! = help: consider adding a `where G: props::WithVertexIndexProp` bound Sep 18 00:49:43.591 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.591 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.591 INFO kablam! Sep 18 00:49:43.591 INFO kablam! error: the trait bound `G: graphs::VertexTypes<'a, G>` is not satisfied Sep 18 00:49:43.591 INFO kablam! --> src/graphs/mod.rs:26:30 Sep 18 00:49:43.591 INFO kablam! | Sep 18 00:49:43.591 INFO kablam! 26 | pub type VertexIter<'a, G> = >::VertexIter; Sep 18 00:49:43.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::VertexTypes<'a, G>` is not implemented for `G` Sep 18 00:49:43.594 INFO kablam! | Sep 18 00:49:43.594 INFO kablam! = help: consider adding a `where G: graphs::VertexTypes<'a, G>` bound Sep 18 00:49:43.594 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.594 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.594 INFO kablam! Sep 18 00:49:43.594 INFO kablam! error: the trait bound `G: graphs::VertexTypes<'a, G>` is not satisfied Sep 18 00:49:43.594 INFO kablam! --> src/graphs/mod.rs:27:35 Sep 18 00:49:43.594 INFO kablam! | Sep 18 00:49:43.594 INFO kablam! 27 | pub type OutNeighborIter<'a, G> = >::OutNeighborIter; Sep 18 00:49:43.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::VertexTypes<'a, G>` is not implemented for `G` Sep 18 00:49:43.594 INFO kablam! | Sep 18 00:49:43.594 INFO kablam! = help: consider adding a `where G: graphs::VertexTypes<'a, G>` bound Sep 18 00:49:43.594 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.594 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.594 INFO kablam! Sep 18 00:49:43.594 INFO kablam! error: the trait bound `G: props::WithVertexProp` is not satisfied Sep 18 00:49:43.594 INFO kablam! --> src/graphs/mod.rs:28:39 Sep 18 00:49:43.594 INFO kablam! | Sep 18 00:49:43.594 INFO kablam! 28 | pub type DefaultVertexPropMut = >::VertexProp; Sep 18 00:49:43.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexProp` is not implemented for `G` Sep 18 00:49:43.594 INFO kablam! | Sep 18 00:49:43.594 INFO kablam! = help: consider adding a `where G: props::WithVertexProp` bound Sep 18 00:49:43.594 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.594 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.594 INFO kablam! Sep 18 00:49:43.594 INFO kablam! error: the trait bound `G: graphs::WithEdge` is not satisfied Sep 18 00:49:43.594 INFO kablam! --> src/graphs/mod.rs:30:20 Sep 18 00:49:43.594 INFO kablam! | Sep 18 00:49:43.594 INFO kablam! 30 | pub type Edge = ::Edge; Sep 18 00:49:43.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 18 00:49:43.594 INFO kablam! | Sep 18 00:49:43.594 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 18 00:49:43.594 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.594 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.594 INFO kablam! Sep 18 00:49:43.598 INFO kablam! error: the trait bound `G: graphs::WithEdge` is not satisfied Sep 18 00:49:43.598 INFO kablam! --> src/graphs/mod.rs:31:26 Sep 18 00:49:43.598 INFO kablam! | Sep 18 00:49:43.598 INFO kablam! 31 | pub type OptionEdge = ::OptionEdge; Sep 18 00:49:43.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 18 00:49:43.599 INFO kablam! | Sep 18 00:49:43.599 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 18 00:49:43.599 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.599 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.599 INFO kablam! Sep 18 00:49:43.599 INFO kablam! error: the trait bound `G: props::WithEdgeIndexProp` is not satisfied Sep 18 00:49:43.599 INFO kablam! --> src/graphs/mod.rs:32:29 Sep 18 00:49:43.599 INFO kablam! | Sep 18 00:49:43.599 INFO kablam! 32 | pub type EdgeIndexProp = ::EdgeIndexProp; Sep 18 00:49:43.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeIndexProp` is not implemented for `G` Sep 18 00:49:43.599 INFO kablam! | Sep 18 00:49:43.599 INFO kablam! = help: consider adding a `where G: props::WithEdgeIndexProp` bound Sep 18 00:49:43.599 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.599 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.599 INFO kablam! Sep 18 00:49:43.599 INFO kablam! error: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 18 00:49:43.599 INFO kablam! --> src/graphs/mod.rs:33:28 Sep 18 00:49:43.599 INFO kablam! | Sep 18 00:49:43.599 INFO kablam! 33 | pub type EdgeIter<'a, G> = >::EdgeIter; Sep 18 00:49:43.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 18 00:49:43.599 INFO kablam! | Sep 18 00:49:43.599 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 18 00:49:43.599 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.599 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.599 INFO kablam! Sep 18 00:49:43.599 INFO kablam! error: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 18 00:49:43.599 INFO kablam! --> src/graphs/mod.rs:34:31 Sep 18 00:49:43.599 INFO kablam! | Sep 18 00:49:43.599 INFO kablam! 34 | pub type OutEdgeIter<'a, G> = >::OutEdgeIter; Sep 18 00:49:43.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 18 00:49:43.606 INFO kablam! | Sep 18 00:49:43.607 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 18 00:49:43.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.607 INFO kablam! Sep 18 00:49:43.607 INFO kablam! error: the trait bound `G: props::WithEdgeProp` is not satisfied Sep 18 00:49:43.607 INFO kablam! --> src/graphs/mod.rs:35:37 Sep 18 00:49:43.607 INFO kablam! | Sep 18 00:49:43.607 INFO kablam! 35 | pub type DefaultEdgePropMut = >::EdgeProp; Sep 18 00:49:43.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeProp` is not implemented for `G` Sep 18 00:49:43.607 INFO kablam! | Sep 18 00:49:43.607 INFO kablam! = help: consider adding a `where G: props::WithEdgeProp` bound Sep 18 00:49:43.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.607 INFO kablam! Sep 18 00:49:43.651 INFO kablam! error: the trait bound `G: props::WithVertexIndexProp` is not satisfied Sep 18 00:49:43.651 INFO kablam! --> src/props/array.rs:13:32 Sep 18 00:49:43.651 INFO kablam! | Sep 18 00:49:43.651 INFO kablam! 13 | pub type VecVertexProp = ArrayProp, Vec>; Sep 18 00:49:43.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexIndexProp` is not implemented for `G` Sep 18 00:49:43.651 INFO kablam! | Sep 18 00:49:43.651 INFO kablam! = help: consider adding a `where G: props::WithVertexIndexProp` bound Sep 18 00:49:43.651 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.651 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.651 INFO kablam! Sep 18 00:49:43.651 INFO kablam! error: the trait bound `G: props::WithEdgeIndexProp` is not satisfied Sep 18 00:49:43.651 INFO kablam! --> src/props/array.rs:18:30 Sep 18 00:49:43.651 INFO kablam! | Sep 18 00:49:43.651 INFO kablam! 18 | pub type VecEdgeProp = ArrayProp, Vec>; Sep 18 00:49:43.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeIndexProp` is not implemented for `G` Sep 18 00:49:43.651 INFO kablam! | Sep 18 00:49:43.651 INFO kablam! = help: consider adding a `where G: props::WithEdgeIndexProp` bound Sep 18 00:49:43.651 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.651 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.651 INFO kablam! Sep 18 00:49:43.696 INFO kablam! error: the trait bound `G: graphs::WithVertex` is not satisfied Sep 18 00:49:43.696 INFO kablam! --> src/algs/prim.rs:138:32 Sep 18 00:49:43.696 INFO kablam! | Sep 18 00:49:43.696 INFO kablam! 138 | type PrimPriorityQueue = BinaryHeap>>; Sep 18 00:49:43.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 18 00:49:43.696 INFO kablam! | Sep 18 00:49:43.696 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 00:49:43.696 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 18 00:49:43.696 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.696 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.696 INFO kablam! Sep 18 00:49:43.735 INFO kablam! error: the trait bound `G: graphs::WithEdge` is not satisfied Sep 18 00:49:43.735 INFO kablam! --> src/traverse/bfs.rs:123:24 Sep 18 00:49:43.735 INFO kablam! | Sep 18 00:49:43.735 INFO kablam! 123 | pub type BfsQueue = VecDeque<(OptionEdge, Vertex)>; Sep 18 00:49:43.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 18 00:49:43.735 INFO kablam! | Sep 18 00:49:43.735 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 18 00:49:43.735 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.735 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.735 INFO kablam! Sep 18 00:49:43.741 INFO kablam! error: the trait bound `G: graphs::WithEdge` is not satisfied Sep 18 00:49:43.741 INFO kablam! --> src/traverse/dfs.rs:128:28 Sep 18 00:49:43.741 INFO kablam! | Sep 18 00:49:43.741 INFO kablam! 128 | pub type DfsStack<'a, G> = Vec<(OptionEdge, Vertex, OutEdgeIter<'a, G>)>; Sep 18 00:49:43.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 18 00:49:43.741 INFO kablam! | Sep 18 00:49:43.741 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 18 00:49:43.741 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.741 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.741 INFO kablam! Sep 18 00:49:43.741 INFO kablam! error: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 18 00:49:43.741 INFO kablam! --> src/traverse/dfs.rs:128:28 Sep 18 00:49:43.741 INFO kablam! | Sep 18 00:49:43.741 INFO kablam! 128 | pub type DfsStack<'a, G> = Vec<(OptionEdge, Vertex, OutEdgeIter<'a, G>)>; Sep 18 00:49:43.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 18 00:49:43.747 INFO kablam! | Sep 18 00:49:43.747 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 18 00:49:43.747 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.747 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.747 INFO kablam! Sep 18 00:49:43.827 INFO kablam! error: can't compare `V` with `V` Sep 18 00:49:43.827 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 18 00:49:43.827 INFO kablam! | Sep 18 00:49:43.827 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 18 00:49:43.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no implementation for `V < V` and `V > V` Sep 18 00:49:43.827 INFO kablam! | Sep 18 00:49:43.827 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `V` Sep 18 00:49:43.827 INFO kablam! = help: consider adding a `where V: std::cmp::PartialOrd` bound Sep 18 00:49:43.827 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.827 INFO kablam! Sep 18 00:49:43.827 INFO kablam! error: the trait bound `V: std::marker::Copy` is not satisfied Sep 18 00:49:43.827 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 18 00:49:43.827 INFO kablam! | Sep 18 00:49:43.827 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 18 00:49:43.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `V` Sep 18 00:49:43.827 INFO kablam! | Sep 18 00:49:43.827 INFO kablam! = help: consider adding a `where V: std::marker::Copy` bound Sep 18 00:49:43.827 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.827 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.827 INFO kablam! Sep 18 00:49:43.827 INFO kablam! error: the trait bound `V: std::cmp::Eq` is not satisfied Sep 18 00:49:43.827 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 18 00:49:43.827 INFO kablam! | Sep 18 00:49:43.827 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 18 00:49:43.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `V` Sep 18 00:49:43.827 INFO kablam! | Sep 18 00:49:43.827 INFO kablam! = help: consider adding a `where V: std::cmp::Eq` bound Sep 18 00:49:43.827 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.827 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.827 INFO kablam! Sep 18 00:49:43.827 INFO kablam! error: the trait bound `V: std::hash::Hash` is not satisfied Sep 18 00:49:43.827 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 18 00:49:43.827 INFO kablam! | Sep 18 00:49:43.827 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 18 00:49:43.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `V` Sep 18 00:49:43.827 INFO kablam! | Sep 18 00:49:43.827 INFO kablam! = help: consider adding a `where V: std::hash::Hash` bound Sep 18 00:49:43.827 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.827 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.827 INFO kablam! Sep 18 00:49:43.827 INFO kablam! error: `V` doesn't implement `std::fmt::Debug` Sep 18 00:49:43.827 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 18 00:49:43.827 INFO kablam! | Sep 18 00:49:43.828 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 18 00:49:43.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ `V` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 00:49:43.828 INFO kablam! | Sep 18 00:49:43.828 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `V` Sep 18 00:49:43.828 INFO kablam! = help: consider adding a `where V: std::fmt::Debug` bound Sep 18 00:49:43.828 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.828 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.828 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.828 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.828 INFO kablam! Sep 18 00:49:43.828 INFO kablam! error: can't compare `V` with `V` Sep 18 00:49:43.828 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 18 00:49:43.828 INFO kablam! | Sep 18 00:49:43.828 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 18 00:49:43.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `V < V` and `V > V` Sep 18 00:49:43.828 INFO kablam! | Sep 18 00:49:43.828 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `V` Sep 18 00:49:43.828 INFO kablam! = help: consider adding a `where V: std::cmp::PartialOrd` bound Sep 18 00:49:43.828 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.828 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.828 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.828 INFO kablam! Sep 18 00:49:43.828 INFO kablam! error: the trait bound `V: std::marker::Copy` is not satisfied Sep 18 00:49:43.828 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 18 00:49:43.828 INFO kablam! | Sep 18 00:49:43.828 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 18 00:49:43.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `V` Sep 18 00:49:43.828 INFO kablam! | Sep 18 00:49:43.828 INFO kablam! = help: consider adding a `where V: std::marker::Copy` bound Sep 18 00:49:43.828 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.828 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.828 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.828 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.828 INFO kablam! Sep 18 00:49:43.828 INFO kablam! error: the trait bound `V: std::cmp::Eq` is not satisfied Sep 18 00:49:43.828 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 18 00:49:43.828 INFO kablam! | Sep 18 00:49:43.828 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 18 00:49:43.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `V` Sep 18 00:49:43.828 INFO kablam! | Sep 18 00:49:43.828 INFO kablam! = help: consider adding a `where V: std::cmp::Eq` bound Sep 18 00:49:43.828 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.828 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.828 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.828 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.828 INFO kablam! Sep 18 00:49:43.828 INFO kablam! error: the trait bound `V: std::hash::Hash` is not satisfied Sep 18 00:49:43.828 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 18 00:49:43.828 INFO kablam! | Sep 18 00:49:43.828 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 18 00:49:43.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `V` Sep 18 00:49:43.828 INFO kablam! | Sep 18 00:49:43.828 INFO kablam! = help: consider adding a `where V: std::hash::Hash` bound Sep 18 00:49:43.828 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.828 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.828 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.828 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.828 INFO kablam! Sep 18 00:49:43.828 INFO kablam! error: `V` doesn't implement `std::fmt::Debug` Sep 18 00:49:43.828 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 18 00:49:43.828 INFO kablam! | Sep 18 00:49:43.828 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 18 00:49:43.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `V` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 00:49:43.828 INFO kablam! | Sep 18 00:49:43.829 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `V` Sep 18 00:49:43.829 INFO kablam! = help: consider adding a `where V: std::fmt::Debug` bound Sep 18 00:49:43.829 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 18 00:49:43.829 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 18 00:49:43.829 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.829 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.829 INFO kablam! Sep 18 00:49:43.935 INFO kablam! error: the trait bound `G: graphs::WithVertex` is not satisfied Sep 18 00:49:43.935 INFO kablam! --> src/graphs/mod.rs:23:22 Sep 18 00:49:43.935 INFO kablam! | Sep 18 00:49:43.935 INFO kablam! 23 | pub type Vertex = ::Vertex; Sep 18 00:49:43.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 18 00:49:43.935 INFO kablam! | Sep 18 00:49:43.935 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 18 00:49:43.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.936 INFO kablam! Sep 18 00:49:43.936 INFO kablam! error: the trait bound `G: graphs::WithVertex` is not satisfied Sep 18 00:49:43.936 INFO kablam! --> src/graphs/mod.rs:24:28 Sep 18 00:49:43.936 INFO kablam! | Sep 18 00:49:43.936 INFO kablam! 24 | pub type OptionVertex = ::OptionVertex; Sep 18 00:49:43.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 18 00:49:43.936 INFO kablam! | Sep 18 00:49:43.936 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 18 00:49:43.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.936 INFO kablam! Sep 18 00:49:43.936 INFO kablam! error: the trait bound `G: props::WithVertexIndexProp` is not satisfied Sep 18 00:49:43.936 INFO kablam! --> src/graphs/mod.rs:25:31 Sep 18 00:49:43.936 INFO kablam! | Sep 18 00:49:43.936 INFO kablam! 25 | pub type VertexIndexProp = ::VertexIndexProp; Sep 18 00:49:43.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexIndexProp` is not implemented for `G` Sep 18 00:49:43.936 INFO kablam! | Sep 18 00:49:43.936 INFO kablam! = help: consider adding a `where G: props::WithVertexIndexProp` bound Sep 18 00:49:43.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.936 INFO kablam! Sep 18 00:49:43.936 INFO kablam! error: the trait bound `G: graphs::VertexTypes<'a, G>` is not satisfied Sep 18 00:49:43.936 INFO kablam! --> src/graphs/mod.rs:26:30 Sep 18 00:49:43.936 INFO kablam! | Sep 18 00:49:43.936 INFO kablam! 26 | pub type VertexIter<'a, G> = >::VertexIter; Sep 18 00:49:43.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::VertexTypes<'a, G>` is not implemented for `G` Sep 18 00:49:43.936 INFO kablam! | Sep 18 00:49:43.936 INFO kablam! = help: consider adding a `where G: graphs::VertexTypes<'a, G>` bound Sep 18 00:49:43.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.936 INFO kablam! Sep 18 00:49:43.936 INFO kablam! error: the trait bound `G: graphs::VertexTypes<'a, G>` is not satisfied Sep 18 00:49:43.936 INFO kablam! --> src/graphs/mod.rs:27:35 Sep 18 00:49:43.936 INFO kablam! | Sep 18 00:49:43.936 INFO kablam! 27 | pub type OutNeighborIter<'a, G> = >::OutNeighborIter; Sep 18 00:49:43.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::VertexTypes<'a, G>` is not implemented for `G` Sep 18 00:49:43.936 INFO kablam! | Sep 18 00:49:43.936 INFO kablam! = help: consider adding a `where G: graphs::VertexTypes<'a, G>` bound Sep 18 00:49:43.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.936 INFO kablam! Sep 18 00:49:43.936 INFO kablam! error: the trait bound `G: props::WithVertexProp` is not satisfied Sep 18 00:49:43.936 INFO kablam! --> src/graphs/mod.rs:28:39 Sep 18 00:49:43.936 INFO kablam! | Sep 18 00:49:43.936 INFO kablam! 28 | pub type DefaultVertexPropMut = >::VertexProp; Sep 18 00:49:43.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexProp` is not implemented for `G` Sep 18 00:49:43.936 INFO kablam! | Sep 18 00:49:43.936 INFO kablam! = help: consider adding a `where G: props::WithVertexProp` bound Sep 18 00:49:43.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.936 INFO kablam! Sep 18 00:49:43.936 INFO kablam! error: the trait bound `G: graphs::WithEdge` is not satisfied Sep 18 00:49:43.937 INFO kablam! --> src/graphs/mod.rs:30:20 Sep 18 00:49:43.937 INFO kablam! | Sep 18 00:49:43.937 INFO kablam! 30 | pub type Edge = ::Edge; Sep 18 00:49:43.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 18 00:49:43.937 INFO kablam! | Sep 18 00:49:43.937 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 18 00:49:43.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.937 INFO kablam! Sep 18 00:49:43.937 INFO kablam! error: the trait bound `G: graphs::WithEdge` is not satisfied Sep 18 00:49:43.937 INFO kablam! --> src/graphs/mod.rs:31:26 Sep 18 00:49:43.937 INFO kablam! | Sep 18 00:49:43.937 INFO kablam! 31 | pub type OptionEdge = ::OptionEdge; Sep 18 00:49:43.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 18 00:49:43.937 INFO kablam! | Sep 18 00:49:43.937 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 18 00:49:43.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.937 INFO kablam! Sep 18 00:49:43.937 INFO kablam! error: the trait bound `G: props::WithEdgeIndexProp` is not satisfied Sep 18 00:49:43.937 INFO kablam! --> src/graphs/mod.rs:32:29 Sep 18 00:49:43.937 INFO kablam! | Sep 18 00:49:43.937 INFO kablam! 32 | pub type EdgeIndexProp = ::EdgeIndexProp; Sep 18 00:49:43.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeIndexProp` is not implemented for `G` Sep 18 00:49:43.937 INFO kablam! | Sep 18 00:49:43.937 INFO kablam! = help: consider adding a `where G: props::WithEdgeIndexProp` bound Sep 18 00:49:43.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.937 INFO kablam! Sep 18 00:49:43.937 INFO kablam! error: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 18 00:49:43.937 INFO kablam! --> src/graphs/mod.rs:33:28 Sep 18 00:49:43.937 INFO kablam! | Sep 18 00:49:43.937 INFO kablam! 33 | pub type EdgeIter<'a, G> = >::EdgeIter; Sep 18 00:49:43.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 18 00:49:43.937 INFO kablam! | Sep 18 00:49:43.937 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 18 00:49:43.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.937 INFO kablam! Sep 18 00:49:43.937 INFO kablam! error: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 18 00:49:43.937 INFO kablam! --> src/graphs/mod.rs:34:31 Sep 18 00:49:43.937 INFO kablam! | Sep 18 00:49:43.937 INFO kablam! 34 | pub type OutEdgeIter<'a, G> = >::OutEdgeIter; Sep 18 00:49:43.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 18 00:49:43.937 INFO kablam! | Sep 18 00:49:43.937 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 18 00:49:43.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.937 INFO kablam! Sep 18 00:49:43.938 INFO kablam! error: the trait bound `G: props::WithEdgeProp` is not satisfied Sep 18 00:49:43.938 INFO kablam! --> src/graphs/mod.rs:35:37 Sep 18 00:49:43.938 INFO kablam! | Sep 18 00:49:43.938 INFO kablam! 35 | pub type DefaultEdgePropMut = >::EdgeProp; Sep 18 00:49:43.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeProp` is not implemented for `G` Sep 18 00:49:43.938 INFO kablam! | Sep 18 00:49:43.938 INFO kablam! = help: consider adding a `where G: props::WithEdgeProp` bound Sep 18 00:49:43.938 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.938 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.938 INFO kablam! Sep 18 00:49:43.960 INFO kablam! error: the trait bound `G: props::WithVertexIndexProp` is not satisfied Sep 18 00:49:43.960 INFO kablam! --> src/props/array.rs:13:32 Sep 18 00:49:43.960 INFO kablam! | Sep 18 00:49:43.960 INFO kablam! 13 | pub type VecVertexProp = ArrayProp, Vec>; Sep 18 00:49:43.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexIndexProp` is not implemented for `G` Sep 18 00:49:43.960 INFO kablam! | Sep 18 00:49:43.960 INFO kablam! = help: consider adding a `where G: props::WithVertexIndexProp` bound Sep 18 00:49:43.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.961 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.961 INFO kablam! Sep 18 00:49:43.963 INFO kablam! error: the trait bound `G: props::WithEdgeIndexProp` is not satisfied Sep 18 00:49:43.963 INFO kablam! --> src/props/array.rs:18:30 Sep 18 00:49:43.963 INFO kablam! | Sep 18 00:49:43.963 INFO kablam! 18 | pub type VecEdgeProp = ArrayProp, Vec>; Sep 18 00:49:43.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeIndexProp` is not implemented for `G` Sep 18 00:49:43.963 INFO kablam! | Sep 18 00:49:43.963 INFO kablam! = help: consider adding a `where G: props::WithEdgeIndexProp` bound Sep 18 00:49:43.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:43.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:43.963 INFO kablam! Sep 18 00:49:44.031 INFO kablam! error: the trait bound `G: graphs::WithEdge` is not satisfied Sep 18 00:49:44.031 INFO kablam! --> src/traverse/bfs.rs:123:24 Sep 18 00:49:44.031 INFO kablam! | Sep 18 00:49:44.031 INFO kablam! 123 | pub type BfsQueue = VecDeque<(OptionEdge, Vertex)>; Sep 18 00:49:44.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 18 00:49:44.031 INFO kablam! | Sep 18 00:49:44.031 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 18 00:49:44.031 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:44.031 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:44.031 INFO kablam! Sep 18 00:49:44.031 INFO kablam! error: the trait bound `G: graphs::WithEdge` is not satisfied Sep 18 00:49:44.031 INFO kablam! --> src/traverse/dfs.rs:128:28 Sep 18 00:49:44.031 INFO kablam! | Sep 18 00:49:44.031 INFO kablam! 128 | pub type DfsStack<'a, G> = Vec<(OptionEdge, Vertex, OutEdgeIter<'a, G>)>; Sep 18 00:49:44.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 18 00:49:44.031 INFO kablam! | Sep 18 00:49:44.031 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 18 00:49:44.031 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:44.031 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:44.031 INFO kablam! Sep 18 00:49:44.039 INFO kablam! error: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 18 00:49:44.039 INFO kablam! --> src/traverse/dfs.rs:128:28 Sep 18 00:49:44.039 INFO kablam! | Sep 18 00:49:44.039 INFO kablam! 128 | pub type DfsStack<'a, G> = Vec<(OptionEdge, Vertex, OutEdgeIter<'a, G>)>; Sep 18 00:49:44.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 18 00:49:44.039 INFO kablam! | Sep 18 00:49:44.039 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 18 00:49:44.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:44.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:44.039 INFO kablam! Sep 18 00:49:44.559 INFO kablam! error: aborting due to 28 previous errors Sep 18 00:49:44.559 INFO kablam! Sep 18 00:49:44.565 INFO kablam! error: Could not compile `fera-graph`. Sep 18 00:49:44.565 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:49:44.872 INFO kablam! error: aborting due to 28 previous errors Sep 18 00:49:44.872 INFO kablam! Sep 18 00:49:44.883 INFO kablam! error: Could not compile `fera-graph`. Sep 18 00:49:44.883 INFO kablam! Sep 18 00:49:44.883 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:49:44.884 INFO kablam! su: No module specific data is present Sep 18 00:49:45.387 INFO running `"docker" "rm" "-f" "d9c8ff18ec85589aa513785c81fbd499ca786cc101d73f442b260ef6947cf3ca"` Sep 18 00:49:45.519 INFO blam! d9c8ff18ec85589aa513785c81fbd499ca786cc101d73f442b260ef6947cf3ca