Sep 21 05:29:34.947 INFO checking primitivemap-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:29:34.947 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:29:34.947 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/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 05:29:35.072 INFO blam! 0454d3d6e92c32a7be0e688930bbc416ca9ea8da6a53a5d09496e564dd10ab63 Sep 21 05:29:35.074 INFO running `"docker" "start" "-a" "0454d3d6e92c32a7be0e688930bbc416ca9ea8da6a53a5d09496e564dd10ab63"` Sep 21 05:29:36.438 INFO kablam! usermod: no changes Sep 21 05:29:36.506 INFO kablam! Checking primitivemap v0.1.0 (/source) Sep 21 05:29:36.886 INFO kablam! warning: the trait bound `K: std::default::Default` is not satisfied Sep 21 05:29:36.886 INFO kablam! --> src/bucket.rs:70:37 Sep 21 05:29:36.886 INFO kablam! | Sep 21 05:29:36.886 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 21 05:29:36.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `K` Sep 21 05:29:36.886 INFO kablam! | Sep 21 05:29:36.886 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 05:29:36.886 INFO kablam! = help: consider adding a `where K: std::default::Default` bound Sep 21 05:29:36.886 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.886 INFO kablam! Sep 21 05:29:36.886 INFO kablam! warning: the trait bound `K: std::cmp::Eq` is not satisfied Sep 21 05:29:36.886 INFO kablam! --> src/bucket.rs:70:37 Sep 21 05:29:36.886 INFO kablam! | Sep 21 05:29:36.886 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 21 05:29:36.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 21 05:29:36.886 INFO kablam! | Sep 21 05:29:36.886 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 21 05:29:36.886 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.886 INFO kablam! Sep 21 05:29:36.886 INFO kablam! warning: the trait bound `K: hash::Hash` is not satisfied Sep 21 05:29:36.886 INFO kablam! --> src/bucket.rs:70:37 Sep 21 05:29:36.886 INFO kablam! | Sep 21 05:29:36.887 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 21 05:29:36.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash::Hash` is not implemented for `K` Sep 21 05:29:36.887 INFO kablam! | Sep 21 05:29:36.887 INFO kablam! = help: consider adding a `where K: hash::Hash` bound Sep 21 05:29:36.887 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.887 INFO kablam! Sep 21 05:29:36.887 INFO kablam! warning: the trait bound `K: std::default::Default` is not satisfied Sep 21 05:29:36.887 INFO kablam! --> src/bucket.rs:71:34 Sep 21 05:29:36.887 INFO kablam! | Sep 21 05:29:36.887 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 21 05:29:36.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `K` Sep 21 05:29:36.887 INFO kablam! | Sep 21 05:29:36.887 INFO kablam! = help: consider adding a `where K: std::default::Default` bound Sep 21 05:29:36.887 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.887 INFO kablam! Sep 21 05:29:36.887 INFO kablam! warning: the trait bound `K: std::cmp::Eq` is not satisfied Sep 21 05:29:36.887 INFO kablam! --> src/bucket.rs:71:34 Sep 21 05:29:36.887 INFO kablam! | Sep 21 05:29:36.887 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 21 05:29:36.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 21 05:29:36.887 INFO kablam! | Sep 21 05:29:36.887 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 21 05:29:36.887 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.887 INFO kablam! Sep 21 05:29:36.887 INFO kablam! warning: the trait bound `K: hash::Hash` is not satisfied Sep 21 05:29:36.887 INFO kablam! --> src/bucket.rs:71:34 Sep 21 05:29:36.887 INFO kablam! | Sep 21 05:29:36.887 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 21 05:29:36.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash::Hash` is not implemented for `K` Sep 21 05:29:36.887 INFO kablam! | Sep 21 05:29:36.887 INFO kablam! = help: consider adding a `where K: hash::Hash` bound Sep 21 05:29:36.887 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.887 INFO kablam! Sep 21 05:29:36.922 INFO kablam! warning: the trait bound `K: std::default::Default` is not satisfied Sep 21 05:29:36.922 INFO kablam! --> src/bucket.rs:70:37 Sep 21 05:29:36.922 INFO kablam! | Sep 21 05:29:36.922 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 21 05:29:36.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `K` Sep 21 05:29:36.922 INFO kablam! | Sep 21 05:29:36.922 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 05:29:36.922 INFO kablam! = help: consider adding a `where K: std::default::Default` bound Sep 21 05:29:36.922 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.922 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.922 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.922 INFO kablam! Sep 21 05:29:36.922 INFO kablam! warning: the trait bound `K: std::cmp::Eq` is not satisfied Sep 21 05:29:36.922 INFO kablam! --> src/bucket.rs:70:37 Sep 21 05:29:36.922 INFO kablam! | Sep 21 05:29:36.922 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 21 05:29:36.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 21 05:29:36.922 INFO kablam! | Sep 21 05:29:36.922 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 21 05:29:36.922 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.922 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.922 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.922 INFO kablam! Sep 21 05:29:36.922 INFO kablam! warning: the trait bound `K: hash::Hash` is not satisfied Sep 21 05:29:36.922 INFO kablam! --> src/bucket.rs:70:37 Sep 21 05:29:36.923 INFO kablam! | Sep 21 05:29:36.923 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 21 05:29:36.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash::Hash` is not implemented for `K` Sep 21 05:29:36.923 INFO kablam! | Sep 21 05:29:36.923 INFO kablam! = help: consider adding a `where K: hash::Hash` bound Sep 21 05:29:36.923 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.923 INFO kablam! Sep 21 05:29:36.923 INFO kablam! warning: the trait bound `K: std::default::Default` is not satisfied Sep 21 05:29:36.923 INFO kablam! --> src/bucket.rs:71:34 Sep 21 05:29:36.923 INFO kablam! | Sep 21 05:29:36.923 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 21 05:29:36.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `K` Sep 21 05:29:36.923 INFO kablam! | Sep 21 05:29:36.923 INFO kablam! = help: consider adding a `where K: std::default::Default` bound Sep 21 05:29:36.923 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.923 INFO kablam! Sep 21 05:29:36.923 INFO kablam! warning: the trait bound `K: std::cmp::Eq` is not satisfied Sep 21 05:29:36.923 INFO kablam! --> src/bucket.rs:71:34 Sep 21 05:29:36.923 INFO kablam! | Sep 21 05:29:36.923 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 21 05:29:36.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 21 05:29:36.923 INFO kablam! | Sep 21 05:29:36.923 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 21 05:29:36.923 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.923 INFO kablam! Sep 21 05:29:36.923 INFO kablam! warning: the trait bound `K: hash::Hash` is not satisfied Sep 21 05:29:36.923 INFO kablam! --> src/bucket.rs:71:34 Sep 21 05:29:36.923 INFO kablam! | Sep 21 05:29:36.923 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 21 05:29:36.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash::Hash` is not implemented for `K` Sep 21 05:29:36.923 INFO kablam! | Sep 21 05:29:36.923 INFO kablam! = help: consider adding a `where K: hash::Hash` bound Sep 21 05:29:36.923 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 21 05:29:36.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:29:36.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:29:36.923 INFO kablam! Sep 21 05:29:37.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Sep 21 05:29:37.738 INFO kablam! su: No module specific data is present Sep 21 05:29:38.615 INFO running `"docker" "rm" "-f" "0454d3d6e92c32a7be0e688930bbc416ca9ea8da6a53a5d09496e564dd10ab63"` Sep 21 05:29:38.684 INFO blam! 0454d3d6e92c32a7be0e688930bbc416ca9ea8da6a53a5d09496e564dd10ab63