Sep 17 20:19:45.639 INFO checking ozone-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:19:45.639 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:19:45.639 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/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 20:19:45.917 INFO blam! 728f59f5384509c90df0485d54442d27b2ca841834ad72551e14afe5b5254401 Sep 17 20:19:45.919 INFO running `"docker" "start" "-a" "728f59f5384509c90df0485d54442d27b2ca841834ad72551e14afe5b5254401"` Sep 17 20:19:46.660 INFO kablam! usermod: no changes Sep 17 20:19:46.691 INFO kablam! Checking ozone v0.1.0 (/source) Sep 17 20:19:46.926 INFO kablam! warning: unused imports: `AnonymousBuffer`, `Buffer`, `FileBuffer` Sep 17 20:19:46.926 INFO kablam! --> src/table/btree.rs:3:14 Sep 17 20:19:46.926 INFO kablam! | Sep 17 20:19:46.926 INFO kablam! 3 | use buffer::{Buffer, AnonymousBuffer, FileBuffer}; Sep 17 20:19:46.926 INFO kablam! | ^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^ Sep 17 20:19:46.926 INFO kablam! | Sep 17 20:19:46.926 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 20:19:46.926 INFO kablam! Sep 17 20:19:46.926 INFO kablam! warning: unused import: `Page` Sep 17 20:19:46.926 INFO kablam! --> src/table/btree.rs:4:13 Sep 17 20:19:46.926 INFO kablam! | Sep 17 20:19:46.926 INFO kablam! 4 | use table::{Page}; Sep 17 20:19:46.926 INFO kablam! | ^^^^ Sep 17 20:19:46.926 INFO kablam! Sep 17 20:19:46.926 INFO kablam! warning: unused imports: `Rng`, `StdRng` Sep 17 20:19:46.926 INFO kablam! --> src/table/btree.rs:5:12 Sep 17 20:19:46.926 INFO kablam! | Sep 17 20:19:46.926 INFO kablam! 5 | use rand::{Rng, StdRng}; Sep 17 20:19:46.926 INFO kablam! | ^^^ ^^^^^^ Sep 17 20:19:46.926 INFO kablam! Sep 17 20:19:46.928 INFO kablam! warning: unused import: `TypeId` Sep 17 20:19:46.928 INFO kablam! --> src/table/mod.rs:21:21 Sep 17 20:19:46.928 INFO kablam! | Sep 17 20:19:46.928 INFO kablam! 21 | use std::any::{Any, TypeId}; Sep 17 20:19:46.928 INFO kablam! | ^^^^^^ Sep 17 20:19:46.928 INFO kablam! Sep 17 20:19:46.977 INFO kablam! warning: unused imports: `Buffer`, `FileBuffer` Sep 17 20:19:46.977 INFO kablam! --> src/table/btree.rs:3:14 Sep 17 20:19:46.977 INFO kablam! | Sep 17 20:19:46.977 INFO kablam! 3 | use buffer::{Buffer, AnonymousBuffer, FileBuffer}; Sep 17 20:19:46.977 INFO kablam! | ^^^^^^ ^^^^^^^^^^ Sep 17 20:19:46.977 INFO kablam! | Sep 17 20:19:46.977 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 20:19:46.977 INFO kablam! Sep 17 20:19:46.979 INFO kablam! warning: unnecessary parentheses around method argument Sep 17 20:19:46.979 INFO kablam! --> src/table/btree.rs:1259:16 Sep 17 20:19:46.979 INFO kablam! | Sep 17 20:19:46.979 INFO kablam! 1259 | inp.extend((1..151)); Sep 17 20:19:46.979 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 17 20:19:46.979 INFO kablam! | Sep 17 20:19:46.979 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 20:19:46.979 INFO kablam! Sep 17 20:19:46.979 INFO kablam! warning: unnecessary parentheses around method argument Sep 17 20:19:46.979 INFO kablam! --> src/table/btree.rs:1260:16 Sep 17 20:19:46.979 INFO kablam! | Sep 17 20:19:46.979 INFO kablam! 1260 | out.extend((1..151)); Sep 17 20:19:46.979 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 17 20:19:46.979 INFO kablam! Sep 17 20:19:46.979 INFO kablam! warning: unused import: `TypeId` Sep 17 20:19:46.979 INFO kablam! --> src/table/mod.rs:21:21 Sep 17 20:19:46.979 INFO kablam! | Sep 17 20:19:46.980 INFO kablam! 21 | use std::any::{Any, TypeId}; Sep 17 20:19:46.980 INFO kablam! | ^^^^^^ Sep 17 20:19:46.980 INFO kablam! Sep 17 20:19:47.008 INFO kablam! error: the trait bound `K: std::cmp::Eq` is not satisfied Sep 17 20:19:47.008 INFO kablam! --> src/lib.rs:14:36 Sep 17 20:19:47.008 INFO kablam! | Sep 17 20:19:47.008 INFO kablam! 14 | pub type SwapBackedHashMap = HashMap>>; Sep 17 20:19:47.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 17 20:19:47.008 INFO kablam! | Sep 17 20:19:47.008 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:19:47.008 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 17 20:19:47.008 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.008 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.008 INFO kablam! Sep 17 20:19:47.008 INFO kablam! error: the trait bound `K: std::hash::Hash` is not satisfied Sep 17 20:19:47.008 INFO kablam! --> src/lib.rs:14:36 Sep 17 20:19:47.008 INFO kablam! | Sep 17 20:19:47.008 INFO kablam! 14 | pub type SwapBackedHashMap = HashMap>>; Sep 17 20:19:47.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `K` Sep 17 20:19:47.008 INFO kablam! | Sep 17 20:19:47.008 INFO kablam! = help: consider adding a `where K: std::hash::Hash` bound Sep 17 20:19:47.008 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.008 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.008 INFO kablam! Sep 17 20:19:47.008 INFO kablam! error: the trait bound `K: std::cmp::Eq` is not satisfied Sep 17 20:19:47.008 INFO kablam! --> src/lib.rs:15:36 Sep 17 20:19:47.008 INFO kablam! | Sep 17 20:19:47.008 INFO kablam! 15 | pub type FileBackedHashMap = HashMap>>; Sep 17 20:19:47.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 17 20:19:47.008 INFO kablam! | Sep 17 20:19:47.008 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 17 20:19:47.008 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.008 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.009 INFO kablam! Sep 17 20:19:47.009 INFO kablam! error: the trait bound `K: std::hash::Hash` is not satisfied Sep 17 20:19:47.009 INFO kablam! --> src/lib.rs:15:36 Sep 17 20:19:47.009 INFO kablam! | Sep 17 20:19:47.009 INFO kablam! 15 | pub type FileBackedHashMap = HashMap>>; Sep 17 20:19:47.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `K` Sep 17 20:19:47.009 INFO kablam! | Sep 17 20:19:47.009 INFO kablam! = help: consider adding a `where K: std::hash::Hash` bound Sep 17 20:19:47.009 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.009 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.009 INFO kablam! Sep 17 20:19:47.009 INFO kablam! error: the trait bound `T: std::cmp::Eq` is not satisfied Sep 17 20:19:47.009 INFO kablam! --> src/lib.rs:16:33 Sep 17 20:19:47.009 INFO kablam! | Sep 17 20:19:47.009 INFO kablam! 16 | pub type SwapBackedHashSet = HashSet>>; Sep 17 20:19:47.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 17 20:19:47.009 INFO kablam! | Sep 17 20:19:47.009 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 17 20:19:47.009 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.009 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.009 INFO kablam! Sep 17 20:19:47.009 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 20:19:47.009 INFO kablam! --> src/lib.rs:16:33 Sep 17 20:19:47.009 INFO kablam! | Sep 17 20:19:47.009 INFO kablam! 16 | pub type SwapBackedHashSet = HashSet>>; Sep 17 20:19:47.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 20:19:47.009 INFO kablam! | Sep 17 20:19:47.009 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 20:19:47.009 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.009 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.009 INFO kablam! Sep 17 20:19:47.009 INFO kablam! error: the trait bound `T: std::cmp::Eq` is not satisfied Sep 17 20:19:47.009 INFO kablam! --> src/lib.rs:17:33 Sep 17 20:19:47.009 INFO kablam! | Sep 17 20:19:47.009 INFO kablam! 17 | pub type FileBackedHashSet = HashSet>>; Sep 17 20:19:47.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 17 20:19:47.009 INFO kablam! | Sep 17 20:19:47.009 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 17 20:19:47.009 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.009 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.009 INFO kablam! Sep 17 20:19:47.009 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 20:19:47.009 INFO kablam! --> src/lib.rs:17:33 Sep 17 20:19:47.009 INFO kablam! | Sep 17 20:19:47.009 INFO kablam! 17 | pub type FileBackedHashSet = HashSet>>; Sep 17 20:19:47.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 20:19:47.009 INFO kablam! | Sep 17 20:19:47.009 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 20:19:47.009 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.009 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.009 INFO kablam! Sep 17 20:19:47.039 INFO kablam! error: aborting due to 8 previous errors Sep 17 20:19:47.039 INFO kablam! Sep 17 20:19:47.045 INFO kablam! error: Could not compile `ozone`. Sep 17 20:19:47.045 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:19:47.089 INFO kablam! error: the trait bound `K: std::cmp::Eq` is not satisfied Sep 17 20:19:47.089 INFO kablam! --> src/lib.rs:14:36 Sep 17 20:19:47.089 INFO kablam! | Sep 17 20:19:47.089 INFO kablam! 14 | pub type SwapBackedHashMap = HashMap>>; Sep 17 20:19:47.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 17 20:19:47.089 INFO kablam! | Sep 17 20:19:47.089 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:19:47.089 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 17 20:19:47.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.089 INFO kablam! Sep 17 20:19:47.089 INFO kablam! error: the trait bound `K: std::hash::Hash` is not satisfied Sep 17 20:19:47.089 INFO kablam! --> src/lib.rs:14:36 Sep 17 20:19:47.089 INFO kablam! | Sep 17 20:19:47.089 INFO kablam! 14 | pub type SwapBackedHashMap = HashMap>>; Sep 17 20:19:47.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `K` Sep 17 20:19:47.089 INFO kablam! | Sep 17 20:19:47.089 INFO kablam! = help: consider adding a `where K: std::hash::Hash` bound Sep 17 20:19:47.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.089 INFO kablam! Sep 17 20:19:47.089 INFO kablam! error: the trait bound `K: std::cmp::Eq` is not satisfied Sep 17 20:19:47.089 INFO kablam! --> src/lib.rs:15:36 Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! 15 | pub type FileBackedHashMap = HashMap>>; Sep 17 20:19:47.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `K` Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! = help: consider adding a `where K: std::cmp::Eq` bound Sep 17 20:19:47.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.090 INFO kablam! Sep 17 20:19:47.090 INFO kablam! error: the trait bound `K: std::hash::Hash` is not satisfied Sep 17 20:19:47.090 INFO kablam! --> src/lib.rs:15:36 Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! 15 | pub type FileBackedHashMap = HashMap>>; Sep 17 20:19:47.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `K` Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! = help: consider adding a `where K: std::hash::Hash` bound Sep 17 20:19:47.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.090 INFO kablam! Sep 17 20:19:47.090 INFO kablam! error: the trait bound `T: std::cmp::Eq` is not satisfied Sep 17 20:19:47.090 INFO kablam! --> src/lib.rs:16:33 Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! 16 | pub type SwapBackedHashSet = HashSet>>; Sep 17 20:19:47.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 17 20:19:47.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.090 INFO kablam! Sep 17 20:19:47.090 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 20:19:47.090 INFO kablam! --> src/lib.rs:16:33 Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! 16 | pub type SwapBackedHashSet = HashSet>>; Sep 17 20:19:47.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 20:19:47.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.090 INFO kablam! Sep 17 20:19:47.090 INFO kablam! error: the trait bound `T: std::cmp::Eq` is not satisfied Sep 17 20:19:47.090 INFO kablam! --> src/lib.rs:17:33 Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! 17 | pub type FileBackedHashSet = HashSet>>; Sep 17 20:19:47.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 17 20:19:47.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.090 INFO kablam! Sep 17 20:19:47.090 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 20:19:47.090 INFO kablam! --> src/lib.rs:17:33 Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! 17 | pub type FileBackedHashSet = HashSet>>; Sep 17 20:19:47.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 20:19:47.090 INFO kablam! | Sep 17 20:19:47.090 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 20:19:47.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:19:47.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:19:47.090 INFO kablam! Sep 17 20:19:47.138 INFO kablam! error: aborting due to 8 previous errors Sep 17 20:19:47.138 INFO kablam! Sep 17 20:19:47.149 INFO kablam! error: Could not compile `ozone`. Sep 17 20:19:47.149 INFO kablam! Sep 17 20:19:47.149 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:19:47.150 INFO kablam! su: No module specific data is present Sep 17 20:19:47.645 INFO running `"docker" "rm" "-f" "728f59f5384509c90df0485d54442d27b2ca841834ad72551e14afe5b5254401"` Sep 17 20:19:47.729 INFO blam! 728f59f5384509c90df0485d54442d27b2ca841834ad72551e14afe5b5254401