Sep 18 01:39:36.851 INFO checking differential-dataflow-0.5.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:39:36.851 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:39:36.851 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/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 01:39:37.234 INFO blam! 3c6b9859c92e07db06461f1decb0084705e7969ed6699a24ff67e282966c1bc1 Sep 18 01:39:37.236 INFO running `"docker" "start" "-a" "3c6b9859c92e07db06461f1decb0084705e7969ed6699a24ff67e282966c1bc1"` Sep 18 01:39:39.338 INFO kablam! usermod: no changes Sep 18 01:39:39.548 INFO kablam! Checking abomonation v0.5.0 Sep 18 01:39:39.550 INFO kablam! Checking timely_sort v0.1.6 Sep 18 01:39:39.553 INFO kablam! Compiling abomonation_derive v0.3.0 Sep 18 01:39:44.223 INFO kablam! Checking timely_communication v0.5.0 Sep 18 01:39:45.311 INFO kablam! Checking timely v0.5.1 Sep 18 01:39:50.451 INFO kablam! Checking differential-dataflow v0.5.0 (/source) Sep 18 01:39:51.632 INFO kablam! warning: unnecessary parentheses around method argument Sep 18 01:39:51.632 INFO kablam! --> src/trace/implementations/merge_batcher.rs:108:65 Sep 18 01:39:51.632 INFO kablam! | Sep 18 01:39:51.632 INFO kablam! 108 | unsafe { ::std::ptr::read(self.list.as_mut_ptr().offset(((self.head as isize) - 1) )) } Sep 18 01:39:51.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 01:39:51.632 INFO kablam! | Sep 18 01:39:51.632 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 18 01:39:51.632 INFO kablam! Sep 18 01:39:51.687 INFO kablam! warning: unnecessary parentheses around method argument Sep 18 01:39:51.687 INFO kablam! --> src/trace/implementations/merge_batcher.rs:108:65 Sep 18 01:39:51.687 INFO kablam! | Sep 18 01:39:51.687 INFO kablam! 108 | unsafe { ::std::ptr::read(self.list.as_mut_ptr().offset(((self.head as isize) - 1) )) } Sep 18 01:39:51.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 01:39:51.687 INFO kablam! | Sep 18 01:39:51.687 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 18 01:39:51.687 INFO kablam! Sep 18 01:39:51.931 INFO kablam! error: the trait bound `T: lattice::Lattice` is not satisfied Sep 18 01:39:51.931 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.931 INFO kablam! | Sep 18 01:39:51.931 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `lattice::Lattice` is not implemented for `T` Sep 18 01:39:51.931 INFO kablam! | Sep 18 01:39:51.931 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:39:51.931 INFO kablam! = help: consider adding a `where T: lattice::Lattice` bound Sep 18 01:39:51.931 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.931 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.931 INFO kablam! Sep 18 01:39:51.931 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 01:39:51.931 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.931 INFO kablam! | Sep 18 01:39:51.931 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 01:39:51.931 INFO kablam! | Sep 18 01:39:51.931 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 01:39:51.931 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.931 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.931 INFO kablam! Sep 18 01:39:51.931 INFO kablam! error: the trait bound `R: difference::Diff` is not satisfied Sep 18 01:39:51.931 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.931 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `difference::Diff` is not implemented for `R` Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! = help: consider adding a `where R: difference::Diff` bound Sep 18 01:39:51.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.932 INFO kablam! Sep 18 01:39:51.932 INFO kablam! error: the trait bound `K: std::cmp::Ord` is not satisfied Sep 18 01:39:51.932 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `K` Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! = help: consider adding a `where K: std::cmp::Ord` bound Sep 18 01:39:51.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.932 INFO kablam! Sep 18 01:39:51.932 INFO kablam! error: the trait bound `V: std::cmp::Ord` is not satisfied Sep 18 01:39:51.932 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `V` Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! = help: consider adding a `where V: std::cmp::Ord` bound Sep 18 01:39:51.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.932 INFO kablam! Sep 18 01:39:51.932 INFO kablam! error: the trait bound `K: std::clone::Clone` is not satisfied Sep 18 01:39:51.932 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `K` Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! = help: consider adding a `where K: std::clone::Clone` bound Sep 18 01:39:51.932 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.932 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.932 INFO kablam! Sep 18 01:39:51.932 INFO kablam! error: the trait bound `V: std::clone::Clone` is not satisfied Sep 18 01:39:51.932 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `V` Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! = help: consider adding a `where V: std::clone::Clone` bound Sep 18 01:39:51.932 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.932 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.932 INFO kablam! Sep 18 01:39:51.932 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 18 01:39:51.932 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 18 01:39:51.932 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.932 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.932 INFO kablam! Sep 18 01:39:51.932 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 01:39:51.932 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 01:39:51.932 INFO kablam! | Sep 18 01:39:51.932 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 01:39:51.933 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 01:39:51.933 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.933 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.933 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.933 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.934 INFO kablam! Sep 18 01:39:51.934 INFO kablam! error: the trait bound `T: lattice::Lattice` is not satisfied Sep 18 01:39:51.934 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.934 INFO kablam! | Sep 18 01:39:51.934 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `lattice::Lattice` is not implemented for `T` Sep 18 01:39:51.934 INFO kablam! | Sep 18 01:39:51.934 INFO kablam! = help: consider adding a `where T: lattice::Lattice` bound Sep 18 01:39:51.934 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.934 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.934 INFO kablam! Sep 18 01:39:51.934 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 01:39:51.934 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.934 INFO kablam! | Sep 18 01:39:51.934 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 01:39:51.934 INFO kablam! | Sep 18 01:39:51.934 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 01:39:51.934 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.934 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.934 INFO kablam! Sep 18 01:39:51.939 INFO kablam! error: the trait bound `R: difference::Diff` is not satisfied Sep 18 01:39:51.939 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.939 INFO kablam! | Sep 18 01:39:51.939 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `difference::Diff` is not implemented for `R` Sep 18 01:39:51.939 INFO kablam! | Sep 18 01:39:51.939 INFO kablam! = help: consider adding a `where R: difference::Diff` bound Sep 18 01:39:51.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.939 INFO kablam! Sep 18 01:39:51.939 INFO kablam! error: the trait bound `K: std::cmp::Ord` is not satisfied Sep 18 01:39:51.939 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.939 INFO kablam! | Sep 18 01:39:51.939 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `K` Sep 18 01:39:51.939 INFO kablam! | Sep 18 01:39:51.939 INFO kablam! = help: consider adding a `where K: std::cmp::Ord` bound Sep 18 01:39:51.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.939 INFO kablam! Sep 18 01:39:51.939 INFO kablam! error: the trait bound `V: std::cmp::Ord` is not satisfied Sep 18 01:39:51.939 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.939 INFO kablam! | Sep 18 01:39:51.939 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `V` Sep 18 01:39:51.939 INFO kablam! | Sep 18 01:39:51.939 INFO kablam! = help: consider adding a `where V: std::cmp::Ord` bound Sep 18 01:39:51.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.939 INFO kablam! Sep 18 01:39:51.939 INFO kablam! error: the trait bound `K: abomonation::Abomonation` is not satisfied Sep 18 01:39:51.940 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.940 INFO kablam! | Sep 18 01:39:51.940 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `abomonation::Abomonation` is not implemented for `K` Sep 18 01:39:51.940 INFO kablam! | Sep 18 01:39:51.940 INFO kablam! = help: consider adding a `where K: abomonation::Abomonation` bound Sep 18 01:39:51.940 INFO kablam! = note: required because of the requirements on the impl of `abomonation::Abomonation` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.940 INFO kablam! Sep 18 01:39:51.940 INFO kablam! error: the trait bound `V: abomonation::Abomonation` is not satisfied Sep 18 01:39:51.940 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.940 INFO kablam! | Sep 18 01:39:51.940 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `abomonation::Abomonation` is not implemented for `V` Sep 18 01:39:51.940 INFO kablam! | Sep 18 01:39:51.940 INFO kablam! = help: consider adding a `where V: abomonation::Abomonation` bound Sep 18 01:39:51.940 INFO kablam! = note: required because of the requirements on the impl of `abomonation::Abomonation` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.940 INFO kablam! Sep 18 01:39:51.940 INFO kablam! error: the trait bound `T: abomonation::Abomonation` is not satisfied Sep 18 01:39:51.940 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.940 INFO kablam! | Sep 18 01:39:51.940 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `abomonation::Abomonation` is not implemented for `T` Sep 18 01:39:51.940 INFO kablam! | Sep 18 01:39:51.940 INFO kablam! = help: consider adding a `where T: abomonation::Abomonation` bound Sep 18 01:39:51.940 INFO kablam! = note: required because of the requirements on the impl of `abomonation::Abomonation` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.940 INFO kablam! Sep 18 01:39:51.940 INFO kablam! error: the trait bound `K: std::clone::Clone` is not satisfied Sep 18 01:39:51.940 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.940 INFO kablam! | Sep 18 01:39:51.940 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `K` Sep 18 01:39:51.940 INFO kablam! | Sep 18 01:39:51.940 INFO kablam! = help: consider adding a `where K: std::clone::Clone` bound Sep 18 01:39:51.940 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.940 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:51.940 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:51.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.940 INFO kablam! Sep 18 01:39:51.943 INFO kablam! error: the trait bound `V: std::clone::Clone` is not satisfied Sep 18 01:39:51.943 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.943 INFO kablam! | Sep 18 01:39:51.943 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `V` Sep 18 01:39:51.943 INFO kablam! | Sep 18 01:39:51.943 INFO kablam! = help: consider adding a `where V: std::clone::Clone` bound Sep 18 01:39:51.943 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.943 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:51.943 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:51.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.943 INFO kablam! Sep 18 01:39:51.943 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 18 01:39:51.943 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.943 INFO kablam! | Sep 18 01:39:51.943 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 18 01:39:51.943 INFO kablam! | Sep 18 01:39:51.943 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 18 01:39:51.943 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.943 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:51.943 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:51.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.943 INFO kablam! Sep 18 01:39:51.947 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 01:39:51.947 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.947 INFO kablam! | Sep 18 01:39:51.947 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 01:39:51.947 INFO kablam! | Sep 18 01:39:51.947 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 01:39:51.947 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 01:39:51.947 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.947 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:51.947 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:51.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.947 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.947 INFO kablam! Sep 18 01:39:51.947 INFO kablam! error: the trait bound `T: lattice::Lattice` is not satisfied Sep 18 01:39:51.947 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.947 INFO kablam! | Sep 18 01:39:51.947 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `lattice::Lattice` is not implemented for `T` Sep 18 01:39:51.947 INFO kablam! | Sep 18 01:39:51.947 INFO kablam! = help: consider adding a `where T: lattice::Lattice` bound Sep 18 01:39:51.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.947 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.947 INFO kablam! Sep 18 01:39:51.947 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 01:39:51.947 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.947 INFO kablam! | Sep 18 01:39:51.947 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 01:39:51.947 INFO kablam! | Sep 18 01:39:51.947 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 01:39:51.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.947 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.947 INFO kablam! Sep 18 01:39:51.947 INFO kablam! error: the trait bound `R: difference::Diff` is not satisfied Sep 18 01:39:51.947 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.947 INFO kablam! | Sep 18 01:39:51.947 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `difference::Diff` is not implemented for `R` Sep 18 01:39:51.948 INFO kablam! | Sep 18 01:39:51.948 INFO kablam! = help: consider adding a `where R: difference::Diff` bound Sep 18 01:39:51.948 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.948 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.948 INFO kablam! Sep 18 01:39:51.948 INFO kablam! error: the trait bound `K: std::cmp::Ord` is not satisfied Sep 18 01:39:51.948 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.948 INFO kablam! | Sep 18 01:39:51.948 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `K` Sep 18 01:39:51.948 INFO kablam! | Sep 18 01:39:51.948 INFO kablam! = help: consider adding a `where K: std::cmp::Ord` bound Sep 18 01:39:51.948 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.948 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.948 INFO kablam! Sep 18 01:39:51.948 INFO kablam! error: the trait bound `K: std::clone::Clone` is not satisfied Sep 18 01:39:51.948 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.948 INFO kablam! | Sep 18 01:39:51.948 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `K` Sep 18 01:39:51.948 INFO kablam! | Sep 18 01:39:51.948 INFO kablam! = help: consider adding a `where K: std::clone::Clone` bound Sep 18 01:39:51.948 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:51.948 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.948 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.948 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.948 INFO kablam! Sep 18 01:39:51.948 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 18 01:39:51.948 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.948 INFO kablam! | Sep 18 01:39:51.948 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 18 01:39:51.948 INFO kablam! | Sep 18 01:39:51.948 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 18 01:39:51.948 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:51.948 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.948 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.948 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.948 INFO kablam! Sep 18 01:39:51.955 INFO kablam! error: the trait bound `T: lattice::Lattice` is not satisfied Sep 18 01:39:51.955 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:51.955 INFO kablam! | Sep 18 01:39:51.955 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:51.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `lattice::Lattice` is not implemented for `T` Sep 18 01:39:51.955 INFO kablam! | Sep 18 01:39:51.955 INFO kablam! = help: consider adding a `where T: lattice::Lattice` bound Sep 18 01:39:51.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.955 INFO kablam! Sep 18 01:39:51.955 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 01:39:51.955 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:51.955 INFO kablam! | Sep 18 01:39:51.955 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:51.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 01:39:51.955 INFO kablam! | Sep 18 01:39:51.955 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 01:39:51.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.955 INFO kablam! Sep 18 01:39:51.955 INFO kablam! error: the trait bound `R: difference::Diff` is not satisfied Sep 18 01:39:51.955 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:51.955 INFO kablam! | Sep 18 01:39:51.955 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:51.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `difference::Diff` is not implemented for `R` Sep 18 01:39:51.955 INFO kablam! | Sep 18 01:39:51.955 INFO kablam! = help: consider adding a `where R: difference::Diff` bound Sep 18 01:39:51.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.955 INFO kablam! Sep 18 01:39:51.955 INFO kablam! error: the trait bound `K: std::cmp::Ord` is not satisfied Sep 18 01:39:51.955 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:51.955 INFO kablam! | Sep 18 01:39:51.956 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:51.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `K` Sep 18 01:39:51.956 INFO kablam! | Sep 18 01:39:51.956 INFO kablam! = help: consider adding a `where K: std::cmp::Ord` bound Sep 18 01:39:51.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.956 INFO kablam! Sep 18 01:39:51.956 INFO kablam! error: the trait bound `K: abomonation::Abomonation` is not satisfied Sep 18 01:39:51.956 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:51.956 INFO kablam! | Sep 18 01:39:51.956 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:51.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `abomonation::Abomonation` is not implemented for `K` Sep 18 01:39:51.956 INFO kablam! | Sep 18 01:39:51.956 INFO kablam! = help: consider adding a `where K: abomonation::Abomonation` bound Sep 18 01:39:51.956 INFO kablam! = note: required because of the requirements on the impl of `abomonation::Abomonation` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:51.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.956 INFO kablam! Sep 18 01:39:51.956 INFO kablam! error: the trait bound `T: abomonation::Abomonation` is not satisfied Sep 18 01:39:51.956 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:51.956 INFO kablam! | Sep 18 01:39:51.956 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:51.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `abomonation::Abomonation` is not implemented for `T` Sep 18 01:39:51.956 INFO kablam! | Sep 18 01:39:51.956 INFO kablam! = help: consider adding a `where T: abomonation::Abomonation` bound Sep 18 01:39:51.956 INFO kablam! = note: required because of the requirements on the impl of `abomonation::Abomonation` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:51.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.956 INFO kablam! Sep 18 01:39:51.956 INFO kablam! error: the trait bound `K: std::clone::Clone` is not satisfied Sep 18 01:39:51.956 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:51.956 INFO kablam! | Sep 18 01:39:51.956 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:51.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `K` Sep 18 01:39:51.956 INFO kablam! | Sep 18 01:39:51.956 INFO kablam! = help: consider adding a `where K: std::clone::Clone` bound Sep 18 01:39:51.956 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:51.956 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:51.956 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:51.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.956 INFO kablam! Sep 18 01:39:51.956 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 18 01:39:51.956 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:51.956 INFO kablam! | Sep 18 01:39:51.956 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:51.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 18 01:39:51.956 INFO kablam! | Sep 18 01:39:51.956 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 18 01:39:51.956 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:51.956 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:51.956 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:51.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.956 INFO kablam! Sep 18 01:39:51.979 INFO kablam! error: the trait bound `T: lattice::Lattice` is not satisfied Sep 18 01:39:51.979 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.979 INFO kablam! | Sep 18 01:39:51.979 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `lattice::Lattice` is not implemented for `T` Sep 18 01:39:51.979 INFO kablam! | Sep 18 01:39:51.980 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:39:51.980 INFO kablam! = help: consider adding a `where T: lattice::Lattice` bound Sep 18 01:39:51.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.980 INFO kablam! Sep 18 01:39:51.980 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 01:39:51.980 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.980 INFO kablam! | Sep 18 01:39:51.980 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 01:39:51.980 INFO kablam! | Sep 18 01:39:51.980 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 01:39:51.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.980 INFO kablam! Sep 18 01:39:51.980 INFO kablam! error: the trait bound `R: difference::Diff` is not satisfied Sep 18 01:39:51.980 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.980 INFO kablam! | Sep 18 01:39:51.980 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `difference::Diff` is not implemented for `R` Sep 18 01:39:51.980 INFO kablam! | Sep 18 01:39:51.980 INFO kablam! = help: consider adding a `where R: difference::Diff` bound Sep 18 01:39:51.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.981 INFO kablam! Sep 18 01:39:51.981 INFO kablam! error: the trait bound `K: std::cmp::Ord` is not satisfied Sep 18 01:39:51.981 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.981 INFO kablam! | Sep 18 01:39:51.981 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `K` Sep 18 01:39:51.982 INFO kablam! | Sep 18 01:39:51.982 INFO kablam! = help: consider adding a `where K: std::cmp::Ord` bound Sep 18 01:39:51.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.982 INFO kablam! Sep 18 01:39:51.982 INFO kablam! error: the trait bound `V: std::cmp::Ord` is not satisfied Sep 18 01:39:51.982 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.982 INFO kablam! | Sep 18 01:39:51.982 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `V` Sep 18 01:39:51.982 INFO kablam! | Sep 18 01:39:51.982 INFO kablam! = help: consider adding a `where V: std::cmp::Ord` bound Sep 18 01:39:51.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.982 INFO kablam! Sep 18 01:39:51.982 INFO kablam! error: the trait bound `K: std::clone::Clone` is not satisfied Sep 18 01:39:51.982 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.982 INFO kablam! | Sep 18 01:39:51.982 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `K` Sep 18 01:39:51.982 INFO kablam! | Sep 18 01:39:51.982 INFO kablam! = help: consider adding a `where K: std::clone::Clone` bound Sep 18 01:39:51.982 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.982 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.982 INFO kablam! Sep 18 01:39:51.982 INFO kablam! error: the trait bound `V: std::clone::Clone` is not satisfied Sep 18 01:39:51.982 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.983 INFO kablam! | Sep 18 01:39:51.983 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `V` Sep 18 01:39:51.983 INFO kablam! | Sep 18 01:39:51.983 INFO kablam! = help: consider adding a `where V: std::clone::Clone` bound Sep 18 01:39:51.983 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.983 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.983 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.983 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.983 INFO kablam! Sep 18 01:39:51.984 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 18 01:39:51.984 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.984 INFO kablam! | Sep 18 01:39:51.984 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 18 01:39:51.984 INFO kablam! | Sep 18 01:39:51.984 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 18 01:39:51.984 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.984 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.984 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.984 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.984 INFO kablam! Sep 18 01:39:51.984 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 01:39:51.984 INFO kablam! --> src/trace/implementations/ord.rs:33:36 Sep 18 01:39:51.984 INFO kablam! | Sep 18 01:39:51.984 INFO kablam! 33 | pub type OrdValSpine = Spine>>; Sep 18 01:39:51.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 01:39:51.984 INFO kablam! | Sep 18 01:39:51.984 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 01:39:51.984 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 01:39:51.984 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.984 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.984 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.984 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.986 INFO kablam! Sep 18 01:39:51.987 INFO kablam! error: the trait bound `T: lattice::Lattice` is not satisfied Sep 18 01:39:51.987 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.987 INFO kablam! | Sep 18 01:39:51.987 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `lattice::Lattice` is not implemented for `T` Sep 18 01:39:51.987 INFO kablam! | Sep 18 01:39:51.987 INFO kablam! = help: consider adding a `where T: lattice::Lattice` bound Sep 18 01:39:51.987 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.987 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.987 INFO kablam! Sep 18 01:39:51.987 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 01:39:51.987 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.987 INFO kablam! | Sep 18 01:39:51.987 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 01:39:51.987 INFO kablam! | Sep 18 01:39:51.987 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 01:39:51.987 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.987 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.987 INFO kablam! Sep 18 01:39:51.987 INFO kablam! error: the trait bound `R: difference::Diff` is not satisfied Sep 18 01:39:51.987 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.988 INFO kablam! | Sep 18 01:39:51.988 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `difference::Diff` is not implemented for `R` Sep 18 01:39:51.988 INFO kablam! | Sep 18 01:39:51.988 INFO kablam! = help: consider adding a `where R: difference::Diff` bound Sep 18 01:39:51.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.988 INFO kablam! Sep 18 01:39:51.988 INFO kablam! error: the trait bound `K: std::cmp::Ord` is not satisfied Sep 18 01:39:51.988 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.988 INFO kablam! | Sep 18 01:39:51.988 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `K` Sep 18 01:39:51.988 INFO kablam! | Sep 18 01:39:51.988 INFO kablam! = help: consider adding a `where K: std::cmp::Ord` bound Sep 18 01:39:51.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.988 INFO kablam! Sep 18 01:39:51.989 INFO kablam! error: the trait bound `V: std::cmp::Ord` is not satisfied Sep 18 01:39:51.989 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.989 INFO kablam! | Sep 18 01:39:51.989 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `V` Sep 18 01:39:51.989 INFO kablam! | Sep 18 01:39:51.989 INFO kablam! = help: consider adding a `where V: std::cmp::Ord` bound Sep 18 01:39:51.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.989 INFO kablam! Sep 18 01:39:51.989 INFO kablam! error: the trait bound `K: abomonation::Abomonation` is not satisfied Sep 18 01:39:51.989 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.989 INFO kablam! | Sep 18 01:39:51.989 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `abomonation::Abomonation` is not implemented for `K` Sep 18 01:39:51.989 INFO kablam! | Sep 18 01:39:51.989 INFO kablam! = help: consider adding a `where K: abomonation::Abomonation` bound Sep 18 01:39:51.989 INFO kablam! = note: required because of the requirements on the impl of `abomonation::Abomonation` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.989 INFO kablam! Sep 18 01:39:51.989 INFO kablam! error: the trait bound `V: abomonation::Abomonation` is not satisfied Sep 18 01:39:51.989 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.989 INFO kablam! | Sep 18 01:39:51.989 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `abomonation::Abomonation` is not implemented for `V` Sep 18 01:39:51.989 INFO kablam! | Sep 18 01:39:51.989 INFO kablam! = help: consider adding a `where V: abomonation::Abomonation` bound Sep 18 01:39:51.989 INFO kablam! = note: required because of the requirements on the impl of `abomonation::Abomonation` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.990 INFO kablam! Sep 18 01:39:51.990 INFO kablam! error: the trait bound `T: abomonation::Abomonation` is not satisfied Sep 18 01:39:51.990 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.990 INFO kablam! | Sep 18 01:39:51.990 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `abomonation::Abomonation` is not implemented for `T` Sep 18 01:39:51.990 INFO kablam! | Sep 18 01:39:51.990 INFO kablam! = help: consider adding a `where T: abomonation::Abomonation` bound Sep 18 01:39:51.990 INFO kablam! = note: required because of the requirements on the impl of `abomonation::Abomonation` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.990 INFO kablam! Sep 18 01:39:51.990 INFO kablam! error: the trait bound `K: std::clone::Clone` is not satisfied Sep 18 01:39:51.990 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.990 INFO kablam! | Sep 18 01:39:51.990 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `K` Sep 18 01:39:51.990 INFO kablam! | Sep 18 01:39:51.990 INFO kablam! = help: consider adding a `where K: std::clone::Clone` bound Sep 18 01:39:51.990 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.990 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:51.990 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:51.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.990 INFO kablam! Sep 18 01:39:51.990 INFO kablam! error: the trait bound `V: std::clone::Clone` is not satisfied Sep 18 01:39:51.990 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.990 INFO kablam! | Sep 18 01:39:51.990 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `V` Sep 18 01:39:51.990 INFO kablam! | Sep 18 01:39:51.990 INFO kablam! = help: consider adding a `where V: std::clone::Clone` bound Sep 18 01:39:51.990 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.990 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:51.990 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:51.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.990 INFO kablam! Sep 18 01:39:51.990 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 18 01:39:51.990 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.990 INFO kablam! | Sep 18 01:39:51.990 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 18 01:39:51.990 INFO kablam! | Sep 18 01:39:51.990 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 18 01:39:51.992 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.992 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:51.992 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:51.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.992 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.992 INFO kablam! Sep 18 01:39:51.992 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 01:39:51.992 INFO kablam! --> src/trace/implementations/ord.rs:36:40 Sep 18 01:39:51.992 INFO kablam! | Sep 18 01:39:51.992 INFO kablam! 36 | pub type OrdValSpineAbom = Spine, Vec>>>; Sep 18 01:39:51.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 01:39:51.992 INFO kablam! | Sep 18 01:39:51.992 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 01:39:51.992 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 01:39:51.992 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdValBatch` Sep 18 01:39:51.992 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:51.992 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:51.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.992 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.992 INFO kablam! Sep 18 01:39:51.993 INFO kablam! error: the trait bound `T: lattice::Lattice` is not satisfied Sep 18 01:39:51.993 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.993 INFO kablam! | Sep 18 01:39:51.993 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `lattice::Lattice` is not implemented for `T` Sep 18 01:39:51.993 INFO kablam! | Sep 18 01:39:51.994 INFO kablam! = help: consider adding a `where T: lattice::Lattice` bound Sep 18 01:39:51.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.994 INFO kablam! Sep 18 01:39:51.994 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 01:39:51.994 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.994 INFO kablam! | Sep 18 01:39:51.994 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 01:39:51.994 INFO kablam! | Sep 18 01:39:51.994 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 01:39:51.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.994 INFO kablam! Sep 18 01:39:51.994 INFO kablam! error: the trait bound `R: difference::Diff` is not satisfied Sep 18 01:39:51.994 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.994 INFO kablam! | Sep 18 01:39:51.994 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `difference::Diff` is not implemented for `R` Sep 18 01:39:51.994 INFO kablam! | Sep 18 01:39:51.994 INFO kablam! = help: consider adding a `where R: difference::Diff` bound Sep 18 01:39:51.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.994 INFO kablam! Sep 18 01:39:51.995 INFO kablam! error: the trait bound `K: std::cmp::Ord` is not satisfied Sep 18 01:39:51.995 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.995 INFO kablam! | Sep 18 01:39:51.995 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `K` Sep 18 01:39:51.995 INFO kablam! | Sep 18 01:39:51.995 INFO kablam! = help: consider adding a `where K: std::cmp::Ord` bound Sep 18 01:39:51.995 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.995 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.995 INFO kablam! Sep 18 01:39:51.995 INFO kablam! error: the trait bound `K: std::clone::Clone` is not satisfied Sep 18 01:39:51.995 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.995 INFO kablam! | Sep 18 01:39:51.995 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `K` Sep 18 01:39:51.995 INFO kablam! | Sep 18 01:39:51.995 INFO kablam! = help: consider adding a `where K: std::clone::Clone` bound Sep 18 01:39:51.995 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:51.995 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.995 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.995 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.995 INFO kablam! Sep 18 01:39:51.995 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 18 01:39:51.995 INFO kablam! --> src/trace/implementations/ord.rs:39:33 Sep 18 01:39:51.995 INFO kablam! | Sep 18 01:39:51.995 INFO kablam! 39 | pub type OrdKeySpine = Spine>>; Sep 18 01:39:51.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 18 01:39:51.995 INFO kablam! | Sep 18 01:39:51.997 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 18 01:39:51.997 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:51.997 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc>` Sep 18 01:39:51.997 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.997 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.997 INFO kablam! Sep 18 01:39:51.998 INFO kablam! error: the trait bound `T: lattice::Lattice` is not satisfied Sep 18 01:39:51.998 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:51.998 INFO kablam! | Sep 18 01:39:51.998 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:51.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `lattice::Lattice` is not implemented for `T` Sep 18 01:39:51.998 INFO kablam! | Sep 18 01:39:51.998 INFO kablam! = help: consider adding a `where T: lattice::Lattice` bound Sep 18 01:39:51.998 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.998 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.999 INFO kablam! Sep 18 01:39:51.999 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 01:39:51.999 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:51.999 INFO kablam! | Sep 18 01:39:51.999 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:51.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 01:39:51.999 INFO kablam! | Sep 18 01:39:51.999 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 01:39:51.999 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.999 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.999 INFO kablam! Sep 18 01:39:51.999 INFO kablam! error: the trait bound `R: difference::Diff` is not satisfied Sep 18 01:39:51.999 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:51.999 INFO kablam! | Sep 18 01:39:51.999 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:51.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `difference::Diff` is not implemented for `R` Sep 18 01:39:51.999 INFO kablam! | Sep 18 01:39:51.999 INFO kablam! = help: consider adding a `where R: difference::Diff` bound Sep 18 01:39:51.999 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:51.999 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:51.999 INFO kablam! Sep 18 01:39:52.000 INFO kablam! error: the trait bound `K: std::cmp::Ord` is not satisfied Sep 18 01:39:52.000 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:52.000 INFO kablam! | Sep 18 01:39:52.000 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:52.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `K` Sep 18 01:39:52.000 INFO kablam! | Sep 18 01:39:52.000 INFO kablam! = help: consider adding a `where K: std::cmp::Ord` bound Sep 18 01:39:52.000 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:52.000 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:52.000 INFO kablam! Sep 18 01:39:52.000 INFO kablam! error: the trait bound `K: abomonation::Abomonation` is not satisfied Sep 18 01:39:52.000 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:52.000 INFO kablam! | Sep 18 01:39:52.000 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:52.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `abomonation::Abomonation` is not implemented for `K` Sep 18 01:39:52.000 INFO kablam! | Sep 18 01:39:52.000 INFO kablam! = help: consider adding a `where K: abomonation::Abomonation` bound Sep 18 01:39:52.000 INFO kablam! = note: required because of the requirements on the impl of `abomonation::Abomonation` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:52.000 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:52.000 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:52.000 INFO kablam! Sep 18 01:39:52.001 INFO kablam! error: the trait bound `T: abomonation::Abomonation` is not satisfied Sep 18 01:39:52.001 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:52.001 INFO kablam! | Sep 18 01:39:52.001 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:52.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `abomonation::Abomonation` is not implemented for `T` Sep 18 01:39:52.001 INFO kablam! | Sep 18 01:39:52.001 INFO kablam! = help: consider adding a `where T: abomonation::Abomonation` bound Sep 18 01:39:52.001 INFO kablam! = note: required because of the requirements on the impl of `abomonation::Abomonation` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:52.001 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:52.001 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:52.001 INFO kablam! Sep 18 01:39:52.001 INFO kablam! error: the trait bound `K: std::clone::Clone` is not satisfied Sep 18 01:39:52.001 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:52.001 INFO kablam! | Sep 18 01:39:52.001 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:52.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `K` Sep 18 01:39:52.001 INFO kablam! | Sep 18 01:39:52.001 INFO kablam! = help: consider adding a `where K: std::clone::Clone` bound Sep 18 01:39:52.001 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:52.001 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:52.001 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:52.007 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:52.007 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:52.007 INFO kablam! Sep 18 01:39:52.007 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 18 01:39:52.007 INFO kablam! --> src/trace/implementations/ord.rs:42:37 Sep 18 01:39:52.007 INFO kablam! | Sep 18 01:39:52.007 INFO kablam! 42 | pub type OrdKeySpineAbom = Spine, Vec>>>; Sep 18 01:39:52.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 18 01:39:52.007 INFO kablam! | Sep 18 01:39:52.007 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 18 01:39:52.007 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `trace::implementations::ord::OrdKeyBatch` Sep 18 01:39:52.007 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `abomonation::abomonated::Abomonated, std::vec::Vec>` Sep 18 01:39:52.007 INFO kablam! = note: required because of the requirements on the impl of `trace::Batch` for `std::rc::Rc, std::vec::Vec>>` Sep 18 01:39:52.007 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:39:52.007 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:39:52.007 INFO kablam! Sep 18 01:39:52.615 INFO kablam! error: aborting due to 35 previous errors Sep 18 01:39:52.615 INFO kablam! Sep 18 01:39:52.640 INFO kablam! error: Could not compile `differential-dataflow`. Sep 18 01:39:52.640 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:39:52.675 INFO kablam! error: aborting due to 35 previous errors Sep 18 01:39:52.675 INFO kablam! Sep 18 01:39:52.686 INFO kablam! error: Could not compile `differential-dataflow`. Sep 18 01:39:52.686 INFO kablam! Sep 18 01:39:52.686 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:39:52.688 INFO kablam! su: No module specific data is present Sep 18 01:39:54.079 INFO running `"docker" "rm" "-f" "3c6b9859c92e07db06461f1decb0084705e7969ed6699a24ff67e282966c1bc1"` Sep 18 01:39:54.339 INFO blam! 3c6b9859c92e07db06461f1decb0084705e7969ed6699a24ff67e282966c1bc1