Sep 21 10:33:04.831 INFO checking fera-graph-0.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:33:04.831 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:33:04.831 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:33:05.032 INFO blam! e452a6d88aaa2838a2dec95ef2ab4ccd193af4df12de379cb8db8840e7683479 Sep 21 10:33:05.036 INFO running `"docker" "start" "-a" "e452a6d88aaa2838a2dec95ef2ab4ccd193af4df12de379cb8db8840e7683479"` Sep 21 10:33:06.069 INFO kablam! usermod: no changes Sep 21 10:33:06.167 INFO kablam! Checking fera-fun v0.1.0 Sep 21 10:33:06.174 INFO kablam! Checking fera-unionfind v0.1.0 Sep 21 10:33:06.174 INFO kablam! Checking fera-optional v0.1.1 Sep 21 10:33:06.970 INFO kablam! Checking fera-graph v0.1.1 (/source) Sep 21 10:33:07.813 INFO kablam! warning: the trait bound `G: graphs::WithVertex` is not satisfied Sep 21 10:33:07.813 INFO kablam! --> src/algs/prim.rs:138:32 Sep 21 10:33:07.813 INFO kablam! | Sep 21 10:33:07.813 INFO kablam! 138 | type PrimPriorityQueue = BinaryHeap>>; Sep 21 10:33:07.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 21 10:33:07.813 INFO kablam! | Sep 21 10:33:07.813 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:33:07.813 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 21 10:33:07.813 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.813 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.813 INFO kablam! Sep 21 10:33:07.895 INFO kablam! warning: can't compare `V` with `V` Sep 21 10:33:07.895 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:07.895 INFO kablam! | Sep 21 10:33:07.895 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:07.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no implementation for `V < V` and `V > V` Sep 21 10:33:07.895 INFO kablam! | Sep 21 10:33:07.895 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `V` Sep 21 10:33:07.895 INFO kablam! = help: consider adding a `where V: std::cmp::PartialOrd` bound Sep 21 10:33:07.895 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:07.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.895 INFO kablam! Sep 21 10:33:07.895 INFO kablam! warning: the trait bound `V: std::marker::Copy` is not satisfied Sep 21 10:33:07.895 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:07.895 INFO kablam! | Sep 21 10:33:07.895 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:07.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `V` Sep 21 10:33:07.895 INFO kablam! | Sep 21 10:33:07.895 INFO kablam! = help: consider adding a `where V: std::marker::Copy` bound Sep 21 10:33:07.895 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:07.895 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:07.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.895 INFO kablam! Sep 21 10:33:07.895 INFO kablam! warning: the trait bound `V: std::cmp::Eq` is not satisfied Sep 21 10:33:07.895 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:07.895 INFO kablam! | Sep 21 10:33:07.895 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:07.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `V` Sep 21 10:33:07.895 INFO kablam! | Sep 21 10:33:07.895 INFO kablam! = help: consider adding a `where V: std::cmp::Eq` bound Sep 21 10:33:07.895 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:07.895 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:07.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.895 INFO kablam! Sep 21 10:33:07.895 INFO kablam! warning: the trait bound `V: std::hash::Hash` is not satisfied Sep 21 10:33:07.895 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:07.895 INFO kablam! | Sep 21 10:33:07.895 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:07.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `V` Sep 21 10:33:07.896 INFO kablam! | Sep 21 10:33:07.896 INFO kablam! = help: consider adding a `where V: std::hash::Hash` bound Sep 21 10:33:07.896 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:07.896 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:07.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.896 INFO kablam! Sep 21 10:33:07.896 INFO kablam! warning: `V` doesn't implement `std::fmt::Debug` Sep 21 10:33:07.896 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:07.896 INFO kablam! | Sep 21 10:33:07.896 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:07.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ `V` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 10:33:07.896 INFO kablam! | Sep 21 10:33:07.896 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `V` Sep 21 10:33:07.896 INFO kablam! = help: consider adding a `where V: std::fmt::Debug` bound Sep 21 10:33:07.896 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:07.896 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:07.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.896 INFO kablam! Sep 21 10:33:07.896 INFO kablam! error[E0310]: the parameter type `V` may not live long enough Sep 21 10:33:07.896 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:07.896 INFO kablam! | Sep 21 10:33:07.896 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:07.896 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:33:07.896 INFO kablam! | | Sep 21 10:33:07.896 INFO kablam! | help: consider adding an explicit lifetime bound `V: 'static`... Sep 21 10:33:07.896 INFO kablam! | Sep 21 10:33:07.896 INFO kablam! note: ...so that the type `V` will meet its required lifetime bounds Sep 21 10:33:07.896 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:07.896 INFO kablam! | Sep 21 10:33:07.896 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:07.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:33:07.896 INFO kablam! Sep 21 10:33:07.896 INFO kablam! warning: can't compare `V` with `V` Sep 21 10:33:07.896 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:07.896 INFO kablam! | Sep 21 10:33:07.896 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:07.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `V < V` and `V > V` Sep 21 10:33:07.896 INFO kablam! | Sep 21 10:33:07.896 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `V` Sep 21 10:33:07.896 INFO kablam! = help: consider adding a `where V: std::cmp::PartialOrd` bound Sep 21 10:33:07.896 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:07.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.896 INFO kablam! Sep 21 10:33:07.896 INFO kablam! warning: the trait bound `V: std::marker::Copy` is not satisfied Sep 21 10:33:07.896 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:07.896 INFO kablam! | Sep 21 10:33:07.896 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:07.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `V` Sep 21 10:33:07.896 INFO kablam! | Sep 21 10:33:07.897 INFO kablam! = help: consider adding a `where V: std::marker::Copy` bound Sep 21 10:33:07.897 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:07.897 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:07.897 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.897 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.897 INFO kablam! Sep 21 10:33:07.897 INFO kablam! warning: the trait bound `V: std::cmp::Eq` is not satisfied Sep 21 10:33:07.897 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:07.897 INFO kablam! | Sep 21 10:33:07.897 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:07.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `V` Sep 21 10:33:07.897 INFO kablam! | Sep 21 10:33:07.897 INFO kablam! = help: consider adding a `where V: std::cmp::Eq` bound Sep 21 10:33:07.897 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:07.897 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:07.897 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.897 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.897 INFO kablam! Sep 21 10:33:07.897 INFO kablam! warning: the trait bound `V: std::hash::Hash` is not satisfied Sep 21 10:33:07.897 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:07.897 INFO kablam! | Sep 21 10:33:07.897 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:07.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `V` Sep 21 10:33:07.897 INFO kablam! | Sep 21 10:33:07.897 INFO kablam! = help: consider adding a `where V: std::hash::Hash` bound Sep 21 10:33:07.897 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:07.897 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:07.897 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.897 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.897 INFO kablam! Sep 21 10:33:07.897 INFO kablam! warning: `V` doesn't implement `std::fmt::Debug` Sep 21 10:33:07.897 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:07.897 INFO kablam! | Sep 21 10:33:07.897 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:07.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `V` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 10:33:07.897 INFO kablam! | Sep 21 10:33:07.897 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `V` Sep 21 10:33:07.897 INFO kablam! = help: consider adding a `where V: std::fmt::Debug` bound Sep 21 10:33:07.897 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:07.897 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:07.897 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.897 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.897 INFO kablam! Sep 21 10:33:07.897 INFO kablam! error[E0310]: the parameter type `V` may not live long enough Sep 21 10:33:07.897 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:07.897 INFO kablam! | Sep 21 10:33:07.897 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:07.897 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 10:33:07.897 INFO kablam! | | Sep 21 10:33:07.897 INFO kablam! | help: consider adding an explicit lifetime bound `V: 'static`... Sep 21 10:33:07.897 INFO kablam! | Sep 21 10:33:07.897 INFO kablam! note: ...so that the type `V` will meet its required lifetime bounds Sep 21 10:33:07.897 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:07.898 INFO kablam! | Sep 21 10:33:07.898 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:07.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 10:33:07.898 INFO kablam! Sep 21 10:33:07.969 INFO kablam! warning: the trait bound `G: graphs::WithVertex` is not satisfied Sep 21 10:33:07.969 INFO kablam! --> src/graphs/mod.rs:23:22 Sep 21 10:33:07.969 INFO kablam! | Sep 21 10:33:07.969 INFO kablam! 23 | pub type Vertex = ::Vertex; Sep 21 10:33:07.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 21 10:33:07.969 INFO kablam! | Sep 21 10:33:07.969 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 21 10:33:07.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.969 INFO kablam! Sep 21 10:33:07.969 INFO kablam! warning: the trait bound `G: graphs::WithVertex` is not satisfied Sep 21 10:33:07.969 INFO kablam! --> src/graphs/mod.rs:24:28 Sep 21 10:33:07.969 INFO kablam! | Sep 21 10:33:07.969 INFO kablam! 24 | pub type OptionVertex = ::OptionVertex; Sep 21 10:33:07.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 21 10:33:07.969 INFO kablam! | Sep 21 10:33:07.969 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 21 10:33:07.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.969 INFO kablam! Sep 21 10:33:07.969 INFO kablam! warning: the trait bound `G: props::WithVertexIndexProp` is not satisfied Sep 21 10:33:07.969 INFO kablam! --> src/graphs/mod.rs:25:31 Sep 21 10:33:07.969 INFO kablam! | Sep 21 10:33:07.969 INFO kablam! 25 | pub type VertexIndexProp = ::VertexIndexProp; Sep 21 10:33:07.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexIndexProp` is not implemented for `G` Sep 21 10:33:07.969 INFO kablam! | Sep 21 10:33:07.969 INFO kablam! = help: consider adding a `where G: props::WithVertexIndexProp` bound Sep 21 10:33:07.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.969 INFO kablam! Sep 21 10:33:07.969 INFO kablam! warning: the trait bound `G: graphs::VertexTypes<'a, G>` is not satisfied Sep 21 10:33:07.969 INFO kablam! --> src/graphs/mod.rs:26:30 Sep 21 10:33:07.969 INFO kablam! | Sep 21 10:33:07.969 INFO kablam! 26 | pub type VertexIter<'a, G> = >::VertexIter; Sep 21 10:33:07.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::VertexTypes<'a, G>` is not implemented for `G` Sep 21 10:33:07.969 INFO kablam! | Sep 21 10:33:07.969 INFO kablam! = help: consider adding a `where G: graphs::VertexTypes<'a, G>` bound Sep 21 10:33:07.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.970 INFO kablam! Sep 21 10:33:07.970 INFO kablam! warning: the trait bound `G: graphs::VertexTypes<'a, G>` is not satisfied Sep 21 10:33:07.970 INFO kablam! --> src/graphs/mod.rs:27:35 Sep 21 10:33:07.970 INFO kablam! | Sep 21 10:33:07.970 INFO kablam! 27 | pub type OutNeighborIter<'a, G> = >::OutNeighborIter; Sep 21 10:33:07.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::VertexTypes<'a, G>` is not implemented for `G` Sep 21 10:33:07.970 INFO kablam! | Sep 21 10:33:07.970 INFO kablam! = help: consider adding a `where G: graphs::VertexTypes<'a, G>` bound Sep 21 10:33:07.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.970 INFO kablam! Sep 21 10:33:07.970 INFO kablam! warning: the trait bound `G: props::WithVertexProp` is not satisfied Sep 21 10:33:07.970 INFO kablam! --> src/graphs/mod.rs:28:39 Sep 21 10:33:07.970 INFO kablam! | Sep 21 10:33:07.970 INFO kablam! 28 | pub type DefaultVertexPropMut = >::VertexProp; Sep 21 10:33:07.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexProp` is not implemented for `G` Sep 21 10:33:07.970 INFO kablam! | Sep 21 10:33:07.970 INFO kablam! = help: consider adding a `where G: props::WithVertexProp` bound Sep 21 10:33:07.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.970 INFO kablam! Sep 21 10:33:07.971 INFO kablam! warning: the trait bound `G: graphs::WithEdge` is not satisfied Sep 21 10:33:07.971 INFO kablam! --> src/graphs/mod.rs:30:20 Sep 21 10:33:07.971 INFO kablam! | Sep 21 10:33:07.971 INFO kablam! 30 | pub type Edge = ::Edge; Sep 21 10:33:07.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 21 10:33:07.971 INFO kablam! | Sep 21 10:33:07.971 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 21 10:33:07.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.971 INFO kablam! Sep 21 10:33:07.971 INFO kablam! warning: the trait bound `G: graphs::WithEdge` is not satisfied Sep 21 10:33:07.971 INFO kablam! --> src/graphs/mod.rs:31:26 Sep 21 10:33:07.971 INFO kablam! | Sep 21 10:33:07.971 INFO kablam! 31 | pub type OptionEdge = ::OptionEdge; Sep 21 10:33:07.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 21 10:33:07.971 INFO kablam! | Sep 21 10:33:07.971 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 21 10:33:07.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.971 INFO kablam! Sep 21 10:33:07.971 INFO kablam! warning: the trait bound `G: props::WithEdgeIndexProp` is not satisfied Sep 21 10:33:07.971 INFO kablam! --> src/graphs/mod.rs:32:29 Sep 21 10:33:07.971 INFO kablam! | Sep 21 10:33:07.971 INFO kablam! 32 | pub type EdgeIndexProp = ::EdgeIndexProp; Sep 21 10:33:07.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeIndexProp` is not implemented for `G` Sep 21 10:33:07.971 INFO kablam! | Sep 21 10:33:07.971 INFO kablam! = help: consider adding a `where G: props::WithEdgeIndexProp` bound Sep 21 10:33:07.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.971 INFO kablam! Sep 21 10:33:07.971 INFO kablam! warning: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 21 10:33:07.971 INFO kablam! --> src/graphs/mod.rs:33:28 Sep 21 10:33:07.971 INFO kablam! | Sep 21 10:33:07.971 INFO kablam! 33 | pub type EdgeIter<'a, G> = >::EdgeIter; Sep 21 10:33:07.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 21 10:33:07.971 INFO kablam! | Sep 21 10:33:07.971 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 21 10:33:07.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.971 INFO kablam! Sep 21 10:33:07.972 INFO kablam! warning: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 21 10:33:07.972 INFO kablam! --> src/graphs/mod.rs:34:31 Sep 21 10:33:07.972 INFO kablam! | Sep 21 10:33:07.972 INFO kablam! 34 | pub type OutEdgeIter<'a, G> = >::OutEdgeIter; Sep 21 10:33:07.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 21 10:33:07.972 INFO kablam! | Sep 21 10:33:07.972 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 21 10:33:07.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.972 INFO kablam! Sep 21 10:33:07.972 INFO kablam! warning: the trait bound `G: props::WithEdgeProp` is not satisfied Sep 21 10:33:07.972 INFO kablam! --> src/graphs/mod.rs:35:37 Sep 21 10:33:07.972 INFO kablam! | Sep 21 10:33:07.972 INFO kablam! 35 | pub type DefaultEdgePropMut = >::EdgeProp; Sep 21 10:33:07.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeProp` is not implemented for `G` Sep 21 10:33:07.972 INFO kablam! | Sep 21 10:33:07.972 INFO kablam! = help: consider adding a `where G: props::WithEdgeProp` bound Sep 21 10:33:07.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.972 INFO kablam! Sep 21 10:33:07.993 INFO kablam! warning: the trait bound `G: props::WithVertexIndexProp` is not satisfied Sep 21 10:33:07.993 INFO kablam! --> src/props/array.rs:13:32 Sep 21 10:33:07.993 INFO kablam! | Sep 21 10:33:07.993 INFO kablam! 13 | pub type VecVertexProp = ArrayProp, Vec>; Sep 21 10:33:07.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexIndexProp` is not implemented for `G` Sep 21 10:33:07.993 INFO kablam! | Sep 21 10:33:07.993 INFO kablam! = help: consider adding a `where G: props::WithVertexIndexProp` bound Sep 21 10:33:07.993 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.993 INFO kablam! Sep 21 10:33:07.993 INFO kablam! warning: the trait bound `G: props::WithEdgeIndexProp` is not satisfied Sep 21 10:33:07.993 INFO kablam! --> src/props/array.rs:18:30 Sep 21 10:33:07.993 INFO kablam! | Sep 21 10:33:07.993 INFO kablam! 18 | pub type VecEdgeProp = ArrayProp, Vec>; Sep 21 10:33:07.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeIndexProp` is not implemented for `G` Sep 21 10:33:07.993 INFO kablam! | Sep 21 10:33:07.993 INFO kablam! = help: consider adding a `where G: props::WithEdgeIndexProp` bound Sep 21 10:33:07.993 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:07.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:07.993 INFO kablam! Sep 21 10:33:08.027 INFO kablam! warning: the trait bound `G: graphs::WithVertex` is not satisfied Sep 21 10:33:08.027 INFO kablam! --> src/algs/prim.rs:138:32 Sep 21 10:33:08.027 INFO kablam! | Sep 21 10:33:08.027 INFO kablam! 138 | type PrimPriorityQueue = BinaryHeap>>; Sep 21 10:33:08.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 21 10:33:08.027 INFO kablam! | Sep 21 10:33:08.027 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:33:08.027 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 21 10:33:08.027 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.027 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.027 INFO kablam! Sep 21 10:33:08.053 INFO kablam! warning: the trait bound `G: graphs::WithEdge` is not satisfied Sep 21 10:33:08.053 INFO kablam! --> src/traverse/bfs.rs:123:24 Sep 21 10:33:08.053 INFO kablam! | Sep 21 10:33:08.053 INFO kablam! 123 | pub type BfsQueue = VecDeque<(OptionEdge, Vertex)>; Sep 21 10:33:08.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 21 10:33:08.053 INFO kablam! | Sep 21 10:33:08.053 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 21 10:33:08.053 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.053 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.053 INFO kablam! Sep 21 10:33:08.057 INFO kablam! warning: the trait bound `G: graphs::WithEdge` is not satisfied Sep 21 10:33:08.057 INFO kablam! --> src/traverse/dfs.rs:128:28 Sep 21 10:33:08.057 INFO kablam! | Sep 21 10:33:08.057 INFO kablam! 128 | pub type DfsStack<'a, G> = Vec<(OptionEdge, Vertex, OutEdgeIter<'a, G>)>; Sep 21 10:33:08.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 21 10:33:08.057 INFO kablam! | Sep 21 10:33:08.057 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 21 10:33:08.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.057 INFO kablam! Sep 21 10:33:08.057 INFO kablam! warning: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 21 10:33:08.057 INFO kablam! --> src/traverse/dfs.rs:128:28 Sep 21 10:33:08.057 INFO kablam! | Sep 21 10:33:08.057 INFO kablam! 128 | pub type DfsStack<'a, G> = Vec<(OptionEdge, Vertex, OutEdgeIter<'a, G>)>; Sep 21 10:33:08.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 21 10:33:08.057 INFO kablam! | Sep 21 10:33:08.057 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 21 10:33:08.058 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.058 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.058 INFO kablam! Sep 21 10:33:08.095 INFO kablam! warning: can't compare `V` with `V` Sep 21 10:33:08.095 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:08.095 INFO kablam! | Sep 21 10:33:08.095 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:08.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no implementation for `V < V` and `V > V` Sep 21 10:33:08.095 INFO kablam! | Sep 21 10:33:08.095 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `V` Sep 21 10:33:08.095 INFO kablam! = help: consider adding a `where V: std::cmp::PartialOrd` bound Sep 21 10:33:08.095 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:08.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.095 INFO kablam! Sep 21 10:33:08.095 INFO kablam! warning: the trait bound `V: std::marker::Copy` is not satisfied Sep 21 10:33:08.095 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:08.095 INFO kablam! | Sep 21 10:33:08.095 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:08.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `V` Sep 21 10:33:08.095 INFO kablam! | Sep 21 10:33:08.095 INFO kablam! = help: consider adding a `where V: std::marker::Copy` bound Sep 21 10:33:08.095 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:08.095 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:08.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.095 INFO kablam! Sep 21 10:33:08.095 INFO kablam! warning: the trait bound `V: std::cmp::Eq` is not satisfied Sep 21 10:33:08.095 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:08.095 INFO kablam! | Sep 21 10:33:08.095 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:08.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `V` Sep 21 10:33:08.095 INFO kablam! | Sep 21 10:33:08.095 INFO kablam! = help: consider adding a `where V: std::cmp::Eq` bound Sep 21 10:33:08.095 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:08.096 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:08.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.096 INFO kablam! Sep 21 10:33:08.096 INFO kablam! warning: the trait bound `V: std::hash::Hash` is not satisfied Sep 21 10:33:08.096 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:08.096 INFO kablam! | Sep 21 10:33:08.096 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:08.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `V` Sep 21 10:33:08.096 INFO kablam! | Sep 21 10:33:08.096 INFO kablam! = help: consider adding a `where V: std::hash::Hash` bound Sep 21 10:33:08.096 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:08.096 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:08.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.096 INFO kablam! Sep 21 10:33:08.097 INFO kablam! warning: `V` doesn't implement `std::fmt::Debug` Sep 21 10:33:08.097 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.097 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:08.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ `V` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.097 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `V` Sep 21 10:33:08.097 INFO kablam! = help: consider adding a `where V: std::fmt::Debug` bound Sep 21 10:33:08.097 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:08.097 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:08.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.097 INFO kablam! Sep 21 10:33:08.097 INFO kablam! error[E0310]: the parameter type `V` may not live long enough Sep 21 10:33:08.097 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.097 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:08.097 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:33:08.097 INFO kablam! | | Sep 21 10:33:08.097 INFO kablam! | help: consider adding an explicit lifetime bound `V: 'static`... Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.097 INFO kablam! note: ...so that the type `V` will meet its required lifetime bounds Sep 21 10:33:08.097 INFO kablam! --> src/graphs/adjset.rs:14:27 Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.097 INFO kablam! 14 | pub type AdjSetGraph = AdjSet; Sep 21 10:33:08.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:33:08.097 INFO kablam! Sep 21 10:33:08.097 INFO kablam! warning: can't compare `V` with `V` Sep 21 10:33:08.097 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.097 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:08.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `V < V` and `V > V` Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.097 INFO kablam! = help: the trait `std::cmp::PartialOrd` is not implemented for `V` Sep 21 10:33:08.097 INFO kablam! = help: consider adding a `where V: std::cmp::PartialOrd` bound Sep 21 10:33:08.097 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:08.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.097 INFO kablam! Sep 21 10:33:08.097 INFO kablam! warning: the trait bound `V: std::marker::Copy` is not satisfied Sep 21 10:33:08.097 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.097 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:08.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `V` Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.097 INFO kablam! = help: consider adding a `where V: std::marker::Copy` bound Sep 21 10:33:08.097 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:08.097 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:08.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.097 INFO kablam! Sep 21 10:33:08.097 INFO kablam! warning: the trait bound `V: std::cmp::Eq` is not satisfied Sep 21 10:33:08.097 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.097 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:08.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `V` Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.097 INFO kablam! = help: consider adding a `where V: std::cmp::Eq` bound Sep 21 10:33:08.097 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:08.097 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:08.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.097 INFO kablam! Sep 21 10:33:08.097 INFO kablam! warning: the trait bound `V: std::hash::Hash` is not satisfied Sep 21 10:33:08.097 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:08.097 INFO kablam! | Sep 21 10:33:08.098 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:08.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `V` Sep 21 10:33:08.098 INFO kablam! | Sep 21 10:33:08.098 INFO kablam! = help: consider adding a `where V: std::hash::Hash` bound Sep 21 10:33:08.098 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:08.098 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:08.098 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.098 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.098 INFO kablam! Sep 21 10:33:08.098 INFO kablam! warning: `V` doesn't implement `std::fmt::Debug` Sep 21 10:33:08.098 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:08.098 INFO kablam! | Sep 21 10:33:08.098 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:08.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `V` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 10:33:08.098 INFO kablam! | Sep 21 10:33:08.098 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `V` Sep 21 10:33:08.098 INFO kablam! = help: consider adding a `where V: std::fmt::Debug` bound Sep 21 10:33:08.098 INFO kablam! = note: required because of the requirements on the impl of `graphs::GraphItem` for `V` Sep 21 10:33:08.098 INFO kablam! = note: required because of the requirements on the impl of `graphs::adjset::AdjSetVertex` for `V` Sep 21 10:33:08.098 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.098 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.098 INFO kablam! Sep 21 10:33:08.098 INFO kablam! error[E0310]: the parameter type `V` may not live long enough Sep 21 10:33:08.098 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:08.098 INFO kablam! | Sep 21 10:33:08.098 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:08.098 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 10:33:08.098 INFO kablam! | | Sep 21 10:33:08.098 INFO kablam! | help: consider adding an explicit lifetime bound `V: 'static`... Sep 21 10:33:08.098 INFO kablam! | Sep 21 10:33:08.098 INFO kablam! note: ...so that the type `V` will meet its required lifetime bounds Sep 21 10:33:08.098 INFO kablam! --> src/graphs/adjset.rs:15:29 Sep 21 10:33:08.098 INFO kablam! | Sep 21 10:33:08.098 INFO kablam! 15 | pub type AdjSetDigraph = AdjSet; Sep 21 10:33:08.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 10:33:08.098 INFO kablam! Sep 21 10:33:08.168 INFO kablam! warning: the trait bound `G: graphs::WithVertex` is not satisfied Sep 21 10:33:08.168 INFO kablam! --> src/graphs/mod.rs:23:22 Sep 21 10:33:08.168 INFO kablam! | Sep 21 10:33:08.168 INFO kablam! 23 | pub type Vertex = ::Vertex; Sep 21 10:33:08.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 21 10:33:08.168 INFO kablam! | Sep 21 10:33:08.168 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 21 10:33:08.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.168 INFO kablam! Sep 21 10:33:08.168 INFO kablam! warning: the trait bound `G: graphs::WithVertex` is not satisfied Sep 21 10:33:08.168 INFO kablam! --> src/graphs/mod.rs:24:28 Sep 21 10:33:08.168 INFO kablam! | Sep 21 10:33:08.168 INFO kablam! 24 | pub type OptionVertex = ::OptionVertex; Sep 21 10:33:08.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithVertex` is not implemented for `G` Sep 21 10:33:08.168 INFO kablam! | Sep 21 10:33:08.168 INFO kablam! = help: consider adding a `where G: graphs::WithVertex` bound Sep 21 10:33:08.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.168 INFO kablam! Sep 21 10:33:08.168 INFO kablam! warning: the trait bound `G: props::WithVertexIndexProp` is not satisfied Sep 21 10:33:08.168 INFO kablam! --> src/graphs/mod.rs:25:31 Sep 21 10:33:08.168 INFO kablam! | Sep 21 10:33:08.168 INFO kablam! 25 | pub type VertexIndexProp = ::VertexIndexProp; Sep 21 10:33:08.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexIndexProp` is not implemented for `G` Sep 21 10:33:08.168 INFO kablam! | Sep 21 10:33:08.168 INFO kablam! = help: consider adding a `where G: props::WithVertexIndexProp` bound Sep 21 10:33:08.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.168 INFO kablam! Sep 21 10:33:08.168 INFO kablam! warning: the trait bound `G: graphs::VertexTypes<'a, G>` is not satisfied Sep 21 10:33:08.168 INFO kablam! --> src/graphs/mod.rs:26:30 Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! 26 | pub type VertexIter<'a, G> = >::VertexIter; Sep 21 10:33:08.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::VertexTypes<'a, G>` is not implemented for `G` Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! = help: consider adding a `where G: graphs::VertexTypes<'a, G>` bound Sep 21 10:33:08.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.169 INFO kablam! Sep 21 10:33:08.169 INFO kablam! warning: the trait bound `G: graphs::VertexTypes<'a, G>` is not satisfied Sep 21 10:33:08.169 INFO kablam! --> src/graphs/mod.rs:27:35 Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! 27 | pub type OutNeighborIter<'a, G> = >::OutNeighborIter; Sep 21 10:33:08.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::VertexTypes<'a, G>` is not implemented for `G` Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! = help: consider adding a `where G: graphs::VertexTypes<'a, G>` bound Sep 21 10:33:08.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.169 INFO kablam! Sep 21 10:33:08.169 INFO kablam! warning: the trait bound `G: props::WithVertexProp` is not satisfied Sep 21 10:33:08.169 INFO kablam! --> src/graphs/mod.rs:28:39 Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! 28 | pub type DefaultVertexPropMut = >::VertexProp; Sep 21 10:33:08.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexProp` is not implemented for `G` Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! = help: consider adding a `where G: props::WithVertexProp` bound Sep 21 10:33:08.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.169 INFO kablam! Sep 21 10:33:08.169 INFO kablam! warning: the trait bound `G: graphs::WithEdge` is not satisfied Sep 21 10:33:08.169 INFO kablam! --> src/graphs/mod.rs:30:20 Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! 30 | pub type Edge = ::Edge; Sep 21 10:33:08.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 21 10:33:08.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.169 INFO kablam! Sep 21 10:33:08.169 INFO kablam! warning: the trait bound `G: graphs::WithEdge` is not satisfied Sep 21 10:33:08.169 INFO kablam! --> src/graphs/mod.rs:31:26 Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! 31 | pub type OptionEdge = ::OptionEdge; Sep 21 10:33:08.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 21 10:33:08.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.169 INFO kablam! Sep 21 10:33:08.169 INFO kablam! warning: the trait bound `G: props::WithEdgeIndexProp` is not satisfied Sep 21 10:33:08.169 INFO kablam! --> src/graphs/mod.rs:32:29 Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! 32 | pub type EdgeIndexProp = ::EdgeIndexProp; Sep 21 10:33:08.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeIndexProp` is not implemented for `G` Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! = help: consider adding a `where G: props::WithEdgeIndexProp` bound Sep 21 10:33:08.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.169 INFO kablam! Sep 21 10:33:08.169 INFO kablam! warning: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 21 10:33:08.169 INFO kablam! --> src/graphs/mod.rs:33:28 Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! 33 | pub type EdgeIter<'a, G> = >::EdgeIter; Sep 21 10:33:08.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 21 10:33:08.169 INFO kablam! | Sep 21 10:33:08.169 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 21 10:33:08.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.169 INFO kablam! Sep 21 10:33:08.169 INFO kablam! warning: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 21 10:33:08.170 INFO kablam! --> src/graphs/mod.rs:34:31 Sep 21 10:33:08.170 INFO kablam! | Sep 21 10:33:08.170 INFO kablam! 34 | pub type OutEdgeIter<'a, G> = >::OutEdgeIter; Sep 21 10:33:08.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 21 10:33:08.170 INFO kablam! | Sep 21 10:33:08.170 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 21 10:33:08.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.170 INFO kablam! Sep 21 10:33:08.170 INFO kablam! warning: the trait bound `G: props::WithEdgeProp` is not satisfied Sep 21 10:33:08.170 INFO kablam! --> src/graphs/mod.rs:35:37 Sep 21 10:33:08.170 INFO kablam! | Sep 21 10:33:08.170 INFO kablam! 35 | pub type DefaultEdgePropMut = >::EdgeProp; Sep 21 10:33:08.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeProp` is not implemented for `G` Sep 21 10:33:08.170 INFO kablam! | Sep 21 10:33:08.170 INFO kablam! = help: consider adding a `where G: props::WithEdgeProp` bound Sep 21 10:33:08.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.170 INFO kablam! Sep 21 10:33:08.190 INFO kablam! warning: the trait bound `G: props::WithVertexIndexProp` is not satisfied Sep 21 10:33:08.190 INFO kablam! --> src/props/array.rs:13:32 Sep 21 10:33:08.190 INFO kablam! | Sep 21 10:33:08.190 INFO kablam! 13 | pub type VecVertexProp = ArrayProp, Vec>; Sep 21 10:33:08.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithVertexIndexProp` is not implemented for `G` Sep 21 10:33:08.190 INFO kablam! | Sep 21 10:33:08.190 INFO kablam! = help: consider adding a `where G: props::WithVertexIndexProp` bound Sep 21 10:33:08.190 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.190 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.190 INFO kablam! Sep 21 10:33:08.190 INFO kablam! warning: the trait bound `G: props::WithEdgeIndexProp` is not satisfied Sep 21 10:33:08.190 INFO kablam! --> src/props/array.rs:18:30 Sep 21 10:33:08.190 INFO kablam! | Sep 21 10:33:08.190 INFO kablam! 18 | pub type VecEdgeProp = ArrayProp, Vec>; Sep 21 10:33:08.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `props::WithEdgeIndexProp` is not implemented for `G` Sep 21 10:33:08.190 INFO kablam! | Sep 21 10:33:08.190 INFO kablam! = help: consider adding a `where G: props::WithEdgeIndexProp` bound Sep 21 10:33:08.190 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.190 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.190 INFO kablam! Sep 21 10:33:08.228 INFO kablam! warning: the trait bound `G: graphs::WithEdge` is not satisfied Sep 21 10:33:08.228 INFO kablam! --> src/traverse/bfs.rs:123:24 Sep 21 10:33:08.228 INFO kablam! | Sep 21 10:33:08.228 INFO kablam! 123 | pub type BfsQueue = VecDeque<(OptionEdge, Vertex)>; Sep 21 10:33:08.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 21 10:33:08.228 INFO kablam! | Sep 21 10:33:08.228 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 21 10:33:08.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.228 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.228 INFO kablam! Sep 21 10:33:08.233 INFO kablam! warning: the trait bound `G: graphs::WithEdge` is not satisfied Sep 21 10:33:08.233 INFO kablam! --> src/traverse/dfs.rs:128:28 Sep 21 10:33:08.233 INFO kablam! | Sep 21 10:33:08.233 INFO kablam! 128 | pub type DfsStack<'a, G> = Vec<(OptionEdge, Vertex, OutEdgeIter<'a, G>)>; Sep 21 10:33:08.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::WithEdge` is not implemented for `G` Sep 21 10:33:08.233 INFO kablam! | Sep 21 10:33:08.233 INFO kablam! = help: consider adding a `where G: graphs::WithEdge` bound Sep 21 10:33:08.233 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.233 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.233 INFO kablam! Sep 21 10:33:08.233 INFO kablam! warning: the trait bound `G: graphs::EdgeTypes<'a, G>` is not satisfied Sep 21 10:33:08.233 INFO kablam! --> src/traverse/dfs.rs:128:28 Sep 21 10:33:08.233 INFO kablam! | Sep 21 10:33:08.233 INFO kablam! 128 | pub type DfsStack<'a, G> = Vec<(OptionEdge, Vertex, OutEdgeIter<'a, G>)>; Sep 21 10:33:08.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `graphs::EdgeTypes<'a, G>` is not implemented for `G` Sep 21 10:33:08.233 INFO kablam! | Sep 21 10:33:08.233 INFO kablam! = help: consider adding a `where G: graphs::EdgeTypes<'a, G>` bound Sep 21 10:33:08.233 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:33:08.233 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:33:08.233 INFO kablam! Sep 21 10:33:08.922 INFO kablam! error: aborting due to 2 previous errors Sep 21 10:33:08.922 INFO kablam! Sep 21 10:33:08.922 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 10:33:08.934 INFO kablam! error: Could not compile `fera-graph`. Sep 21 10:33:08.934 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:33:08.982 INFO kablam! error: aborting due to 2 previous errors Sep 21 10:33:08.982 INFO kablam! Sep 21 10:33:08.982 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 10:33:08.993 INFO kablam! error: Could not compile `fera-graph`. Sep 21 10:33:08.993 INFO kablam! Sep 21 10:33:08.993 INFO kablam! To learn more, run the command again with --verbose. Sep 21 10:33:08.995 INFO kablam! su: No module specific data is present Sep 21 10:33:09.712 INFO running `"docker" "rm" "-f" "e452a6d88aaa2838a2dec95ef2ab4ccd193af4df12de379cb8db8840e7683479"` Sep 21 10:33:09.834 INFO blam! e452a6d88aaa2838a2dec95ef2ab4ccd193af4df12de379cb8db8840e7683479