Sep 21 10:47:16.045 INFO checking etcommon-trie-0.4.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:47:16.045 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:47:16.045 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:47:16.264 INFO blam! 228fb06e60c5ada58cc37d107cee386ae2474ad65af22cddedc5e910f315c7bb Sep 21 10:47:16.266 INFO running `"docker" "start" "-a" "228fb06e60c5ada58cc37d107cee386ae2474ad65af22cddedc5e910f315c7bb"` Sep 21 10:47:17.094 INFO kablam! usermod: no changes Sep 21 10:47:17.186 INFO kablam! Checking etcommon-rlp v0.2.3 Sep 21 10:47:17.963 INFO kablam! Checking etcommon-bigint v0.2.9 Sep 21 10:47:19.838 INFO kablam! Checking etcommon-trie v0.4.0 (/source) Sep 21 10:47:20.894 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleVec`, `Nibble` Sep 21 10:47:20.894 INFO kablam! --> src/lib.rs:13:28 Sep 21 10:47:20.894 INFO kablam! | Sep 21 10:47:20.894 INFO kablam! 13 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 21 10:47:20.894 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ Sep 21 10:47:20.894 INFO kablam! | Sep 21 10:47:20.894 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:47:20.894 INFO kablam! Sep 21 10:47:20.894 INFO kablam! warning: unused imports: `Decodable`, `Encodable`, `Prototype` Sep 21 10:47:20.894 INFO kablam! --> src/merkle/nibble.rs:3:22 Sep 21 10:47:20.894 INFO kablam! | Sep 21 10:47:20.894 INFO kablam! 3 | use rlp::{RlpStream, Encodable, Decodable, Rlp, Prototype}; Sep 21 10:47:20.894 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ Sep 21 10:47:20.894 INFO kablam! Sep 21 10:47:20.894 INFO kablam! warning: unused import: `std::ops::Deref` Sep 21 10:47:20.894 INFO kablam! --> src/merkle/nibble.rs:4:5 Sep 21 10:47:20.894 INFO kablam! | Sep 21 10:47:20.894 INFO kablam! 4 | use std::ops::Deref; Sep 21 10:47:20.894 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 10:47:20.894 INFO kablam! Sep 21 10:47:20.894 INFO kablam! warning: unused import: `Hash` Sep 21 10:47:20.894 INFO kablam! --> src/merkle/nibble.rs:6:17 Sep 21 10:47:20.894 INFO kablam! | Sep 21 10:47:20.894 INFO kablam! 6 | use std::hash::{Hash, Hasher}; Sep 21 10:47:20.894 INFO kablam! | ^^^^ Sep 21 10:47:20.894 INFO kablam! Sep 21 10:47:20.894 INFO kablam! warning: unused imports: `Debug`, `Formatter`, `self` Sep 21 10:47:20.894 INFO kablam! --> src/merkle/nibble.rs:7:16 Sep 21 10:47:20.894 INFO kablam! | Sep 21 10:47:20.894 INFO kablam! 7 | use std::fmt::{self, Debug, Formatter}; Sep 21 10:47:20.894 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^^^ Sep 21 10:47:20.894 INFO kablam! Sep 21 10:47:20.894 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble` Sep 21 10:47:20.894 INFO kablam! --> src/merkle/node.rs:1:27 Sep 21 10:47:20.894 INFO kablam! | Sep 21 10:47:20.894 INFO kablam! 1 | use super::nibble::{self, Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 21 10:47:20.894 INFO kablam! | ^^^^^^ ^^^^^^^^^^^ Sep 21 10:47:20.895 INFO kablam! Sep 21 10:47:20.895 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleType`, `NibbleVec`, `Nibble` Sep 21 10:47:20.895 INFO kablam! --> src/merkle/mod.rs:6:20 Sep 21 10:47:20.895 INFO kablam! | Sep 21 10:47:20.895 INFO kablam! 6 | use self::nibble::{Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 21 10:47:20.895 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ Sep 21 10:47:20.895 INFO kablam! Sep 21 10:47:20.895 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble` Sep 21 10:47:20.895 INFO kablam! --> src/ops/insert.rs:2:39 Sep 21 10:47:20.895 INFO kablam! | Sep 21 10:47:20.895 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 21 10:47:20.895 INFO kablam! | ^^^^^^^^^^^ ^^^^^^ Sep 21 10:47:20.895 INFO kablam! Sep 21 10:47:20.895 INFO kablam! warning: unused import: `self` Sep 21 10:47:20.895 INFO kablam! --> src/ops/insert.rs:5:11 Sep 21 10:47:20.895 INFO kablam! | Sep 21 10:47:20.895 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 21 10:47:20.895 INFO kablam! | ^^^^ Sep 21 10:47:20.895 INFO kablam! Sep 21 10:47:20.895 INFO kablam! warning: unused imports: `NibbleSlice`, `self` Sep 21 10:47:20.895 INFO kablam! --> src/ops/delete.rs:2:22 Sep 21 10:47:20.895 INFO kablam! | Sep 21 10:47:20.895 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 21 10:47:20.895 INFO kablam! | ^^^^ ^^^^^^^^^^^ Sep 21 10:47:20.895 INFO kablam! Sep 21 10:47:20.895 INFO kablam! warning: unused import: `self` Sep 21 10:47:20.895 INFO kablam! --> src/ops/delete.rs:5:11 Sep 21 10:47:20.895 INFO kablam! | Sep 21 10:47:20.895 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 21 10:47:20.895 INFO kablam! | ^^^^ Sep 21 10:47:20.895 INFO kablam! Sep 21 10:47:20.895 INFO kablam! warning: unused import: `NibbleSlice` Sep 21 10:47:20.896 INFO kablam! --> src/ops/build.rs:2:39 Sep 21 10:47:20.896 INFO kablam! | Sep 21 10:47:20.896 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 21 10:47:20.896 INFO kablam! | ^^^^^^^^^^^ Sep 21 10:47:20.896 INFO kablam! Sep 21 10:47:20.896 INFO kablam! warning: unused imports: `Rlp`, `self` Sep 21 10:47:20.896 INFO kablam! --> src/ops/build.rs:7:11 Sep 21 10:47:20.896 INFO kablam! | Sep 21 10:47:20.896 INFO kablam! 7 | use rlp::{self, Rlp}; Sep 21 10:47:20.896 INFO kablam! | ^^^^ ^^^ Sep 21 10:47:20.896 INFO kablam! Sep 21 10:47:20.896 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble`, `self` Sep 21 10:47:20.896 INFO kablam! --> src/ops/get.rs:2:22 Sep 21 10:47:20.896 INFO kablam! | Sep 21 10:47:20.896 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 21 10:47:20.896 INFO kablam! | ^^^^ ^^^^^^^^^^^ ^^^^^^ Sep 21 10:47:20.896 INFO kablam! Sep 21 10:47:20.896 INFO kablam! warning: unused import: `Change` Sep 21 10:47:20.896 INFO kablam! --> src/ops/get.rs:3:6 Sep 21 10:47:20.896 INFO kablam! | Sep 21 10:47:20.896 INFO kablam! 3 | use {Change, DatabaseHandle}; Sep 21 10:47:20.896 INFO kablam! | ^^^^^^ Sep 21 10:47:20.896 INFO kablam! Sep 21 10:47:20.896 INFO kablam! warning: unused import: `self` Sep 21 10:47:20.896 INFO kablam! --> src/ops/get.rs:5:11 Sep 21 10:47:20.896 INFO kablam! | Sep 21 10:47:20.902 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 21 10:47:20.902 INFO kablam! | ^^^^ Sep 21 10:47:20.902 INFO kablam! Sep 21 10:47:20.902 INFO kablam! warning: unused import: `Rlp` Sep 21 10:47:20.902 INFO kablam! --> src/mutable.rs:2:17 Sep 21 10:47:20.902 INFO kablam! | Sep 21 10:47:20.902 INFO kablam! 2 | use rlp::{self, Rlp}; Sep 21 10:47:20.902 INFO kablam! | ^^^ Sep 21 10:47:20.902 INFO kablam! Sep 21 10:47:20.980 INFO kablam! warning: the trait bound `K: rlp::Encodable` is not satisfied Sep 21 10:47:20.980 INFO kablam! --> src/memory.rs:23:37 Sep 21 10:47:20.980 INFO kablam! | Sep 21 10:47:20.980 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 21 10:47:20.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `K` Sep 21 10:47:20.980 INFO kablam! | Sep 21 10:47:20.980 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:47:20.980 INFO kablam! = help: consider adding a `where K: rlp::Encodable` bound Sep 21 10:47:20.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:20.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:20.980 INFO kablam! Sep 21 10:47:20.980 INFO kablam! warning: the trait bound `V: rlp::Decodable` is not satisfied Sep 21 10:47:20.980 INFO kablam! --> src/memory.rs:23:37 Sep 21 10:47:20.980 INFO kablam! | Sep 21 10:47:20.980 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 21 10:47:20.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 21 10:47:20.980 INFO kablam! | Sep 21 10:47:20.980 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 21 10:47:20.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:20.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:20.980 INFO kablam! Sep 21 10:47:20.980 INFO kablam! warning: the trait bound `V: rlp::Encodable` is not satisfied Sep 21 10:47:20.980 INFO kablam! --> src/memory.rs:23:37 Sep 21 10:47:20.980 INFO kablam! | Sep 21 10:47:20.980 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 21 10:47:20.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 21 10:47:20.980 INFO kablam! | Sep 21 10:47:20.980 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 21 10:47:20.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:20.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:20.980 INFO kablam! Sep 21 10:47:20.980 INFO kablam! warning: the trait bound `K: std::convert::AsRef<[u8]>` is not satisfied Sep 21 10:47:20.980 INFO kablam! --> src/memory.rs:26:43 Sep 21 10:47:20.980 INFO kablam! | Sep 21 10:47:20.980 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 21 10:47:20.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::AsRef<[u8]>` is not implemented for `K` Sep 21 10:47:20.980 INFO kablam! | Sep 21 10:47:20.980 INFO kablam! = help: consider adding a `where K: std::convert::AsRef<[u8]>` bound Sep 21 10:47:20.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:20.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:20.980 INFO kablam! Sep 21 10:47:20.980 INFO kablam! warning: the trait bound `V: rlp::Decodable` is not satisfied Sep 21 10:47:20.980 INFO kablam! --> src/memory.rs:26:43 Sep 21 10:47:20.980 INFO kablam! | Sep 21 10:47:20.980 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 21 10:47:20.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 21 10:47:20.980 INFO kablam! | Sep 21 10:47:20.980 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 21 10:47:20.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:20.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:20.981 INFO kablam! Sep 21 10:47:20.981 INFO kablam! warning: the trait bound `V: rlp::Encodable` is not satisfied Sep 21 10:47:20.981 INFO kablam! --> src/memory.rs:26:43 Sep 21 10:47:20.981 INFO kablam! | Sep 21 10:47:20.981 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 21 10:47:20.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 21 10:47:20.981 INFO kablam! | Sep 21 10:47:20.981 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 21 10:47:20.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:20.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:20.981 INFO kablam! Sep 21 10:47:21.074 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleVec`, `Nibble` Sep 21 10:47:21.074 INFO kablam! --> src/lib.rs:13:28 Sep 21 10:47:21.074 INFO kablam! | Sep 21 10:47:21.074 INFO kablam! 13 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 21 10:47:21.074 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ Sep 21 10:47:21.074 INFO kablam! | Sep 21 10:47:21.074 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:47:21.074 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused imports: `Decodable`, `Encodable`, `Prototype` Sep 21 10:47:21.075 INFO kablam! --> src/merkle/nibble.rs:3:22 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.075 INFO kablam! 3 | use rlp::{RlpStream, Encodable, Decodable, Rlp, Prototype}; Sep 21 10:47:21.075 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ Sep 21 10:47:21.075 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused import: `std::ops::Deref` Sep 21 10:47:21.075 INFO kablam! --> src/merkle/nibble.rs:4:5 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.075 INFO kablam! 4 | use std::ops::Deref; Sep 21 10:47:21.075 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 10:47:21.075 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused import: `Hash` Sep 21 10:47:21.075 INFO kablam! --> src/merkle/nibble.rs:6:17 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.075 INFO kablam! 6 | use std::hash::{Hash, Hasher}; Sep 21 10:47:21.075 INFO kablam! | ^^^^ Sep 21 10:47:21.075 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused imports: `Debug`, `Formatter`, `self` Sep 21 10:47:21.075 INFO kablam! --> src/merkle/nibble.rs:7:16 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.075 INFO kablam! 7 | use std::fmt::{self, Debug, Formatter}; Sep 21 10:47:21.075 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^^^ Sep 21 10:47:21.075 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble` Sep 21 10:47:21.075 INFO kablam! --> src/merkle/node.rs:1:27 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.075 INFO kablam! 1 | use super::nibble::{self, Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 21 10:47:21.075 INFO kablam! | ^^^^^^ ^^^^^^^^^^^ Sep 21 10:47:21.075 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused import: `Keccak256` Sep 21 10:47:21.075 INFO kablam! --> src/merkle/node.rs:162:24 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.075 INFO kablam! 162 | use sha3::{Digest, Keccak256}; Sep 21 10:47:21.075 INFO kablam! | ^^^^^^^^^ Sep 21 10:47:21.075 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleVec`, `Nibble` Sep 21 10:47:21.075 INFO kablam! --> src/merkle/node.rs:163:32 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.075 INFO kablam! 163 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 21 10:47:21.075 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ Sep 21 10:47:21.075 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused imports: `NibbleSlice`, `NibbleType`, `NibbleVec`, `Nibble` Sep 21 10:47:21.075 INFO kablam! --> src/merkle/mod.rs:6:20 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.075 INFO kablam! 6 | use self::nibble::{Nibble, NibbleVec, NibbleSlice, NibbleType}; Sep 21 10:47:21.075 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ Sep 21 10:47:21.075 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble` Sep 21 10:47:21.075 INFO kablam! --> src/ops/insert.rs:2:39 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.075 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 21 10:47:21.075 INFO kablam! | ^^^^^^^^^^^ ^^^^^^ Sep 21 10:47:21.075 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused import: `self` Sep 21 10:47:21.075 INFO kablam! --> src/ops/insert.rs:5:11 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.075 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 21 10:47:21.075 INFO kablam! | ^^^^ Sep 21 10:47:21.075 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused imports: `NibbleSlice`, `self` Sep 21 10:47:21.075 INFO kablam! --> src/ops/delete.rs:2:22 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.075 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 21 10:47:21.075 INFO kablam! | ^^^^ ^^^^^^^^^^^ Sep 21 10:47:21.075 INFO kablam! Sep 21 10:47:21.075 INFO kablam! warning: unused import: `self` Sep 21 10:47:21.075 INFO kablam! --> src/ops/delete.rs:5:11 Sep 21 10:47:21.075 INFO kablam! | Sep 21 10:47:21.078 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 21 10:47:21.078 INFO kablam! | ^^^^ Sep 21 10:47:21.078 INFO kablam! Sep 21 10:47:21.086 INFO kablam! warning: unused import: `NibbleSlice` Sep 21 10:47:21.086 INFO kablam! --> src/ops/build.rs:2:39 Sep 21 10:47:21.086 INFO kablam! | Sep 21 10:47:21.086 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 21 10:47:21.086 INFO kablam! | ^^^^^^^^^^^ Sep 21 10:47:21.086 INFO kablam! Sep 21 10:47:21.086 INFO kablam! warning: unused imports: `Rlp`, `self` Sep 21 10:47:21.086 INFO kablam! --> src/ops/build.rs:7:11 Sep 21 10:47:21.086 INFO kablam! | Sep 21 10:47:21.086 INFO kablam! 7 | use rlp::{self, Rlp}; Sep 21 10:47:21.086 INFO kablam! | ^^^^ ^^^ Sep 21 10:47:21.086 INFO kablam! Sep 21 10:47:21.088 INFO kablam! warning: unused imports: `NibbleSlice`, `Nibble`, `self` Sep 21 10:47:21.088 INFO kablam! --> src/ops/get.rs:2:22 Sep 21 10:47:21.088 INFO kablam! | Sep 21 10:47:21.088 INFO kablam! 2 | use merkle::nibble::{self, NibbleVec, NibbleSlice, Nibble}; Sep 21 10:47:21.088 INFO kablam! | ^^^^ ^^^^^^^^^^^ ^^^^^^ Sep 21 10:47:21.088 INFO kablam! Sep 21 10:47:21.088 INFO kablam! warning: unused import: `Change` Sep 21 10:47:21.088 INFO kablam! --> src/ops/get.rs:3:6 Sep 21 10:47:21.088 INFO kablam! | Sep 21 10:47:21.088 INFO kablam! 3 | use {Change, DatabaseHandle}; Sep 21 10:47:21.088 INFO kablam! | ^^^^^^ Sep 21 10:47:21.088 INFO kablam! Sep 21 10:47:21.088 INFO kablam! warning: unused import: `self` Sep 21 10:47:21.088 INFO kablam! --> src/ops/get.rs:5:11 Sep 21 10:47:21.088 INFO kablam! | Sep 21 10:47:21.088 INFO kablam! 5 | use rlp::{self, Rlp}; Sep 21 10:47:21.088 INFO kablam! | ^^^^ Sep 21 10:47:21.088 INFO kablam! Sep 21 10:47:21.088 INFO kablam! warning: unused import: `merkle::MerkleNode` Sep 21 10:47:21.088 INFO kablam! --> src/memory.rs:102:9 Sep 21 10:47:21.088 INFO kablam! | Sep 21 10:47:21.088 INFO kablam! 102 | use merkle::MerkleNode; Sep 21 10:47:21.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 10:47:21.088 INFO kablam! Sep 21 10:47:21.088 INFO kablam! warning: unused import: `rlp::Rlp` Sep 21 10:47:21.088 INFO kablam! --> src/memory.rs:103:9 Sep 21 10:47:21.088 INFO kablam! | Sep 21 10:47:21.088 INFO kablam! 103 | use rlp::Rlp; Sep 21 10:47:21.088 INFO kablam! | ^^^^^^^^ Sep 21 10:47:21.088 INFO kablam! Sep 21 10:47:21.088 INFO kablam! warning: unused import: `std::cell::UnsafeCell` Sep 21 10:47:21.088 INFO kablam! --> src/memory.rs:107:9 Sep 21 10:47:21.088 INFO kablam! | Sep 21 10:47:21.088 INFO kablam! 107 | use std::cell::UnsafeCell; Sep 21 10:47:21.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:47:21.088 INFO kablam! Sep 21 10:47:21.088 INFO kablam! warning: unused import: `Rlp` Sep 21 10:47:21.088 INFO kablam! --> src/mutable.rs:2:17 Sep 21 10:47:21.088 INFO kablam! | Sep 21 10:47:21.088 INFO kablam! 2 | use rlp::{self, Rlp}; Sep 21 10:47:21.088 INFO kablam! | ^^^ Sep 21 10:47:21.088 INFO kablam! Sep 21 10:47:21.198 INFO kablam! warning: unused import: `Hasher` Sep 21 10:47:21.198 INFO kablam! --> src/merkle/nibble.rs:6:23 Sep 21 10:47:21.198 INFO kablam! | Sep 21 10:47:21.198 INFO kablam! 6 | use std::hash::{Hash, Hasher}; Sep 21 10:47:21.198 INFO kablam! | ^^^^^^ Sep 21 10:47:21.198 INFO kablam! Sep 21 10:47:21.198 INFO kablam! warning: unused import: `Decodable` Sep 21 10:47:21.198 INFO kablam! --> src/merkle/node.rs:3:39 Sep 21 10:47:21.198 INFO kablam! | Sep 21 10:47:21.198 INFO kablam! 3 | use rlp::{self, RlpStream, Encodable, Decodable, Rlp, Prototype}; Sep 21 10:47:21.198 INFO kablam! | ^^^^^^^^^ Sep 21 10:47:21.198 INFO kablam! Sep 21 10:47:21.198 INFO kablam! warning: unused import: `DatabaseHandle` Sep 21 10:47:21.198 INFO kablam! --> src/ops/build.rs:3:14 Sep 21 10:47:21.198 INFO kablam! | Sep 21 10:47:21.198 INFO kablam! 3 | use {Change, DatabaseHandle}; Sep 21 10:47:21.198 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 10:47:21.198 INFO kablam! Sep 21 10:47:21.201 INFO kablam! warning: the trait bound `K: rlp::Encodable` is not satisfied Sep 21 10:47:21.201 INFO kablam! --> src/memory.rs:23:37 Sep 21 10:47:21.201 INFO kablam! | Sep 21 10:47:21.201 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 21 10:47:21.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `K` Sep 21 10:47:21.201 INFO kablam! | Sep 21 10:47:21.201 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:47:21.201 INFO kablam! = help: consider adding a `where K: rlp::Encodable` bound Sep 21 10:47:21.201 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:21.201 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:21.201 INFO kablam! Sep 21 10:47:21.201 INFO kablam! warning: the trait bound `V: rlp::Decodable` is not satisfied Sep 21 10:47:21.201 INFO kablam! --> src/memory.rs:23:37 Sep 21 10:47:21.201 INFO kablam! | Sep 21 10:47:21.201 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 21 10:47:21.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 21 10:47:21.201 INFO kablam! | Sep 21 10:47:21.201 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 21 10:47:21.201 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:21.201 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:21.201 INFO kablam! Sep 21 10:47:21.202 INFO kablam! warning: the trait bound `V: rlp::Encodable` is not satisfied Sep 21 10:47:21.202 INFO kablam! --> src/memory.rs:23:37 Sep 21 10:47:21.202 INFO kablam! | Sep 21 10:47:21.202 INFO kablam! 23 | pub type FixedMemoryTrieMut = FixedTrieMut; Sep 21 10:47:21.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 21 10:47:21.202 INFO kablam! | Sep 21 10:47:21.202 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 21 10:47:21.202 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:21.202 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:21.202 INFO kablam! Sep 21 10:47:21.203 INFO kablam! warning: the trait bound `K: std::convert::AsRef<[u8]>` is not satisfied Sep 21 10:47:21.203 INFO kablam! --> src/memory.rs:26:43 Sep 21 10:47:21.203 INFO kablam! | Sep 21 10:47:21.203 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 21 10:47:21.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::AsRef<[u8]>` is not implemented for `K` Sep 21 10:47:21.207 INFO kablam! | Sep 21 10:47:21.207 INFO kablam! = help: consider adding a `where K: std::convert::AsRef<[u8]>` bound Sep 21 10:47:21.207 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:21.207 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:21.207 INFO kablam! Sep 21 10:47:21.207 INFO kablam! warning: the trait bound `V: rlp::Decodable` is not satisfied Sep 21 10:47:21.207 INFO kablam! --> src/memory.rs:26:43 Sep 21 10:47:21.207 INFO kablam! | Sep 21 10:47:21.207 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 21 10:47:21.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Decodable` is not implemented for `V` Sep 21 10:47:21.207 INFO kablam! | Sep 21 10:47:21.207 INFO kablam! = help: consider adding a `where V: rlp::Decodable` bound Sep 21 10:47:21.207 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:21.207 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:21.207 INFO kablam! Sep 21 10:47:21.207 INFO kablam! warning: the trait bound `V: rlp::Encodable` is not satisfied Sep 21 10:47:21.207 INFO kablam! --> src/memory.rs:26:43 Sep 21 10:47:21.207 INFO kablam! | Sep 21 10:47:21.207 INFO kablam! 26 | pub type FixedSecureMemoryTrieMut = FixedSecureTrieMut; Sep 21 10:47:21.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rlp::Encodable` is not implemented for `V` Sep 21 10:47:21.207 INFO kablam! | Sep 21 10:47:21.207 INFO kablam! = help: consider adding a `where V: rlp::Encodable` bound Sep 21 10:47:21.207 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:47:21.207 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:47:21.207 INFO kablam! Sep 21 10:47:21.463 INFO kablam! warning: unused import: `Hasher` Sep 21 10:47:21.463 INFO kablam! --> src/merkle/nibble.rs:6:23 Sep 21 10:47:21.463 INFO kablam! | Sep 21 10:47:21.463 INFO kablam! 6 | use std::hash::{Hash, Hasher}; Sep 21 10:47:21.463 INFO kablam! | ^^^^^^ Sep 21 10:47:21.463 INFO kablam! Sep 21 10:47:21.463 INFO kablam! warning: unused import: `Decodable` Sep 21 10:47:21.463 INFO kablam! --> src/merkle/node.rs:3:39 Sep 21 10:47:21.463 INFO kablam! | Sep 21 10:47:21.463 INFO kablam! 3 | use rlp::{self, RlpStream, Encodable, Decodable, Rlp, Prototype}; Sep 21 10:47:21.463 INFO kablam! | ^^^^^^^^^ Sep 21 10:47:21.463 INFO kablam! Sep 21 10:47:21.463 INFO kablam! warning: unused import: `Digest` Sep 21 10:47:21.463 INFO kablam! --> src/merkle/node.rs:162:16 Sep 21 10:47:21.463 INFO kablam! | Sep 21 10:47:21.463 INFO kablam! 162 | use sha3::{Digest, Keccak256}; Sep 21 10:47:21.463 INFO kablam! | ^^^^^^ Sep 21 10:47:21.463 INFO kablam! Sep 21 10:47:21.463 INFO kablam! warning: unused import: `DatabaseHandle` Sep 21 10:47:21.463 INFO kablam! --> src/ops/build.rs:3:14 Sep 21 10:47:21.463 INFO kablam! | Sep 21 10:47:21.464 INFO kablam! 3 | use {Change, DatabaseHandle}; Sep 21 10:47:21.464 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 10:47:21.464 INFO kablam! Sep 21 10:47:21.503 INFO kablam! warning: unused variable: `value` Sep 21 10:47:21.503 INFO kablam! --> src/memory.rs:138:19 Sep 21 10:47:21.503 INFO kablam! | Sep 21 10:47:21.503 INFO kablam! 138 | for (key, value) in &map { Sep 21 10:47:21.503 INFO kablam! | ^^^^^ help: consider using `_value` instead Sep 21 10:47:21.503 INFO kablam! | Sep 21 10:47:21.503 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 10:47:21.503 INFO kablam! Sep 21 10:47:21.601 INFO kablam! warning: variable does not need to be mutable Sep 21 10:47:21.601 INFO kablam! --> src/memory.rs:120:13 Sep 21 10:47:21.601 INFO kablam! | Sep 21 10:47:21.601 INFO kablam! 120 | let mut btrie = MemoryTrieMut::build(&map); Sep 21 10:47:21.601 INFO kablam! | ----^^^^^ Sep 21 10:47:21.601 INFO kablam! | | Sep 21 10:47:21.601 INFO kablam! | help: remove this `mut` Sep 21 10:47:21.601 INFO kablam! | Sep 21 10:47:21.601 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 10:47:21.601 INFO kablam! Sep 21 10:47:21.651 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.53s Sep 21 10:47:21.654 INFO kablam! su: No module specific data is present Sep 21 10:47:22.141 INFO running `"docker" "rm" "-f" "228fb06e60c5ada58cc37d107cee386ae2474ad65af22cddedc5e910f315c7bb"` Sep 21 10:47:22.219 INFO blam! 228fb06e60c5ada58cc37d107cee386ae2474ad65af22cddedc5e910f315c7bb