Sep 18 01:05:56.340 INFO checking etcommon-trie-0.4.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:05:56.341 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:05:56.341 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 18 01:05:56.588 INFO blam! edf70a28df2e2f03f45ad22d76187443064cb8a4b1c2b050a75670d011cb7958 Sep 18 01:05:56.599 INFO running `"docker" "start" "-a" "edf70a28df2e2f03f45ad22d76187443064cb8a4b1c2b050a75670d011cb7958"` Sep 18 01:05:57.565 INFO kablam! usermod: no changes Sep 18 01:05:57.613 INFO kablam! Checking etcommon-hexutil v0.2.3 Sep 18 01:05:57.996 INFO kablam! Checking etcommon-rlp v0.2.3 Sep 18 01:05:58.643 INFO kablam! Checking etcommon-bigint v0.2.9 Sep 18 01:06:00.428 INFO kablam! Checking etcommon-trie v0.4.0 (/source) Sep 18 01:06:01.103 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleVec`, `Nibble` Sep 18 01:06:01.103 INFO kablam! --> src/lib.rs:13:28 Sep 18 01:06:01.103 INFO kablam! | Sep 18 01:06:01.103 INFO kablam! 13 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:06:01.103 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ Sep 18 01:06:01.103 INFO kablam! | Sep 18 01:06:01.103 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 01:06:01.103 INFO kablam! Sep 18 01:06:01.111 INFO kablam! warning: unused imports: `Decodable`, `Encodable`, `Prototype` Sep 18 01:06:01.111 INFO kablam! --> src/merkle/nibble.rs:3:22 Sep 18 01:06:01.111 INFO kablam! | Sep 18 01:06:01.111 INFO kablam! 3 | use rlp::{RlpStream, Encodable, Decodable, Rlp, Prototype}; Sep 18 01:06:01.111 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ Sep 18 01:06:01.111 INFO kablam! Sep 18 01:06:01.111 INFO kablam! warning: unused import: `std::ops::Deref` Sep 18 01:06:01.111 INFO kablam! --> src/merkle/nibble.rs:4:5 Sep 18 01:06:01.111 INFO kablam! | Sep 18 01:06:01.111 INFO kablam! 4 | use std::ops::Deref; Sep 18 01:06:01.111 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 18 01:06:01.111 INFO kablam! Sep 18 01:06:01.112 INFO kablam! warning: unused import: `Hash` Sep 18 01:06:01.112 INFO kablam! --> src/merkle/nibble.rs:6:17 Sep 18 01:06:01.112 INFO kablam! | Sep 18 01:06:01.112 INFO kablam! 6 | use std::hash::{Hash, Hasher}; Sep 18 01:06:01.112 INFO kablam! | ^^^^ Sep 18 01:06:01.112 INFO kablam! Sep 18 01:06:01.112 INFO kablam! warning: unused imports: `Debug`, `Formatter`, `self` Sep 18 01:06:01.112 INFO kablam! --> src/merkle/nibble.rs:7:16 Sep 18 01:06:01.112 INFO kablam! | Sep 18 01:06:01.112 INFO kablam! 7 | use std::fmt::{self, Debug, Formatter}; Sep 18 01:06:01.112 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^^^ Sep 18 01:06:01.112 INFO kablam! Sep 18 01:06:01.112 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble` Sep 18 01:06:01.112 INFO kablam! --> src/merkle/node.rs:1:27 Sep 18 01:06:01.112 INFO kablam! | Sep 18 01:06:01.112 INFO kablam! 1 | use super::nibble::{self, Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 18 01:06:01.112 INFO kablam! | ^^^^^^ ^^^^^^^^^^^ Sep 18 01:06:01.112 INFO kablam! Sep 18 01:06:01.112 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleType`, `NibbleVec`, `Nibble` Sep 18 01:06:01.112 INFO kablam! --> src/merkle/mod.rs:6:20 Sep 18 01:06:01.112 INFO kablam! | Sep 18 01:06:01.112 INFO kablam! 6 | use self::nibble::{Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 18 01:06:01.112 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ Sep 18 01:06:01.113 INFO kablam! Sep 18 01:06:01.113 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble` Sep 18 01:06:01.113 INFO kablam! --> src/ops/insert.rs:2:39 Sep 18 01:06:01.113 INFO kablam! | Sep 18 01:06:01.113 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:06:01.113 INFO kablam! | ^^^^^^^^^^^ ^^^^^^ Sep 18 01:06:01.113 INFO kablam! Sep 18 01:06:01.113 INFO kablam! warning: unused import: `self` Sep 18 01:06:01.113 INFO kablam! --> src/ops/insert.rs:5:11 Sep 18 01:06:01.113 INFO kablam! | Sep 18 01:06:01.113 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 18 01:06:01.113 INFO kablam! | ^^^^ Sep 18 01:06:01.113 INFO kablam! Sep 18 01:06:01.113 INFO kablam! warning: unused imports: `NibbleSlice`, `self` Sep 18 01:06:01.113 INFO kablam! --> src/ops/delete.rs:2:22 Sep 18 01:06:01.113 INFO kablam! | Sep 18 01:06:01.113 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:06:01.113 INFO kablam! | ^^^^ ^^^^^^^^^^^ Sep 18 01:06:01.113 INFO kablam! Sep 18 01:06:01.113 INFO kablam! warning: unused import: `self` Sep 18 01:06:01.113 INFO kablam! --> src/ops/delete.rs:5:11 Sep 18 01:06:01.113 INFO kablam! | Sep 18 01:06:01.113 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 18 01:06:01.113 INFO kablam! | ^^^^ Sep 18 01:06:01.113 INFO kablam! Sep 18 01:06:01.113 INFO kablam! warning: unused import: `NibbleSlice` Sep 18 01:06:01.113 INFO kablam! --> src/ops/build.rs:2:39 Sep 18 01:06:01.114 INFO kablam! | Sep 18 01:06:01.114 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:06:01.114 INFO kablam! | ^^^^^^^^^^^ Sep 18 01:06:01.114 INFO kablam! Sep 18 01:06:01.114 INFO kablam! warning: unused imports: `Rlp`, `self` Sep 18 01:06:01.114 INFO kablam! --> src/ops/build.rs:7:11 Sep 18 01:06:01.114 INFO kablam! | Sep 18 01:06:01.114 INFO kablam! 7 | use rlp::{self, Rlp}; Sep 18 01:06:01.114 INFO kablam! | ^^^^ ^^^ Sep 18 01:06:01.114 INFO kablam! Sep 18 01:06:01.119 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble`, `self` Sep 18 01:06:01.119 INFO kablam! --> src/ops/get.rs:2:22 Sep 18 01:06:01.119 INFO kablam! | Sep 18 01:06:01.119 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:06:01.119 INFO kablam! | ^^^^ ^^^^^^^^^^^ ^^^^^^ Sep 18 01:06:01.119 INFO kablam! Sep 18 01:06:01.119 INFO kablam! warning: unused import: `Change` Sep 18 01:06:01.119 INFO kablam! --> src/ops/get.rs:3:6 Sep 18 01:06:01.119 INFO kablam! | Sep 18 01:06:01.119 INFO kablam! 3 | use {Change, DatabaseHandle}; Sep 18 01:06:01.119 INFO kablam! | ^^^^^^ Sep 18 01:06:01.119 INFO kablam! Sep 18 01:06:01.119 INFO kablam! warning: unused import: `self` Sep 18 01:06:01.119 INFO kablam! --> src/ops/get.rs:5:11 Sep 18 01:06:01.119 INFO kablam! | Sep 18 01:06:01.119 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 18 01:06:01.119 INFO kablam! | ^^^^ Sep 18 01:06:01.119 INFO kablam! Sep 18 01:06:01.119 INFO kablam! warning: unused import: `Rlp` Sep 18 01:06:01.119 INFO kablam! --> src/mutable.rs:2:17 Sep 18 01:06:01.119 INFO kablam! | Sep 18 01:06:01.119 INFO kablam! 2 | use rlp::{self, Rlp}; Sep 18 01:06:01.119 INFO kablam! | ^^^ Sep 18 01:06:01.119 INFO kablam! Sep 18 01:06:01.201 INFO kablam! error: the trait bound `K: rlp::Encodable` is not satisfied Sep 18 01:06:01.201 INFO kablam! --> src/memory.rs:23:37 Sep 18 01:06:01.202 INFO kablam! | Sep 18 01:06:01.202 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 18 01:06:01.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `K` Sep 18 01:06:01.202 INFO kablam! | Sep 18 01:06:01.202 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:06:01.202 INFO kablam! = help: consider adding a `where K: rlp::Encodable` bound Sep 18 01:06:01.202 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.202 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.202 INFO kablam! Sep 18 01:06:01.202 INFO kablam! error: the trait bound `V: rlp::Decodable` is not satisfied Sep 18 01:06:01.202 INFO kablam! --> src/memory.rs:23:37 Sep 18 01:06:01.203 INFO kablam! | Sep 18 01:06:01.203 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 18 01:06:01.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 18 01:06:01.203 INFO kablam! | Sep 18 01:06:01.203 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 18 01:06:01.204 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.204 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.204 INFO kablam! Sep 18 01:06:01.204 INFO kablam! error: the trait bound `V: rlp::Encodable` is not satisfied Sep 18 01:06:01.204 INFO kablam! --> src/memory.rs:23:37 Sep 18 01:06:01.205 INFO kablam! | Sep 18 01:06:01.205 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 18 01:06:01.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 18 01:06:01.205 INFO kablam! | Sep 18 01:06:01.205 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 18 01:06:01.206 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.206 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.206 INFO kablam! Sep 18 01:06:01.207 INFO kablam! error: the trait bound `K: std::convert::AsRef<[u8]>` is not satisfied Sep 18 01:06:01.207 INFO kablam! --> src/memory.rs:26:43 Sep 18 01:06:01.207 INFO kablam! | Sep 18 01:06:01.207 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 18 01:06:01.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::AsRef<[u8]>` is not implemented for `K` Sep 18 01:06:01.208 INFO kablam! | Sep 18 01:06:01.208 INFO kablam! = help: consider adding a `where K: std::convert::AsRef<[u8]>` bound Sep 18 01:06:01.208 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.208 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.208 INFO kablam! Sep 18 01:06:01.208 INFO kablam! error: the trait bound `V: rlp::Decodable` is not satisfied Sep 18 01:06:01.208 INFO kablam! --> src/memory.rs:26:43 Sep 18 01:06:01.209 INFO kablam! | Sep 18 01:06:01.209 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 18 01:06:01.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 18 01:06:01.209 INFO kablam! | Sep 18 01:06:01.209 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 18 01:06:01.209 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.212 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.212 INFO kablam! Sep 18 01:06:01.212 INFO kablam! error: the trait bound `V: rlp::Encodable` is not satisfied Sep 18 01:06:01.212 INFO kablam! --> src/memory.rs:26:43 Sep 18 01:06:01.212 INFO kablam! | Sep 18 01:06:01.212 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 18 01:06:01.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 18 01:06:01.212 INFO kablam! | Sep 18 01:06:01.212 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 18 01:06:01.212 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.212 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.212 INFO kablam! Sep 18 01:06:01.232 INFO kablam! error: aborting due to 6 previous errors Sep 18 01:06:01.232 INFO kablam! Sep 18 01:06:01.242 INFO kablam! error: Could not compile `etcommon-trie`. Sep 18 01:06:01.242 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:06:01.255 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleVec`, `Nibble` Sep 18 01:06:01.255 INFO kablam! --> src/lib.rs:13:28 Sep 18 01:06:01.255 INFO kablam! | Sep 18 01:06:01.255 INFO kablam! 13 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:06:01.257 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ Sep 18 01:06:01.257 INFO kablam! | Sep 18 01:06:01.257 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 01:06:01.257 INFO kablam! Sep 18 01:06:01.257 INFO kablam! warning: unused imports: `Decodable`, `Encodable`, `Prototype` Sep 18 01:06:01.257 INFO kablam! --> src/merkle/nibble.rs:3:22 Sep 18 01:06:01.257 INFO kablam! | Sep 18 01:06:01.257 INFO kablam! 3 | use rlp::{RlpStream, Encodable, Decodable, Rlp, Prototype}; Sep 18 01:06:01.257 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ Sep 18 01:06:01.257 INFO kablam! Sep 18 01:06:01.257 INFO kablam! warning: unused import: `std::ops::Deref` Sep 18 01:06:01.257 INFO kablam! --> src/merkle/nibble.rs:4:5 Sep 18 01:06:01.257 INFO kablam! | Sep 18 01:06:01.257 INFO kablam! 4 | use std::ops::Deref; Sep 18 01:06:01.257 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 18 01:06:01.257 INFO kablam! Sep 18 01:06:01.257 INFO kablam! warning: unused import: `Hash` Sep 18 01:06:01.257 INFO kablam! --> src/merkle/nibble.rs:6:17 Sep 18 01:06:01.257 INFO kablam! | Sep 18 01:06:01.257 INFO kablam! 6 | use std::hash::{Hash, Hasher}; Sep 18 01:06:01.257 INFO kablam! | ^^^^ Sep 18 01:06:01.257 INFO kablam! Sep 18 01:06:01.257 INFO kablam! warning: unused imports: `Debug`, `Formatter`, `self` Sep 18 01:06:01.257 INFO kablam! --> src/merkle/nibble.rs:7:16 Sep 18 01:06:01.257 INFO kablam! | Sep 18 01:06:01.257 INFO kablam! 7 | use std::fmt::{self, Debug, Formatter}; Sep 18 01:06:01.257 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^^^ Sep 18 01:06:01.257 INFO kablam! Sep 18 01:06:01.263 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble` Sep 18 01:06:01.263 INFO kablam! --> src/merkle/node.rs:1:27 Sep 18 01:06:01.263 INFO kablam! | Sep 18 01:06:01.263 INFO kablam! 1 | use super::nibble::{self, Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 18 01:06:01.263 INFO kablam! | ^^^^^^ ^^^^^^^^^^^ Sep 18 01:06:01.263 INFO kablam! Sep 18 01:06:01.263 INFO kablam! warning: unused import: `Keccak256` Sep 18 01:06:01.263 INFO kablam! --> src/merkle/node.rs:162:24 Sep 18 01:06:01.263 INFO kablam! | Sep 18 01:06:01.263 INFO kablam! 162 | use sha3::{Digest, Keccak256}; Sep 18 01:06:01.263 INFO kablam! | ^^^^^^^^^ Sep 18 01:06:01.263 INFO kablam! Sep 18 01:06:01.263 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleVec`, `Nibble` Sep 18 01:06:01.263 INFO kablam! --> src/merkle/node.rs:163:32 Sep 18 01:06:01.263 INFO kablam! | Sep 18 01:06:01.263 INFO kablam! 163 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:06:01.263 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ Sep 18 01:06:01.264 INFO kablam! Sep 18 01:06:01.264 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleType`, `NibbleVec`, `Nibble` Sep 18 01:06:01.264 INFO kablam! --> src/merkle/mod.rs:6:20 Sep 18 01:06:01.264 INFO kablam! | Sep 18 01:06:01.264 INFO kablam! 6 | use self::nibble::{Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 18 01:06:01.264 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ Sep 18 01:06:01.264 INFO kablam! Sep 18 01:06:01.264 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble` Sep 18 01:06:01.264 INFO kablam! --> src/ops/insert.rs:2:39 Sep 18 01:06:01.264 INFO kablam! | Sep 18 01:06:01.264 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:06:01.264 INFO kablam! | ^^^^^^^^^^^ ^^^^^^ Sep 18 01:06:01.264 INFO kablam! Sep 18 01:06:01.264 INFO kablam! warning: unused import: `self` Sep 18 01:06:01.264 INFO kablam! --> src/ops/insert.rs:5:11 Sep 18 01:06:01.264 INFO kablam! | Sep 18 01:06:01.264 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 18 01:06:01.264 INFO kablam! | ^^^^ Sep 18 01:06:01.264 INFO kablam! Sep 18 01:06:01.264 INFO kablam! warning: unused imports: `NibbleSlice`, `self` Sep 18 01:06:01.264 INFO kablam! --> src/ops/delete.rs:2:22 Sep 18 01:06:01.264 INFO kablam! | Sep 18 01:06:01.264 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:06:01.264 INFO kablam! | ^^^^ ^^^^^^^^^^^ Sep 18 01:06:01.264 INFO kablam! Sep 18 01:06:01.264 INFO kablam! warning: unused import: `self` Sep 18 01:06:01.264 INFO kablam! --> src/ops/delete.rs:5:11 Sep 18 01:06:01.264 INFO kablam! | Sep 18 01:06:01.264 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 18 01:06:01.264 INFO kablam! | ^^^^ Sep 18 01:06:01.264 INFO kablam! Sep 18 01:06:01.264 INFO kablam! warning: unused import: `NibbleSlice` Sep 18 01:06:01.264 INFO kablam! --> src/ops/build.rs:2:39 Sep 18 01:06:01.264 INFO kablam! | Sep 18 01:06:01.264 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:06:01.264 INFO kablam! | ^^^^^^^^^^^ Sep 18 01:06:01.264 INFO kablam! Sep 18 01:06:01.264 INFO kablam! warning: unused imports: `Rlp`, `self` Sep 18 01:06:01.264 INFO kablam! --> src/ops/build.rs:7:11 Sep 18 01:06:01.264 INFO kablam! | Sep 18 01:06:01.264 INFO kablam! 7 | use rlp::{self, Rlp}; Sep 18 01:06:01.264 INFO kablam! | ^^^^ ^^^ Sep 18 01:06:01.264 INFO kablam! Sep 18 01:06:01.264 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble`, `self` Sep 18 01:06:01.264 INFO kablam! --> src/ops/get.rs:2:22 Sep 18 01:06:01.264 INFO kablam! | Sep 18 01:06:01.264 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 18 01:06:01.264 INFO kablam! | ^^^^ ^^^^^^^^^^^ ^^^^^^ Sep 18 01:06:01.264 INFO kablam! Sep 18 01:06:01.264 INFO kablam! warning: unused import: `Change` Sep 18 01:06:01.264 INFO kablam! --> src/ops/get.rs:3:6 Sep 18 01:06:01.264 INFO kablam! | Sep 18 01:06:01.264 INFO kablam! 3 | use {Change, DatabaseHandle}; Sep 18 01:06:01.264 INFO kablam! | ^^^^^^ Sep 18 01:06:01.265 INFO kablam! Sep 18 01:06:01.265 INFO kablam! warning: unused import: `self` Sep 18 01:06:01.265 INFO kablam! --> src/ops/get.rs:5:11 Sep 18 01:06:01.265 INFO kablam! | Sep 18 01:06:01.265 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 18 01:06:01.265 INFO kablam! | ^^^^ Sep 18 01:06:01.265 INFO kablam! Sep 18 01:06:01.265 INFO kablam! warning: unused import: `merkle::MerkleNode` Sep 18 01:06:01.265 INFO kablam! --> src/memory.rs:102:9 Sep 18 01:06:01.265 INFO kablam! | Sep 18 01:06:01.265 INFO kablam! 102 | use merkle::MerkleNode; Sep 18 01:06:01.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 01:06:01.265 INFO kablam! Sep 18 01:06:01.265 INFO kablam! warning: unused import: `rlp::Rlp` Sep 18 01:06:01.265 INFO kablam! --> src/memory.rs:103:9 Sep 18 01:06:01.265 INFO kablam! | Sep 18 01:06:01.265 INFO kablam! 103 | use rlp::Rlp; Sep 18 01:06:01.265 INFO kablam! | ^^^^^^^^ Sep 18 01:06:01.265 INFO kablam! Sep 18 01:06:01.265 INFO kablam! warning: unused import: `std::cell::UnsafeCell` Sep 18 01:06:01.265 INFO kablam! --> src/memory.rs:107:9 Sep 18 01:06:01.265 INFO kablam! | Sep 18 01:06:01.265 INFO kablam! 107 | use std::cell::UnsafeCell; Sep 18 01:06:01.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:06:01.265 INFO kablam! Sep 18 01:06:01.265 INFO kablam! warning: unused import: `Rlp` Sep 18 01:06:01.265 INFO kablam! --> src/mutable.rs:2:17 Sep 18 01:06:01.265 INFO kablam! | Sep 18 01:06:01.265 INFO kablam! 2 | use rlp::{self, Rlp}; Sep 18 01:06:01.265 INFO kablam! | ^^^ Sep 18 01:06:01.265 INFO kablam! Sep 18 01:06:01.339 INFO kablam! error: the trait bound `K: rlp::Encodable` is not satisfied Sep 18 01:06:01.339 INFO kablam! --> src/memory.rs:23:37 Sep 18 01:06:01.339 INFO kablam! | Sep 18 01:06:01.339 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 18 01:06:01.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `K` Sep 18 01:06:01.339 INFO kablam! | Sep 18 01:06:01.339 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:06:01.339 INFO kablam! = help: consider adding a `where K: rlp::Encodable` bound Sep 18 01:06:01.339 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.339 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.339 INFO kablam! Sep 18 01:06:01.339 INFO kablam! error: the trait bound `V: rlp::Decodable` is not satisfied Sep 18 01:06:01.339 INFO kablam! --> src/memory.rs:23:37 Sep 18 01:06:01.339 INFO kablam! | Sep 18 01:06:01.339 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 18 01:06:01.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 18 01:06:01.339 INFO kablam! | Sep 18 01:06:01.339 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 18 01:06:01.339 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.339 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.339 INFO kablam! Sep 18 01:06:01.339 INFO kablam! error: the trait bound `V: rlp::Encodable` is not satisfied Sep 18 01:06:01.339 INFO kablam! --> src/memory.rs:23:37 Sep 18 01:06:01.339 INFO kablam! | Sep 18 01:06:01.339 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 18 01:06:01.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 18 01:06:01.339 INFO kablam! | Sep 18 01:06:01.340 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 18 01:06:01.340 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.340 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.340 INFO kablam! Sep 18 01:06:01.340 INFO kablam! error: the trait bound `K: std::convert::AsRef<[u8]>` is not satisfied Sep 18 01:06:01.340 INFO kablam! --> src/memory.rs:26:43 Sep 18 01:06:01.340 INFO kablam! | Sep 18 01:06:01.342 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 18 01:06:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::AsRef<[u8]>` is not implemented for `K` Sep 18 01:06:01.343 INFO kablam! | Sep 18 01:06:01.343 INFO kablam! = help: consider adding a `where K: std::convert::AsRef<[u8]>` bound Sep 18 01:06:01.343 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.343 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.343 INFO kablam! Sep 18 01:06:01.343 INFO kablam! error: the trait bound `V: rlp::Decodable` is not satisfied Sep 18 01:06:01.343 INFO kablam! --> src/memory.rs:26:43 Sep 18 01:06:01.343 INFO kablam! | Sep 18 01:06:01.343 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 18 01:06:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 18 01:06:01.343 INFO kablam! | Sep 18 01:06:01.343 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 18 01:06:01.343 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.343 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.343 INFO kablam! Sep 18 01:06:01.343 INFO kablam! error: the trait bound `V: rlp::Encodable` is not satisfied Sep 18 01:06:01.343 INFO kablam! --> src/memory.rs:26:43 Sep 18 01:06:01.343 INFO kablam! | Sep 18 01:06:01.343 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 18 01:06:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 18 01:06:01.343 INFO kablam! | Sep 18 01:06:01.343 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 18 01:06:01.343 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:06:01.343 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:06:01.343 INFO kablam! Sep 18 01:06:01.366 INFO kablam! error: aborting due to 6 previous errors Sep 18 01:06:01.366 INFO kablam! Sep 18 01:06:01.374 INFO kablam! error: Could not compile `etcommon-trie`. Sep 18 01:06:01.375 INFO kablam! Sep 18 01:06:01.375 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:06:01.375 INFO kablam! su: No module specific data is present Sep 18 01:06:02.000 INFO running `"docker" "rm" "-f" "edf70a28df2e2f03f45ad22d76187443064cb8a4b1c2b050a75670d011cb7958"` Sep 18 01:06:02.083 INFO blam! edf70a28df2e2f03f45ad22d76187443064cb8a4b1c2b050a75670d011cb7958