Sep 18 01:05:54.441 INFO checking etcommon-trie-test-0.3.12 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:05:54.441 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:05:54.441 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/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 18 01:05:54.715 INFO blam! dc962a49eba3f5fbd6ebc7e5a7ad3144a0aaddec8707b19ae5c4ea28f65b9fb4 Sep 18 01:05:54.720 INFO running `"docker" "start" "-a" "dc962a49eba3f5fbd6ebc7e5a7ad3144a0aaddec8707b19ae5c4ea28f65b9fb4"` Sep 18 01:05:55.479 INFO kablam! usermod: no changes Sep 18 01:05:55.587 INFO kablam! Checking sha3 v0.6.0 Sep 18 01:05:56.038 INFO kablam! Checking etcommon-trie-test v0.3.12 (/source) Sep 18 01:05:56.637 INFO kablam! warning: unused imports: `DerefMut`, `Deref` Sep 18 01:05:56.637 INFO kablam! --> src/lib.rs:12:16 Sep 18 01:05:56.637 INFO kablam! | Sep 18 01:05:56.637 INFO kablam! 12 | use std::ops::{Deref, DerefMut}; Sep 18 01:05:56.637 INFO kablam! | ^^^^^ ^^^^^^^^ Sep 18 01:05:56.637 INFO kablam! | Sep 18 01:05:56.637 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 01:05:56.637 INFO kablam! Sep 18 01:05:56.637 INFO kablam! warning: unused imports: `Decodable`, `Encodable`, `Prototype` Sep 18 01:05:56.637 INFO kablam! --> src/merkle/nibble.rs:1:22 Sep 18 01:05:56.637 INFO kablam! | Sep 18 01:05:56.637 INFO kablam! 1 | use rlp::{RlpStream, Encodable, Decodable, Rlp, Prototype}; Sep 18 01:05:56.637 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ Sep 18 01:05:56.637 INFO kablam! Sep 18 01:05:56.638 INFO kablam! warning: unused import: `std::ops::Deref` Sep 18 01:05:56.638 INFO kablam! --> src/merkle/nibble.rs:2:5 Sep 18 01:05:56.638 INFO kablam! | Sep 18 01:05:56.638 INFO kablam! 2 | use std::ops::Deref; Sep 18 01:05:56.638 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 18 01:05:56.638 INFO kablam! Sep 18 01:05:56.643 INFO kablam! warning: unused import: `Hash` Sep 18 01:05:56.643 INFO kablam! --> src/merkle/nibble.rs:4:17 Sep 18 01:05:56.643 INFO kablam! | Sep 18 01:05:56.643 INFO kablam! 4 | use std::hash::{Hash, Hasher}; Sep 18 01:05:56.643 INFO kablam! | ^^^^ Sep 18 01:05:56.643 INFO kablam! Sep 18 01:05:56.643 INFO kablam! warning: unused imports: `Debug`, `Formatter`, `self` Sep 18 01:05:56.643 INFO kablam! --> src/merkle/nibble.rs:5:16 Sep 18 01:05:56.643 INFO kablam! | Sep 18 01:05:56.643 INFO kablam! 5 | use std::fmt::{self, Debug, Formatter}; Sep 18 01:05:56.643 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^^^ Sep 18 01:05:56.643 INFO kablam! Sep 18 01:05:56.643 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble` Sep 18 01:05:56.643 INFO kablam! --> src/merkle/node.rs:1:27 Sep 18 01:05:56.643 INFO kablam! | Sep 18 01:05:56.643 INFO kablam! 1 | use super::nibble::{self, Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 18 01:05:56.643 INFO kablam! | ^^^^^^ ^^^^^^^^^^^ Sep 18 01:05:56.643 INFO kablam! Sep 18 01:05:56.643 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleType`, `NibbleVec`, `Nibble` Sep 18 01:05:56.643 INFO kablam! --> src/merkle/mod.rs:4:20 Sep 18 01:05:56.643 INFO kablam! | Sep 18 01:05:56.643 INFO kablam! 4 | use self::nibble::{Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 18 01:05:56.643 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ Sep 18 01:05:56.643 INFO kablam! Sep 18 01:05:56.643 INFO kablam! warning: unused import: `::Trie` Sep 18 01:05:56.643 INFO kablam! --> src/database/memory.rs:1:5 Sep 18 01:05:56.643 INFO kablam! | Sep 18 01:05:56.643 INFO kablam! 1 | use ::Trie; Sep 18 01:05:56.643 INFO kablam! | ^^^^^^ Sep 18 01:05:56.643 INFO kablam! Sep 18 01:05:56.644 INFO kablam! warning: unused import: `DatabaseOwned` Sep 18 01:05:56.644 INFO kablam! --> src/database/memory.rs:2:23 Sep 18 01:05:56.644 INFO kablam! | Sep 18 01:05:56.644 INFO kablam! 2 | use super::{Database, DatabaseOwned, DatabaseGuard}; Sep 18 01:05:56.644 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:05:56.644 INFO kablam! Sep 18 01:05:56.735 INFO kablam! error: the trait bound `K: rlp::Decodable` is not satisfied Sep 18 01:05:56.735 INFO kablam! --> src/lib.rs:53:34 Sep 18 01:05:56.735 INFO kablam! | Sep 18 01:05:56.735 INFO kablam! 53 | pub type FixedMemoryTrie = FixedTrie>, K, V>; Sep 18 01:05:56.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `K` Sep 18 01:05:56.736 INFO kablam! | Sep 18 01:05:56.736 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:05:56.736 INFO kablam! = help: consider adding a `where K: rlp::Decodable` bound Sep 18 01:05:56.736 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.736 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.736 INFO kablam! Sep 18 01:05:56.736 INFO kablam! error: the trait bound `K: rlp::Encodable` is not satisfied Sep 18 01:05:56.736 INFO kablam! --> src/lib.rs:53:34 Sep 18 01:05:56.736 INFO kablam! | Sep 18 01:05:56.736 INFO kablam! 53 | pub type FixedMemoryTrie = FixedTrie>, K, V>; Sep 18 01:05:56.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `K` Sep 18 01:05:56.736 INFO kablam! | Sep 18 01:05:56.736 INFO kablam! = help: consider adding a `where K: rlp::Encodable` bound Sep 18 01:05:56.736 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.736 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.737 INFO kablam! Sep 18 01:05:56.737 INFO kablam! error: the trait bound `V: rlp::Decodable` is not satisfied Sep 18 01:05:56.737 INFO kablam! --> src/lib.rs:53:34 Sep 18 01:05:56.737 INFO kablam! | Sep 18 01:05:56.737 INFO kablam! 53 | pub type FixedMemoryTrie = FixedTrie>, K, V>; Sep 18 01:05:56.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 18 01:05:56.737 INFO kablam! | Sep 18 01:05:56.737 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 18 01:05:56.738 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.738 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.738 INFO kablam! Sep 18 01:05:56.738 INFO kablam! error: the trait bound `V: rlp::Encodable` is not satisfied Sep 18 01:05:56.738 INFO kablam! --> src/lib.rs:53:34 Sep 18 01:05:56.738 INFO kablam! | Sep 18 01:05:56.738 INFO kablam! 53 | pub type FixedMemoryTrie = FixedTrie>, K, V>; Sep 18 01:05:56.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 18 01:05:56.739 INFO kablam! | Sep 18 01:05:56.739 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 18 01:05:56.739 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.739 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.739 INFO kablam! Sep 18 01:05:56.740 INFO kablam! error: the trait bound `K: std::convert::AsRef<[u8]>` is not satisfied Sep 18 01:05:56.740 INFO kablam! --> src/lib.rs:54:40 Sep 18 01:05:56.740 INFO kablam! | Sep 18 01:05:56.740 INFO kablam! 54 | pub type FixedMemorySecureTrie = FixedSecureTrie>, K, V>; Sep 18 01:05:56.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::AsRef<[u8]>` is not implemented for `K` Sep 18 01:05:56.741 INFO kablam! | Sep 18 01:05:56.741 INFO kablam! = help: consider adding a `where K: std::convert::AsRef<[u8]>` bound Sep 18 01:05:56.741 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.741 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.741 INFO kablam! Sep 18 01:05:56.741 INFO kablam! warning: unused imports: `DerefMut`, `Deref` Sep 18 01:05:56.741 INFO kablam! --> src/lib.rs:12:16 Sep 18 01:05:56.741 INFO kablam! | Sep 18 01:05:56.742 INFO kablam! 12 | use std::ops::{Deref, DerefMut}; Sep 18 01:05:56.742 INFO kablam! | ^^^^^ ^^^^^^^^ Sep 18 01:05:56.742 INFO kablam! | Sep 18 01:05:56.742 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 01:05:56.742 INFO kablam! Sep 18 01:05:56.742 INFO kablam! warning: unused imports: `Decodable`, `Encodable`, `Prototype` Sep 18 01:05:56.742 INFO kablam! --> src/merkle/nibble.rs:1:22 Sep 18 01:05:56.742 INFO kablam! | Sep 18 01:05:56.742 INFO kablam! 1 | use rlp::{RlpStream, Encodable, Decodable, Rlp, Prototype}; Sep 18 01:05:56.742 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ Sep 18 01:05:56.742 INFO kablam! Sep 18 01:05:56.742 INFO kablam! warning: unused import: `std::ops::Deref` Sep 18 01:05:56.742 INFO kablam! --> src/merkle/nibble.rs:2:5 Sep 18 01:05:56.742 INFO kablam! | Sep 18 01:05:56.743 INFO kablam! 2 | use std::ops::Deref; Sep 18 01:05:56.743 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 18 01:05:56.743 INFO kablam! Sep 18 01:05:56.743 INFO kablam! warning: unused import: `Hash` Sep 18 01:05:56.743 INFO kablam! error: the trait bound `V: rlp::Decodable` is not satisfied Sep 18 01:05:56.743 INFO kablam! --> src/lib.rs:54:40 Sep 18 01:05:56.743 INFO kablam! | Sep 18 01:05:56.743 INFO kablam! 54 | pub type FixedMemorySecureTrie = FixedSecureTrie>, K, V>; Sep 18 01:05:56.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 18 01:05:56.743 INFO kablam! --> src/merkle/nibble.rs:4:17 Sep 18 01:05:56.743 INFO kablam! | Sep 18 01:05:56.743 INFO kablam! 4 | use std::hash::{Hash, Hasher}; Sep 18 01:05:56.743 INFO kablam! | ^^^^ Sep 18 01:05:56.743 INFO kablam! Sep 18 01:05:56.743 INFO kablam! | Sep 18 01:05:56.743 INFO kablam! warning: unused imports: `Debug`, `Formatter`, `self` Sep 18 01:05:56.744 INFO kablam! --> src/merkle/nibble.rs:5:16 Sep 18 01:05:56.744 INFO kablam! | Sep 18 01:05:56.744 INFO kablam! 5 | use std::fmt::{self, Debug, Formatter}; Sep 18 01:05:56.744 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^^^ Sep 18 01:05:56.744 INFO kablam! Sep 18 01:05:56.744 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 18 01:05:56.744 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.744 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.744 INFO kablam! Sep 18 01:05:56.744 INFO kablam! error: the trait bound `V: rlp::Encodable` is not satisfied Sep 18 01:05:56.744 INFO kablam! --> src/lib.rs:54:40 Sep 18 01:05:56.744 INFO kablam! | Sep 18 01:05:56.744 INFO kablam! 54 | pub type FixedMemorySecureTrie = FixedSecureTrie>, K, V>; Sep 18 01:05:56.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 18 01:05:56.744 INFO kablam! | Sep 18 01:05:56.744 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 18 01:05:56.744 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.744 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.745 INFO kablam! Sep 18 01:05:56.745 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble` Sep 18 01:05:56.745 INFO kablam! --> src/merkle/node.rs:1:27 Sep 18 01:05:56.745 INFO kablam! | Sep 18 01:05:56.745 INFO kablam! 1 | use super::nibble::{self, Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 18 01:05:56.745 INFO kablam! | ^^^^^^ ^^^^^^^^^^^ Sep 18 01:05:56.745 INFO kablam! Sep 18 01:05:56.745 INFO kablam! warning: unused import: `Keccak256` Sep 18 01:05:56.745 INFO kablam! --> src/merkle/node.rs:157:24 Sep 18 01:05:56.745 INFO kablam! | Sep 18 01:05:56.745 INFO kablam! 157 | use sha3::{Digest, Keccak256}; Sep 18 01:05:56.745 INFO kablam! | ^^^^^^^^^ Sep 18 01:05:56.745 INFO kablam! Sep 18 01:05:56.745 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleVec`, `Nibble` Sep 18 01:05:56.745 INFO kablam! --> src/merkle/node.rs:158:32 Sep 18 01:05:56.745 INFO kablam! | Sep 18 01:05:56.745 INFO kablam! 158 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:05:56.745 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ Sep 18 01:05:56.746 INFO kablam! Sep 18 01:05:56.746 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleType`, `NibbleVec`, `Nibble` Sep 18 01:05:56.746 INFO kablam! --> src/merkle/mod.rs:4:20 Sep 18 01:05:56.746 INFO kablam! | Sep 18 01:05:56.746 INFO kablam! 4 | use self::nibble::{Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 18 01:05:56.746 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ Sep 18 01:05:56.746 INFO kablam! Sep 18 01:05:56.746 INFO kablam! warning: unused import: `::Trie` Sep 18 01:05:56.746 INFO kablam! --> src/database/memory.rs:1:5 Sep 18 01:05:56.746 INFO kablam! | Sep 18 01:05:56.746 INFO kablam! 1 | use ::Trie; Sep 18 01:05:56.746 INFO kablam! | ^^^^^^ Sep 18 01:05:56.746 INFO kablam! Sep 18 01:05:56.746 INFO kablam! warning: unused import: `DatabaseOwned` Sep 18 01:05:56.746 INFO kablam! --> src/database/memory.rs:2:23 Sep 18 01:05:56.746 INFO kablam! | Sep 18 01:05:56.746 INFO kablam! 2 | use super::{Database, DatabaseOwned, DatabaseGuard}; Sep 18 01:05:56.746 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:05:56.746 INFO kablam! Sep 18 01:05:56.747 INFO kablam! warning: unused import: `std::cell::UnsafeCell` Sep 18 01:05:56.747 INFO kablam! --> src/lib.rs:726:9 Sep 18 01:05:56.747 INFO kablam! | Sep 18 01:05:56.747 INFO kablam! 726 | use std::cell::UnsafeCell; Sep 18 01:05:56.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:05:56.747 INFO kablam! Sep 18 01:05:56.775 INFO kablam! error: aborting due to 7 previous errors Sep 18 01:05:56.775 INFO kablam! Sep 18 01:05:56.783 INFO kablam! error: Could not compile `etcommon-trie-test`. Sep 18 01:05:56.783 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:05:56.855 INFO kablam! error: the trait bound `K: rlp::Decodable` is not satisfied Sep 18 01:05:56.855 INFO kablam! --> src/lib.rs:53:34 Sep 18 01:05:56.855 INFO kablam! | Sep 18 01:05:56.855 INFO kablam! 53 | pub type FixedMemoryTrie = FixedTrie>, K, V>; Sep 18 01:05:56.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `K` Sep 18 01:05:56.855 INFO kablam! | Sep 18 01:05:56.855 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:05:56.855 INFO kablam! = help: consider adding a `where K: rlp::Decodable` bound Sep 18 01:05:56.855 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.855 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.855 INFO kablam! Sep 18 01:05:56.855 INFO kablam! error: the trait bound `K: rlp::Encodable` is not satisfied Sep 18 01:05:56.855 INFO kablam! --> src/lib.rs:53:34 Sep 18 01:05:56.855 INFO kablam! | Sep 18 01:05:56.855 INFO kablam! 53 | pub type FixedMemoryTrie = FixedTrie>, K, V>; Sep 18 01:05:56.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `K` Sep 18 01:05:56.855 INFO kablam! | Sep 18 01:05:56.855 INFO kablam! = help: consider adding a `where K: rlp::Encodable` bound Sep 18 01:05:56.855 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.855 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.856 INFO kablam! Sep 18 01:05:56.856 INFO kablam! error: the trait bound `V: rlp::Decodable` is not satisfied Sep 18 01:05:56.856 INFO kablam! --> src/lib.rs:53:34 Sep 18 01:05:56.856 INFO kablam! | Sep 18 01:05:56.856 INFO kablam! 53 | pub type FixedMemoryTrie = FixedTrie>, K, V>; Sep 18 01:05:56.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 18 01:05:56.856 INFO kablam! | Sep 18 01:05:56.856 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 18 01:05:56.856 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.856 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.856 INFO kablam! Sep 18 01:05:56.856 INFO kablam! error: the trait bound `V: rlp::Encodable` is not satisfied Sep 18 01:05:56.856 INFO kablam! --> src/lib.rs:53:34 Sep 18 01:05:56.856 INFO kablam! | Sep 18 01:05:56.856 INFO kablam! 53 | pub type FixedMemoryTrie = FixedTrie>, K, V>; Sep 18 01:05:56.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 18 01:05:56.856 INFO kablam! | Sep 18 01:05:56.856 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 18 01:05:56.856 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.856 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.856 INFO kablam! Sep 18 01:05:56.856 INFO kablam! error: the trait bound `K: std::convert::AsRef<[u8]>` is not satisfied Sep 18 01:05:56.856 INFO kablam! --> src/lib.rs:54:40 Sep 18 01:05:56.856 INFO kablam! | Sep 18 01:05:56.856 INFO kablam! 54 | pub type FixedMemorySecureTrie = FixedSecureTrie>, K, V>; Sep 18 01:05:56.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::AsRef<[u8]>` is not implemented for `K` Sep 18 01:05:56.856 INFO kablam! | Sep 18 01:05:56.856 INFO kablam! = help: consider adding a `where K: std::convert::AsRef<[u8]>` bound Sep 18 01:05:56.856 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.856 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.856 INFO kablam! Sep 18 01:05:56.859 INFO kablam! error: the trait bound `V: rlp::Decodable` is not satisfied Sep 18 01:05:56.859 INFO kablam! --> src/lib.rs:54:40 Sep 18 01:05:56.859 INFO kablam! | Sep 18 01:05:56.859 INFO kablam! 54 | pub type FixedMemorySecureTrie = FixedSecureTrie>, K, V>; Sep 18 01:05:56.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 18 01:05:56.859 INFO kablam! | Sep 18 01:05:56.859 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 18 01:05:56.859 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.859 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.859 INFO kablam! Sep 18 01:05:56.859 INFO kablam! error: the trait bound `V: rlp::Encodable` is not satisfied Sep 18 01:05:56.859 INFO kablam! --> src/lib.rs:54:40 Sep 18 01:05:56.859 INFO kablam! | Sep 18 01:05:56.859 INFO kablam! 54 | pub type FixedMemorySecureTrie = FixedSecureTrie>, K, V>; Sep 18 01:05:56.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 18 01:05:56.859 INFO kablam! | Sep 18 01:05:56.859 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 18 01:05:56.859 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:05:56.859 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:05:56.859 INFO kablam! Sep 18 01:05:56.885 INFO kablam! error: aborting due to 7 previous errors Sep 18 01:05:56.885 INFO kablam! Sep 18 01:05:56.898 INFO kablam! error: Could not compile `etcommon-trie-test`. Sep 18 01:05:56.898 INFO kablam! Sep 18 01:05:56.898 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:05:56.898 INFO kablam! su: No module specific data is present Sep 18 01:05:57.602 INFO running `"docker" "rm" "-f" "dc962a49eba3f5fbd6ebc7e5a7ad3144a0aaddec8707b19ae5c4ea28f65b9fb4"` Sep 18 01:05:57.731 INFO blam! dc962a49eba3f5fbd6ebc7e5a7ad3144a0aaddec8707b19ae5c4ea28f65b9fb4