Sep 17 19:45:38.965 INFO checking primitivemap-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 19:45:38.965 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 19:45:38.965 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/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 17 19:45:39.163 INFO blam! e95749e2dd91a7cfc0bc8c99a8af7fcc98cfacd7ed953bd1b1be74e579558f11 Sep 17 19:45:39.165 INFO running `"docker" "start" "-a" "e95749e2dd91a7cfc0bc8c99a8af7fcc98cfacd7ed953bd1b1be74e579558f11"` Sep 17 19:45:40.154 INFO kablam! usermod: no changes Sep 17 19:45:40.192 INFO kablam! Checking primitivemap v0.1.0 (/source) Sep 17 19:45:40.387 INFO kablam! error: the trait bound `K: std::default::Default` is not satisfied Sep 17 19:45:40.387 INFO kablam! --> src/bucket.rs:70:37 Sep 17 19:45:40.387 INFO kablam! | Sep 17 19:45:40.387 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 17 19:45:40.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `K` Sep 17 19:45:40.387 INFO kablam! | Sep 17 19:45:40.387 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 19:45:40.387 INFO kablam! = help: consider adding a `where K: std::default::Default` bound Sep 17 19:45:40.387 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.387 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.387 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.387 INFO kablam! Sep 17 19:45:40.389 INFO kablam! error: the trait bound `K: std::cmp::Eq` is not satisfied Sep 17 19:45:40.389 INFO kablam! --> src/bucket.rs:70:37 Sep 17 19:45:40.389 INFO kablam! | Sep 17 19:45:40.389 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 17 19:45:40.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 17 19:45:40.389 INFO kablam! | Sep 17 19:45:40.389 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 17 19:45:40.389 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.389 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.389 INFO kablam! Sep 17 19:45:40.389 INFO kablam! error: the trait bound `K: hash::Hash` is not satisfied Sep 17 19:45:40.389 INFO kablam! --> src/bucket.rs:70:37 Sep 17 19:45:40.389 INFO kablam! | Sep 17 19:45:40.389 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 17 19:45:40.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash::Hash` is not implemented for `K` Sep 17 19:45:40.389 INFO kablam! | Sep 17 19:45:40.389 INFO kablam! = help: consider adding a `where K: hash::Hash` bound Sep 17 19:45:40.389 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.389 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.389 INFO kablam! Sep 17 19:45:40.389 INFO kablam! error: the trait bound `K: std::default::Default` is not satisfied Sep 17 19:45:40.389 INFO kablam! --> src/bucket.rs:71:34 Sep 17 19:45:40.389 INFO kablam! | Sep 17 19:45:40.389 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 17 19:45:40.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `K` Sep 17 19:45:40.389 INFO kablam! | Sep 17 19:45:40.389 INFO kablam! = help: consider adding a `where K: std::default::Default` bound Sep 17 19:45:40.389 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.389 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.389 INFO kablam! Sep 17 19:45:40.389 INFO kablam! error: the trait bound `K: std::cmp::Eq` is not satisfied Sep 17 19:45:40.389 INFO kablam! --> src/bucket.rs:71:34 Sep 17 19:45:40.389 INFO kablam! | Sep 17 19:45:40.389 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 17 19:45:40.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 17 19:45:40.389 INFO kablam! | Sep 17 19:45:40.389 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 17 19:45:40.389 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.389 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.389 INFO kablam! Sep 17 19:45:40.389 INFO kablam! error: the trait bound `K: hash::Hash` is not satisfied Sep 17 19:45:40.389 INFO kablam! --> src/bucket.rs:71:34 Sep 17 19:45:40.389 INFO kablam! | Sep 17 19:45:40.389 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 17 19:45:40.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash::Hash` is not implemented for `K` Sep 17 19:45:40.389 INFO kablam! | Sep 17 19:45:40.389 INFO kablam! = help: consider adding a `where K: hash::Hash` bound Sep 17 19:45:40.389 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.389 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.389 INFO kablam! Sep 17 19:45:40.406 INFO kablam! error: aborting due to 6 previous errors Sep 17 19:45:40.407 INFO kablam! Sep 17 19:45:40.414 INFO kablam! error: Could not compile `primitivemap`. Sep 17 19:45:40.414 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:45:40.480 INFO kablam! error: the trait bound `K: std::default::Default` is not satisfied Sep 17 19:45:40.480 INFO kablam! --> src/bucket.rs:70:37 Sep 17 19:45:40.480 INFO kablam! | Sep 17 19:45:40.480 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 17 19:45:40.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `K` Sep 17 19:45:40.480 INFO kablam! | Sep 17 19:45:40.480 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 19:45:40.480 INFO kablam! = help: consider adding a `where K: std::default::Default` bound Sep 17 19:45:40.480 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.480 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.480 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.480 INFO kablam! Sep 17 19:45:40.480 INFO kablam! error: the trait bound `K: std::cmp::Eq` is not satisfied Sep 17 19:45:40.480 INFO kablam! --> src/bucket.rs:70:37 Sep 17 19:45:40.480 INFO kablam! | Sep 17 19:45:40.480 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 17 19:45:40.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 17 19:45:40.480 INFO kablam! | Sep 17 19:45:40.480 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 17 19:45:40.480 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.480 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.480 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.480 INFO kablam! Sep 17 19:45:40.480 INFO kablam! error: the trait bound `K: hash::Hash` is not satisfied Sep 17 19:45:40.480 INFO kablam! --> src/bucket.rs:70:37 Sep 17 19:45:40.480 INFO kablam! | Sep 17 19:45:40.480 INFO kablam! 70 | pub type SmallVecBucketList = SmallVec<[SmallVecBucket; BUCKET_LIST_SIZE]>; Sep 17 19:45:40.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash::Hash` is not implemented for `K` Sep 17 19:45:40.480 INFO kablam! | Sep 17 19:45:40.480 INFO kablam! = help: consider adding a `where K: hash::Hash` bound Sep 17 19:45:40.480 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.480 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.481 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.481 INFO kablam! Sep 17 19:45:40.481 INFO kablam! error: the trait bound `K: std::default::Default` is not satisfied Sep 17 19:45:40.481 INFO kablam! --> src/bucket.rs:71:34 Sep 17 19:45:40.481 INFO kablam! | Sep 17 19:45:40.481 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 17 19:45:40.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `K` Sep 17 19:45:40.481 INFO kablam! | Sep 17 19:45:40.481 INFO kablam! = help: consider adding a `where K: std::default::Default` bound Sep 17 19:45:40.481 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.481 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.481 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.481 INFO kablam! Sep 17 19:45:40.481 INFO kablam! error: the trait bound `K: std::cmp::Eq` is not satisfied Sep 17 19:45:40.481 INFO kablam! --> src/bucket.rs:71:34 Sep 17 19:45:40.481 INFO kablam! | Sep 17 19:45:40.481 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 17 19:45:40.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 17 19:45:40.481 INFO kablam! | Sep 17 19:45:40.481 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 17 19:45:40.481 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.481 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.481 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.481 INFO kablam! Sep 17 19:45:40.481 INFO kablam! error: the trait bound `K: hash::Hash` is not satisfied Sep 17 19:45:40.481 INFO kablam! --> src/bucket.rs:71:34 Sep 17 19:45:40.481 INFO kablam! | Sep 17 19:45:40.481 INFO kablam! 71 | pub type ArrayBucketList = [ArrayBucket; BUCKET_LIST_SIZE]; Sep 17 19:45:40.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash::Hash` is not implemented for `K` Sep 17 19:45:40.481 INFO kablam! | Sep 17 19:45:40.481 INFO kablam! = help: consider adding a `where K: hash::Hash` bound Sep 17 19:45:40.481 INFO kablam! = note: required because of the requirements on the impl of `kv::Key` for `K` Sep 17 19:45:40.481 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:45:40.481 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:45:40.481 INFO kablam! Sep 17 19:45:40.501 INFO kablam! error: aborting due to 6 previous errors Sep 17 19:45:40.501 INFO kablam! Sep 17 19:45:40.509 INFO kablam! error: Could not compile `primitivemap`. Sep 17 19:45:40.509 INFO kablam! Sep 17 19:45:40.509 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:45:40.510 INFO kablam! su: No module specific data is present Sep 17 19:45:41.084 INFO running `"docker" "rm" "-f" "e95749e2dd91a7cfc0bc8c99a8af7fcc98cfacd7ed953bd1b1be74e579558f11"` Sep 17 19:45:41.216 INFO blam! e95749e2dd91a7cfc0bc8c99a8af7fcc98cfacd7ed953bd1b1be74e579558f11