Sep 21 10:40:36.234 INFO checking extended-collections-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:40:36.234 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:40:36.234 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/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:40:36.411 INFO blam! c63f5976621135bae2dd166bf1aee423ced2b8ceb5973496a88d8c08afa05f36 Sep 21 10:40:36.412 INFO running `"docker" "start" "-a" "c63f5976621135bae2dd166bf1aee423ced2b8ceb5973496a88d8c08afa05f36"` Sep 21 10:40:37.708 INFO kablam! usermod: no changes Sep 21 10:40:37.791 INFO kablam! Checking memoffset v0.1.0 Sep 21 10:40:37.794 INFO kablam! Checking crossbeam-utils v0.2.2 Sep 21 10:40:38.238 INFO kablam! Checking crossbeam-epoch v0.2.0 Sep 21 10:40:39.134 INFO kablam! Checking extended-collections v0.1.0 (/source) Sep 21 10:40:40.238 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 10:40:40.238 INFO kablam! --> src/bptree/map.rs:9:28 Sep 21 10:40:40.238 INFO kablam! | Sep 21 10:40:40.238 INFO kablam! 9 | type SearchHistory = Vec<(u64, Node, usize)>; Sep 21 10:40:40.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 10:40:40.238 INFO kablam! | Sep 21 10:40:40.238 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:40:40.238 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 10:40:40.238 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:40:40.238 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:40:40.238 INFO kablam! Sep 21 10:40:40.238 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 10:40:40.238 INFO kablam! --> src/bptree/map.rs:9:28 Sep 21 10:40:40.238 INFO kablam! | Sep 21 10:40:40.238 INFO kablam! 9 | type SearchHistory = Vec<(u64, Node, usize)>; Sep 21 10:40:40.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 10:40:40.238 INFO kablam! | Sep 21 10:40:40.238 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 10:40:40.238 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:40:40.238 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:40:40.238 INFO kablam! Sep 21 10:40:40.247 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 10:40:40.247 INFO kablam! --> src/treap/tree.rs:6:23 Sep 21 10:40:40.247 INFO kablam! | Sep 21 10:40:40.247 INFO kablam! 6 | pub type Tree = Option>>; Sep 21 10:40:40.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 10:40:40.247 INFO kablam! | Sep 21 10:40:40.247 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 10:40:40.247 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:40:40.248 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:40:40.248 INFO kablam! Sep 21 10:40:40.254 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 10:40:40.254 INFO kablam! --> src/treap/map.rs:528:39 Sep 21 10:40:40.254 INFO kablam! | Sep 21 10:40:40.254 INFO kablam! 528 | type BorrowedIterEntryMut<'a, T, U> = Option<(&'a mut Entry, BorrowedTreeMut<'a, T, U>)>; Sep 21 10:40:40.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 10:40:40.254 INFO kablam! | Sep 21 10:40:40.254 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 10:40:40.254 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:40:40.254 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:40:40.254 INFO kablam! Sep 21 10:40:40.254 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 10:40:40.254 INFO kablam! --> src/treap/map.rs:529:34 Sep 21 10:40:40.254 INFO kablam! | Sep 21 10:40:40.254 INFO kablam! 529 | type BorrowedTreeMut<'a, T, U> = Option<&'a mut Node>; Sep 21 10:40:40.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 10:40:40.254 INFO kablam! | Sep 21 10:40:40.254 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 10:40:40.254 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:40:40.254 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:40:40.254 INFO kablam! Sep 21 10:40:40.906 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 10:40:40.906 INFO kablam! --> src/bptree/map.rs:9:28 Sep 21 10:40:40.906 INFO kablam! | Sep 21 10:40:40.906 INFO kablam! 9 | type SearchHistory = Vec<(u64, Node, usize)>; Sep 21 10:40:40.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 10:40:40.906 INFO kablam! | Sep 21 10:40:40.906 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:40:40.906 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 10:40:40.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:40:40.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:40:40.906 INFO kablam! Sep 21 10:40:40.906 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 10:40:40.906 INFO kablam! --> src/bptree/map.rs:9:28 Sep 21 10:40:40.906 INFO kablam! | Sep 21 10:40:40.906 INFO kablam! 9 | type SearchHistory = Vec<(u64, Node, usize)>; Sep 21 10:40:40.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 10:40:40.906 INFO kablam! | Sep 21 10:40:40.906 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 10:40:40.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:40:40.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:40:40.906 INFO kablam! Sep 21 10:40:40.922 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 10:40:40.922 INFO kablam! --> src/treap/tree.rs:6:23 Sep 21 10:40:40.922 INFO kablam! | Sep 21 10:40:40.922 INFO kablam! 6 | pub type Tree = Option>>; Sep 21 10:40:40.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 10:40:40.922 INFO kablam! | Sep 21 10:40:40.922 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 10:40:40.922 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:40:40.922 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:40:40.922 INFO kablam! Sep 21 10:40:40.926 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 10:40:40.926 INFO kablam! --> src/treap/map.rs:528:39 Sep 21 10:40:40.926 INFO kablam! | Sep 21 10:40:40.926 INFO kablam! 528 | type BorrowedIterEntryMut<'a, T, U> = Option<(&'a mut Entry, BorrowedTreeMut<'a, T, U>)>; Sep 21 10:40:40.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 10:40:40.926 INFO kablam! | Sep 21 10:40:40.926 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 10:40:40.926 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:40:40.926 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:40:40.926 INFO kablam! Sep 21 10:40:40.926 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 10:40:40.926 INFO kablam! --> src/treap/map.rs:529:34 Sep 21 10:40:40.926 INFO kablam! | Sep 21 10:40:40.926 INFO kablam! 529 | type BorrowedTreeMut<'a, T, U> = Option<&'a mut Node>; Sep 21 10:40:40.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 10:40:40.926 INFO kablam! | Sep 21 10:40:40.926 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 10:40:40.926 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:40:40.926 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:40:40.926 INFO kablam! Sep 21 10:40:44.276 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.55s Sep 21 10:40:44.281 INFO kablam! su: No module specific data is present Sep 21 10:40:44.843 INFO running `"docker" "rm" "-f" "c63f5976621135bae2dd166bf1aee423ced2b8ceb5973496a88d8c08afa05f36"` Sep 21 10:40:44.897 INFO blam! c63f5976621135bae2dd166bf1aee423ced2b8ceb5973496a88d8c08afa05f36