Sep 17 23:10:59.482 INFO checking heapless-0.3.7 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 23:10:59.482 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 23:10:59.482 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/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 23:10:59.671 INFO blam! 5aa2755edf7e7160eb404df38c4f4d0667aa814bc10e552f518bce1d4dcb1416 Sep 17 23:10:59.672 INFO running `"docker" "start" "-a" "5aa2755edf7e7160eb404df38c4f4d0667aa814bc10e552f518bce1d4dcb1416"` Sep 17 23:11:00.943 INFO kablam! usermod: no changes Sep 17 23:11:00.977 INFO kablam! Checking hash32 v0.1.0 Sep 17 23:11:01.185 INFO kablam! Checking heapless v0.3.7 (/source) Sep 17 23:11:01.476 INFO kablam! error: the trait bound `K: core::cmp::Eq` is not satisfied Sep 17 23:11:01.476 INFO kablam! --> src/indexmap.rs:15:33 Sep 17 23:11:01.476 INFO kablam! | Sep 17 23:11:01.476 INFO kablam! 15 | pub type FnvIndexMap = IndexMap>; Sep 17 23:11:01.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::cmp::Eq` is not implemented for `K` Sep 17 23:11:01.476 INFO kablam! | Sep 17 23:11:01.476 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 23:11:01.476 INFO kablam! = help: consider adding a `where K: core::cmp::Eq` bound Sep 17 23:11:01.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.476 INFO kablam! Sep 17 23:11:01.476 INFO kablam! error: the trait bound `K: hash32::Hash` is not satisfied Sep 17 23:11:01.476 INFO kablam! --> src/indexmap.rs:15:33 Sep 17 23:11:01.476 INFO kablam! | Sep 17 23:11:01.476 INFO kablam! 15 | pub type FnvIndexMap = IndexMap>; Sep 17 23:11:01.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash32::Hash` is not implemented for `K` Sep 17 23:11:01.476 INFO kablam! | Sep 17 23:11:01.476 INFO kablam! = help: consider adding a `where K: hash32::Hash` bound Sep 17 23:11:01.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.476 INFO kablam! Sep 17 23:11:01.476 INFO kablam! error: the trait bound `N: generic_array::ArrayLength>` is not satisfied Sep 17 23:11:01.476 INFO kablam! --> src/indexmap.rs:15:33 Sep 17 23:11:01.476 INFO kablam! | Sep 17 23:11:01.476 INFO kablam! 15 | pub type FnvIndexMap = IndexMap>; Sep 17 23:11:01.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength>` is not implemented for `N` Sep 17 23:11:01.476 INFO kablam! | Sep 17 23:11:01.476 INFO kablam! = help: consider adding a `where N: generic_array::ArrayLength>` bound Sep 17 23:11:01.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.476 INFO kablam! Sep 17 23:11:01.476 INFO kablam! error: the trait bound `N: generic_array::ArrayLength>` is not satisfied Sep 17 23:11:01.476 INFO kablam! --> src/indexmap.rs:15:33 Sep 17 23:11:01.476 INFO kablam! | Sep 17 23:11:01.477 INFO kablam! 15 | pub type FnvIndexMap = IndexMap>; Sep 17 23:11:01.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength>` is not implemented for `N` Sep 17 23:11:01.477 INFO kablam! | Sep 17 23:11:01.477 INFO kablam! = help: consider adding a `where N: generic_array::ArrayLength>` bound Sep 17 23:11:01.477 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.477 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.477 INFO kablam! Sep 17 23:11:01.481 INFO kablam! error: the trait bound `T: core::cmp::Eq` is not satisfied Sep 17 23:11:01.481 INFO kablam! --> src/indexset.rs:12:30 Sep 17 23:11:01.481 INFO kablam! | Sep 17 23:11:01.481 INFO kablam! 12 | pub type FnvIndexSet = IndexSet>; Sep 17 23:11:01.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::cmp::Eq` is not implemented for `T` Sep 17 23:11:01.481 INFO kablam! | Sep 17 23:11:01.482 INFO kablam! = help: consider adding a `where T: core::cmp::Eq` bound Sep 17 23:11:01.482 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.482 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.482 INFO kablam! Sep 17 23:11:01.482 INFO kablam! error: the trait bound `T: hash32::Hash` is not satisfied Sep 17 23:11:01.482 INFO kablam! --> src/indexset.rs:12:30 Sep 17 23:11:01.482 INFO kablam! | Sep 17 23:11:01.482 INFO kablam! 12 | pub type FnvIndexSet = IndexSet>; Sep 17 23:11:01.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash32::Hash` is not implemented for `T` Sep 17 23:11:01.482 INFO kablam! | Sep 17 23:11:01.482 INFO kablam! = help: consider adding a `where T: hash32::Hash` bound Sep 17 23:11:01.482 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.482 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.482 INFO kablam! Sep 17 23:11:01.482 INFO kablam! error: the trait bound `N: generic_array::ArrayLength>` is not satisfied Sep 17 23:11:01.482 INFO kablam! --> src/indexset.rs:12:30 Sep 17 23:11:01.482 INFO kablam! | Sep 17 23:11:01.482 INFO kablam! 12 | pub type FnvIndexSet = IndexSet>; Sep 17 23:11:01.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength>` is not implemented for `N` Sep 17 23:11:01.482 INFO kablam! | Sep 17 23:11:01.482 INFO kablam! = help: consider adding a `where N: generic_array::ArrayLength>` bound Sep 17 23:11:01.482 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.482 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.482 INFO kablam! Sep 17 23:11:01.482 INFO kablam! error: the trait bound `N: generic_array::ArrayLength>` is not satisfied Sep 17 23:11:01.482 INFO kablam! --> src/indexset.rs:12:30 Sep 17 23:11:01.482 INFO kablam! | Sep 17 23:11:01.482 INFO kablam! 12 | pub type FnvIndexSet = IndexSet>; Sep 17 23:11:01.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength>` is not implemented for `N` Sep 17 23:11:01.482 INFO kablam! | Sep 17 23:11:01.482 INFO kablam! = help: consider adding a `where N: generic_array::ArrayLength>` bound Sep 17 23:11:01.482 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.482 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.482 INFO kablam! Sep 17 23:11:01.587 INFO kablam! error: aborting due to 8 previous errors Sep 17 23:11:01.587 INFO kablam! Sep 17 23:11:01.595 INFO kablam! error: Could not compile `heapless`. Sep 17 23:11:01.595 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 23:11:01.709 INFO kablam! error: the trait bound `K: core::cmp::Eq` is not satisfied Sep 17 23:11:01.709 INFO kablam! --> src/indexmap.rs:15:33 Sep 17 23:11:01.709 INFO kablam! | Sep 17 23:11:01.709 INFO kablam! 15 | pub type FnvIndexMap = IndexMap>; Sep 17 23:11:01.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::cmp::Eq` is not implemented for `K` Sep 17 23:11:01.709 INFO kablam! | Sep 17 23:11:01.709 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 23:11:01.709 INFO kablam! = help: consider adding a `where K: core::cmp::Eq` bound Sep 17 23:11:01.709 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.709 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.709 INFO kablam! Sep 17 23:11:01.709 INFO kablam! error: the trait bound `K: hash32::Hash` is not satisfied Sep 17 23:11:01.709 INFO kablam! --> src/indexmap.rs:15:33 Sep 17 23:11:01.709 INFO kablam! | Sep 17 23:11:01.709 INFO kablam! 15 | pub type FnvIndexMap = IndexMap>; Sep 17 23:11:01.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash32::Hash` is not implemented for `K` Sep 17 23:11:01.709 INFO kablam! | Sep 17 23:11:01.709 INFO kablam! = help: consider adding a `where K: hash32::Hash` bound Sep 17 23:11:01.709 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.709 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.709 INFO kablam! Sep 17 23:11:01.709 INFO kablam! error: the trait bound `N: generic_array::ArrayLength>` is not satisfied Sep 17 23:11:01.709 INFO kablam! --> src/indexmap.rs:15:33 Sep 17 23:11:01.709 INFO kablam! | Sep 17 23:11:01.709 INFO kablam! 15 | pub type FnvIndexMap = IndexMap>; Sep 17 23:11:01.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength>` is not implemented for `N` Sep 17 23:11:01.709 INFO kablam! | Sep 17 23:11:01.710 INFO kablam! = help: consider adding a `where N: generic_array::ArrayLength>` bound Sep 17 23:11:01.710 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.710 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.710 INFO kablam! Sep 17 23:11:01.710 INFO kablam! error: the trait bound `N: generic_array::ArrayLength>` is not satisfied Sep 17 23:11:01.710 INFO kablam! --> src/indexmap.rs:15:33 Sep 17 23:11:01.710 INFO kablam! | Sep 17 23:11:01.710 INFO kablam! 15 | pub type FnvIndexMap = IndexMap>; Sep 17 23:11:01.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength>` is not implemented for `N` Sep 17 23:11:01.710 INFO kablam! | Sep 17 23:11:01.710 INFO kablam! = help: consider adding a `where N: generic_array::ArrayLength>` bound Sep 17 23:11:01.710 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.710 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.710 INFO kablam! Sep 17 23:11:01.710 INFO kablam! error: the trait bound `T: core::cmp::Eq` is not satisfied Sep 17 23:11:01.710 INFO kablam! --> src/indexset.rs:12:30 Sep 17 23:11:01.710 INFO kablam! | Sep 17 23:11:01.710 INFO kablam! 12 | pub type FnvIndexSet = IndexSet>; Sep 17 23:11:01.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::cmp::Eq` is not implemented for `T` Sep 17 23:11:01.710 INFO kablam! | Sep 17 23:11:01.710 INFO kablam! = help: consider adding a `where T: core::cmp::Eq` bound Sep 17 23:11:01.710 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.710 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.711 INFO kablam! Sep 17 23:11:01.711 INFO kablam! error: the trait bound `T: hash32::Hash` is not satisfied Sep 17 23:11:01.711 INFO kablam! --> src/indexset.rs:12:30 Sep 17 23:11:01.711 INFO kablam! | Sep 17 23:11:01.711 INFO kablam! 12 | pub type FnvIndexSet = IndexSet>; Sep 17 23:11:01.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hash32::Hash` is not implemented for `T` Sep 17 23:11:01.711 INFO kablam! | Sep 17 23:11:01.711 INFO kablam! = help: consider adding a `where T: hash32::Hash` bound Sep 17 23:11:01.711 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.711 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.711 INFO kablam! Sep 17 23:11:01.711 INFO kablam! error: the trait bound `N: generic_array::ArrayLength>` is not satisfied Sep 17 23:11:01.711 INFO kablam! --> src/indexset.rs:12:30 Sep 17 23:11:01.711 INFO kablam! | Sep 17 23:11:01.711 INFO kablam! 12 | pub type FnvIndexSet = IndexSet>; Sep 17 23:11:01.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength>` is not implemented for `N` Sep 17 23:11:01.711 INFO kablam! | Sep 17 23:11:01.711 INFO kablam! = help: consider adding a `where N: generic_array::ArrayLength>` bound Sep 17 23:11:01.711 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.711 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.711 INFO kablam! Sep 17 23:11:01.711 INFO kablam! error: the trait bound `N: generic_array::ArrayLength>` is not satisfied Sep 17 23:11:01.711 INFO kablam! --> src/indexset.rs:12:30 Sep 17 23:11:01.711 INFO kablam! | Sep 17 23:11:01.711 INFO kablam! 12 | pub type FnvIndexSet = IndexSet>; Sep 17 23:11:01.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength>` is not implemented for `N` Sep 17 23:11:01.711 INFO kablam! | Sep 17 23:11:01.711 INFO kablam! = help: consider adding a `where N: generic_array::ArrayLength>` bound Sep 17 23:11:01.711 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:11:01.711 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:11:01.711 INFO kablam! Sep 17 23:11:01.837 INFO kablam! error: aborting due to 8 previous errors Sep 17 23:11:01.837 INFO kablam! Sep 17 23:11:01.844 INFO kablam! error: Could not compile `heapless`. Sep 17 23:11:01.844 INFO kablam! Sep 17 23:11:01.844 INFO kablam! To learn more, run the command again with --verbose. Sep 17 23:11:01.845 INFO kablam! su: No module specific data is present Sep 17 23:11:02.600 INFO running `"docker" "rm" "-f" "5aa2755edf7e7160eb404df38c4f4d0667aa814bc10e552f518bce1d4dcb1416"` Sep 17 23:11:02.690 INFO blam! 5aa2755edf7e7160eb404df38c4f4d0667aa814bc10e552f518bce1d4dcb1416