Oct 13 11:04:10.022 INFO checking patricia-trie-0.3.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 11:04:10.022 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 11:04:10.448 INFO blam! 0b1ef1cb93281c0bfd01f17c887c0d3e9857a52758d592835125f63408619abd Oct 13 11:04:10.450 INFO running `"docker" "start" "-a" "0b1ef1cb93281c0bfd01f17c887c0d3e9857a52758d592835125f63408619abd"` Oct 13 11:04:11.388 INFO kablam! usermod: no changes Oct 13 11:04:11.588 INFO kablam! Checking rustc-hex v2.0.1 Oct 13 11:04:11.589 INFO kablam! Checking parity-bytes v0.1.0 Oct 13 11:04:11.589 INFO kablam! Checking hashdb v0.3.0 Oct 13 11:04:11.594 INFO kablam! Checking plain_hasher v0.2.0 Oct 13 11:04:11.595 INFO kablam! Checking elastic-array v0.10.0 Oct 13 11:04:13.136 INFO kablam! Checking uint v0.4.1 Oct 13 11:04:13.137 INFO kablam! Checking rlp v0.3.0 Oct 13 11:04:13.287 INFO kablam! Checking hashdb v0.2.1 Oct 13 11:04:13.287 INFO kablam! Checking patricia-trie v0.3.0 (/source) Oct 13 11:04:14.084 INFO kablam! Checking patricia-trie v0.2.2 Oct 13 11:04:14.540 INFO kablam! Checking memorydb v0.3.0 Oct 13 11:04:14.540 INFO kablam! Checking triehash v0.3.0 Oct 13 11:04:16.441 INFO kablam! Checking ethereum-types v0.4.0 Oct 13 11:04:20.689 INFO kablam! Checking keccak-hash v0.1.2 Oct 13 11:04:20.689 INFO kablam! Checking rlp v0.2.4 Oct 13 11:04:20.689 INFO kablam! Checking keccak-hasher v0.1.1 Oct 13 11:04:23.897 INFO kablam! Checking patricia-trie-ethereum v0.1.0 Oct 13 11:04:24.402 INFO kablam! Checking trie-standardmap v0.1.1 Oct 13 11:04:29.896 INFO kablam! error[E0599]: no function or associated item named `new` found for type `memorydb::MemoryDB>` in the current scope Oct 13 11:04:29.896 INFO kablam! --> benches/trie.rs:77:19 Oct 13 11:04:29.896 INFO kablam! | Oct 13 11:04:29.896 INFO kablam! 77 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `memorydb::MemoryDB>` Oct 13 11:04:29.896 INFO kablam! | Oct 13 11:04:29.896 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 11:04:29.897 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:29.897 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:29.897 INFO kablam! Oct 13 11:04:29.897 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 11:04:29.897 INFO kablam! --> benches/trie.rs:77:19 Oct 13 11:04:29.897 INFO kablam! | Oct 13 11:04:29.897 INFO kablam! 77 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 11:04:29.897 INFO kablam! | Oct 13 11:04:29.897 INFO kablam! = note: required by `memorydb::MemoryDB` Oct 13 11:04:29.897 INFO kablam! Oct 13 11:04:29.897 INFO kablam! error[E0277]: the size for values of type `dyn hashdb::HashDB` cannot be known at compilation time Oct 13 11:04:29.897 INFO kablam! --> benches/trie.rs:77:7 Oct 13 11:04:29.897 INFO kablam! | Oct 13 11:04:29.897 INFO kablam! 77 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.897 INFO kablam! | ^^^^^^^^^ doesn't have a size known at compile-time Oct 13 11:04:29.897 INFO kablam! | Oct 13 11:04:29.897 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn hashdb::HashDB` Oct 13 11:04:29.897 INFO kablam! = note: to learn more, visit Oct 13 11:04:29.897 INFO kablam! = note: all local variables must have a statically known size Oct 13 11:04:29.897 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 13 11:04:29.897 INFO kablam! Oct 13 11:04:29.906 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Oct 13 11:04:29.906 INFO kablam! --> benches/trie.rs:81:6 Oct 13 11:04:29.906 INFO kablam! | Oct 13 11:04:29.906 INFO kablam! 81 | t.insert(&i.0, &i.1).unwrap(); Oct 13 11:04:29.906 INFO kablam! | ^^^^^^ Oct 13 11:04:29.907 INFO kablam! | Oct 13 11:04:29.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 11:04:29.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 11:04:29.907 INFO kablam! | Oct 13 11:04:29.907 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Oct 13 11:04:29.907 INFO kablam! | Oct 13 11:04:29.907 INFO kablam! Oct 13 11:04:29.916 INFO kablam! error[E0599]: no function or associated item named `new` found for type `memorydb::MemoryDB>` in the current scope Oct 13 11:04:29.916 INFO kablam! --> benches/trie.rs:95:18 Oct 13 11:04:29.916 INFO kablam! | Oct 13 11:04:29.916 INFO kablam! 95 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `memorydb::MemoryDB>` Oct 13 11:04:29.916 INFO kablam! | Oct 13 11:04:29.916 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 11:04:29.916 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:29.916 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:29.916 INFO kablam! Oct 13 11:04:29.916 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 11:04:29.916 INFO kablam! --> benches/trie.rs:95:18 Oct 13 11:04:29.916 INFO kablam! | Oct 13 11:04:29.916 INFO kablam! 95 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 11:04:29.916 INFO kablam! | Oct 13 11:04:29.916 INFO kablam! = note: required by `memorydb::MemoryDB` Oct 13 11:04:29.916 INFO kablam! Oct 13 11:04:29.916 INFO kablam! error[E0277]: the size for values of type `dyn hashdb::HashDB` cannot be known at compilation time Oct 13 11:04:29.916 INFO kablam! --> benches/trie.rs:95:6 Oct 13 11:04:29.916 INFO kablam! | Oct 13 11:04:29.916 INFO kablam! 95 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.916 INFO kablam! | ^^^^^^^^^ doesn't have a size known at compile-time Oct 13 11:04:29.916 INFO kablam! | Oct 13 11:04:29.916 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn hashdb::HashDB` Oct 13 11:04:29.916 INFO kablam! = note: to learn more, visit Oct 13 11:04:29.917 INFO kablam! = note: all local variables must have a statically known size Oct 13 11:04:29.917 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 13 11:04:29.917 INFO kablam! Oct 13 11:04:29.917 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Oct 13 11:04:29.917 INFO kablam! --> benches/trie.rs:100:6 Oct 13 11:04:29.917 INFO kablam! | Oct 13 11:04:29.917 INFO kablam! 100 | t.insert(&i.0, &i.1).unwrap(); Oct 13 11:04:29.917 INFO kablam! | ^^^^^^ Oct 13 11:04:29.917 INFO kablam! | Oct 13 11:04:29.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 11:04:29.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 11:04:29.917 INFO kablam! | Oct 13 11:04:29.917 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Oct 13 11:04:29.917 INFO kablam! | Oct 13 11:04:29.920 INFO kablam! Oct 13 11:04:29.932 INFO kablam! error[E0599]: no method named `iter` found for type `ethtrie::patricia_trie::TrieDB<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Oct 13 11:04:29.932 INFO kablam! --> benches/trie.rs:106:14 Oct 13 11:04:29.932 INFO kablam! | Oct 13 11:04:29.932 INFO kablam! 106 | for n in t.iter().unwrap() { Oct 13 11:04:29.932 INFO kablam! | ^^^^ Oct 13 11:04:29.941 INFO kablam! | Oct 13 11:04:29.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 11:04:29.942 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 11:04:29.942 INFO kablam! | Oct 13 11:04:29.942 INFO kablam! 30 | use ethtrie::patricia_trie::Trie; Oct 13 11:04:29.942 INFO kablam! | Oct 13 11:04:29.942 INFO kablam! Oct 13 11:04:29.948 INFO kablam! error[E0599]: no function or associated item named `new` found for type `memorydb::MemoryDB>` in the current scope Oct 13 11:04:29.948 INFO kablam! --> benches/trie.rs:124:19 Oct 13 11:04:29.948 INFO kablam! | Oct 13 11:04:29.948 INFO kablam! 124 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `memorydb::MemoryDB>` Oct 13 11:04:29.948 INFO kablam! | Oct 13 11:04:29.948 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 11:04:29.948 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:29.948 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:29.948 INFO kablam! Oct 13 11:04:29.952 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 11:04:29.952 INFO kablam! --> benches/trie.rs:124:19 Oct 13 11:04:29.952 INFO kablam! | Oct 13 11:04:29.952 INFO kablam! 124 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 11:04:29.958 INFO kablam! | Oct 13 11:04:29.958 INFO kablam! = note: required by `memorydb::MemoryDB` Oct 13 11:04:29.958 INFO kablam! Oct 13 11:04:29.958 INFO kablam! error[E0277]: the size for values of type `dyn hashdb::HashDB` cannot be known at compilation time Oct 13 11:04:29.958 INFO kablam! --> benches/trie.rs:124:7 Oct 13 11:04:29.958 INFO kablam! | Oct 13 11:04:29.958 INFO kablam! 124 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.958 INFO kablam! | ^^^^^^^^^ doesn't have a size known at compile-time Oct 13 11:04:29.958 INFO kablam! | Oct 13 11:04:29.958 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn hashdb::HashDB` Oct 13 11:04:29.958 INFO kablam! = note: to learn more, visit Oct 13 11:04:29.958 INFO kablam! = note: all local variables must have a statically known size Oct 13 11:04:29.958 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 13 11:04:29.958 INFO kablam! Oct 13 11:04:29.959 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Oct 13 11:04:29.959 INFO kablam! --> benches/trie.rs:128:6 Oct 13 11:04:29.959 INFO kablam! | Oct 13 11:04:29.959 INFO kablam! 128 | t.insert(&i.0, &i.1).unwrap(); Oct 13 11:04:29.959 INFO kablam! | ^^^^^^ Oct 13 11:04:29.971 INFO kablam! | Oct 13 11:04:29.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 11:04:29.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 11:04:29.971 INFO kablam! | Oct 13 11:04:29.971 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Oct 13 11:04:29.971 INFO kablam! | Oct 13 11:04:29.971 INFO kablam! Oct 13 11:04:29.973 INFO kablam! error[E0599]: no method named `root` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Oct 13 11:04:29.973 INFO kablam! --> benches/trie.rs:130:9 Oct 13 11:04:29.973 INFO kablam! | Oct 13 11:04:29.973 INFO kablam! 130 | r = t.root().clone(); Oct 13 11:04:29.973 INFO kablam! | ^^^^ private field, not a method Oct 13 11:04:29.973 INFO kablam! | Oct 13 11:04:29.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 11:04:29.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 11:04:29.973 INFO kablam! | Oct 13 11:04:29.973 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Oct 13 11:04:29.973 INFO kablam! | Oct 13 11:04:29.973 INFO kablam! Oct 13 11:04:29.980 INFO kablam! error[E0599]: no function or associated item named `new` found for type `memorydb::MemoryDB>` in the current scope Oct 13 11:04:29.980 INFO kablam! --> benches/trie.rs:145:19 Oct 13 11:04:29.980 INFO kablam! | Oct 13 11:04:29.980 INFO kablam! 145 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `memorydb::MemoryDB>` Oct 13 11:04:29.980 INFO kablam! | Oct 13 11:04:29.980 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 11:04:29.980 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:29.980 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:29.980 INFO kablam! Oct 13 11:04:29.980 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 11:04:29.980 INFO kablam! --> benches/trie.rs:145:19 Oct 13 11:04:29.980 INFO kablam! | Oct 13 11:04:29.980 INFO kablam! 145 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 11:04:29.980 INFO kablam! | Oct 13 11:04:29.980 INFO kablam! = note: required by `memorydb::MemoryDB` Oct 13 11:04:29.980 INFO kablam! Oct 13 11:04:29.980 INFO kablam! error[E0277]: the size for values of type `dyn hashdb::HashDB` cannot be known at compilation time Oct 13 11:04:29.980 INFO kablam! --> benches/trie.rs:145:7 Oct 13 11:04:29.980 INFO kablam! | Oct 13 11:04:29.980 INFO kablam! 145 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:29.980 INFO kablam! | ^^^^^^^^^ doesn't have a size known at compile-time Oct 13 11:04:29.980 INFO kablam! | Oct 13 11:04:29.980 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn hashdb::HashDB` Oct 13 11:04:29.980 INFO kablam! = note: to learn more, visit Oct 13 11:04:29.980 INFO kablam! = note: all local variables must have a statically known size Oct 13 11:04:29.980 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 13 11:04:29.980 INFO kablam! Oct 13 11:04:29.981 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Oct 13 11:04:29.989 INFO kablam! --> benches/trie.rs:149:6 Oct 13 11:04:29.989 INFO kablam! | Oct 13 11:04:29.989 INFO kablam! 149 | t.insert(&i.0, &i.1).unwrap(); Oct 13 11:04:29.989 INFO kablam! | ^^^^^^ Oct 13 11:04:29.989 INFO kablam! | Oct 13 11:04:29.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 11:04:29.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 11:04:29.990 INFO kablam! | Oct 13 11:04:29.990 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Oct 13 11:04:29.990 INFO kablam! | Oct 13 11:04:29.990 INFO kablam! Oct 13 11:04:30.000 INFO kablam! error[E0599]: no function or associated item named `new` found for type `memorydb::MemoryDB>` in the current scope Oct 13 11:04:30.000 INFO kablam! --> benches/trie.rs:165:19 Oct 13 11:04:30.000 INFO kablam! | Oct 13 11:04:30.000 INFO kablam! 165 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:30.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `memorydb::MemoryDB>` Oct 13 11:04:30.000 INFO kablam! | Oct 13 11:04:30.000 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 11:04:30.000 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:30.000 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:30.000 INFO kablam! Oct 13 11:04:30.000 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 11:04:30.000 INFO kablam! --> benches/trie.rs:165:19 Oct 13 11:04:30.000 INFO kablam! | Oct 13 11:04:30.000 INFO kablam! 165 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:30.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 11:04:30.000 INFO kablam! | Oct 13 11:04:30.000 INFO kablam! = note: required by `memorydb::MemoryDB` Oct 13 11:04:30.000 INFO kablam! Oct 13 11:04:30.000 INFO kablam! error[E0277]: the size for values of type `dyn hashdb::HashDB` cannot be known at compilation time Oct 13 11:04:30.000 INFO kablam! --> benches/trie.rs:165:7 Oct 13 11:04:30.000 INFO kablam! | Oct 13 11:04:30.001 INFO kablam! 165 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:30.001 INFO kablam! | ^^^^^^^^^ doesn't have a size known at compile-time Oct 13 11:04:30.001 INFO kablam! | Oct 13 11:04:30.001 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn hashdb::HashDB` Oct 13 11:04:30.001 INFO kablam! = note: to learn more, visit Oct 13 11:04:30.001 INFO kablam! = note: all local variables must have a statically known size Oct 13 11:04:30.001 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 13 11:04:30.001 INFO kablam! Oct 13 11:04:30.001 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Oct 13 11:04:30.001 INFO kablam! --> benches/trie.rs:169:6 Oct 13 11:04:30.001 INFO kablam! | Oct 13 11:04:30.001 INFO kablam! 169 | t.insert(&i.0, &i.1).unwrap(); Oct 13 11:04:30.001 INFO kablam! | ^^^^^^ Oct 13 11:04:30.002 INFO kablam! | Oct 13 11:04:30.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 11:04:30.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 11:04:30.002 INFO kablam! | Oct 13 11:04:30.002 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Oct 13 11:04:30.002 INFO kablam! | Oct 13 11:04:30.006 INFO kablam! Oct 13 11:04:30.007 INFO kablam! error[E0599]: no function or associated item named `new` found for type `memorydb::MemoryDB>` in the current scope Oct 13 11:04:30.007 INFO kablam! --> benches/trie.rs:186:19 Oct 13 11:04:30.007 INFO kablam! | Oct 13 11:04:30.007 INFO kablam! 186 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:30.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `memorydb::MemoryDB>` Oct 13 11:04:30.007 INFO kablam! | Oct 13 11:04:30.007 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 11:04:30.007 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:30.007 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:30.007 INFO kablam! Oct 13 11:04:30.012 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 11:04:30.012 INFO kablam! --> benches/trie.rs:186:19 Oct 13 11:04:30.012 INFO kablam! | Oct 13 11:04:30.012 INFO kablam! 186 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 11:04:30.012 INFO kablam! | Oct 13 11:04:30.012 INFO kablam! = note: required by `memorydb::MemoryDB` Oct 13 11:04:30.012 INFO kablam! Oct 13 11:04:30.012 INFO kablam! error[E0277]: the size for values of type `dyn hashdb::HashDB` cannot be known at compilation time Oct 13 11:04:30.012 INFO kablam! --> benches/trie.rs:186:7 Oct 13 11:04:30.012 INFO kablam! | Oct 13 11:04:30.012 INFO kablam! 186 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:30.012 INFO kablam! | ^^^^^^^^^ doesn't have a size known at compile-time Oct 13 11:04:30.013 INFO kablam! | Oct 13 11:04:30.014 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn hashdb::HashDB` Oct 13 11:04:30.014 INFO kablam! = note: to learn more, visit Oct 13 11:04:30.014 INFO kablam! = note: all local variables must have a statically known size Oct 13 11:04:30.014 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 13 11:04:30.017 INFO kablam! Oct 13 11:04:30.018 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Oct 13 11:04:30.018 INFO kablam! --> benches/trie.rs:190:6 Oct 13 11:04:30.018 INFO kablam! | Oct 13 11:04:30.018 INFO kablam! 190 | t.insert(&i.0, &i.1).unwrap(); Oct 13 11:04:30.018 INFO kablam! | ^^^^^^ Oct 13 11:04:30.018 INFO kablam! | Oct 13 11:04:30.018 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 11:04:30.018 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 11:04:30.018 INFO kablam! | Oct 13 11:04:30.018 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Oct 13 11:04:30.018 INFO kablam! | Oct 13 11:04:30.019 INFO kablam! Oct 13 11:04:30.024 INFO kablam! error[E0599]: no function or associated item named `new` found for type `memorydb::MemoryDB>` in the current scope Oct 13 11:04:30.024 INFO kablam! --> benches/trie.rs:207:19 Oct 13 11:04:30.024 INFO kablam! | Oct 13 11:04:30.024 INFO kablam! 207 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:30.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `memorydb::MemoryDB>` Oct 13 11:04:30.025 INFO kablam! | Oct 13 11:04:30.032 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 11:04:30.032 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:30.032 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 11:04:30.032 INFO kablam! Oct 13 11:04:30.032 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 11:04:30.032 INFO kablam! --> benches/trie.rs:207:19 Oct 13 11:04:30.032 INFO kablam! | Oct 13 11:04:30.032 INFO kablam! 207 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:30.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 11:04:30.032 INFO kablam! | Oct 13 11:04:30.032 INFO kablam! = note: required by `memorydb::MemoryDB` Oct 13 11:04:30.032 INFO kablam! Oct 13 11:04:30.032 INFO kablam! error[E0277]: the size for values of type `dyn hashdb::HashDB` cannot be known at compilation time Oct 13 11:04:30.032 INFO kablam! --> benches/trie.rs:207:7 Oct 13 11:04:30.032 INFO kablam! | Oct 13 11:04:30.032 INFO kablam! 207 | let mut memdb = MemoryDB::::new(); Oct 13 11:04:30.032 INFO kablam! | ^^^^^^^^^ doesn't have a size known at compile-time Oct 13 11:04:30.032 INFO kablam! | Oct 13 11:04:30.032 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn hashdb::HashDB` Oct 13 11:04:30.032 INFO kablam! = note: to learn more, visit Oct 13 11:04:30.033 INFO kablam! = note: all local variables must have a statically known size Oct 13 11:04:30.044 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 13 11:04:30.044 INFO kablam! Oct 13 11:04:30.044 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Oct 13 11:04:30.044 INFO kablam! --> benches/trie.rs:211:6 Oct 13 11:04:30.044 INFO kablam! | Oct 13 11:04:30.044 INFO kablam! 211 | t.insert(&i.0, &i.1).unwrap(); Oct 13 11:04:30.044 INFO kablam! | ^^^^^^ Oct 13 11:04:30.044 INFO kablam! | Oct 13 11:04:30.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 11:04:30.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 11:04:30.044 INFO kablam! | Oct 13 11:04:30.044 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Oct 13 11:04:30.044 INFO kablam! | Oct 13 11:04:30.044 INFO kablam! Oct 13 11:04:30.044 INFO kablam! error: aborting due to 30 previous errors Oct 13 11:04:30.052 INFO kablam! Oct 13 11:04:30.052 INFO kablam! Some errors occurred: E0277, E0599. Oct 13 11:04:30.052 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 13 11:04:30.062 INFO kablam! error: Could not compile `patricia-trie`. Oct 13 11:04:30.062 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 11:04:30.420 INFO kablam! error[E0277]: the trait bound `H: hashdb::Hasher` is not satisfied Oct 13 11:04:30.420 INFO kablam! --> src/triedbmut.rs:987:2 Oct 13 11:04:30.420 INFO kablam! | Oct 13 11:04:30.420 INFO kablam! 987 | fn populate_trie<'db, H, C>( Oct 13 11:04:30.420 INFO kablam! | _____^ Oct 13 11:04:30.420 INFO kablam! 988 | | db: &'db mut HashDB, Oct 13 11:04:30.420 INFO kablam! 989 | | root: &'db mut H256, Oct 13 11:04:30.420 INFO kablam! 990 | | v: &[(Vec, Vec)] Oct 13 11:04:30.420 INFO kablam! ... | Oct 13 11:04:30.420 INFO kablam! 1003 | | t Oct 13 11:04:30.420 INFO kablam! 1004 | | } Oct 13 11:04:30.420 INFO kablam! | |_____^ the trait `hashdb::Hasher` is not implemented for `H` Oct 13 11:04:30.420 INFO kablam! | Oct 13 11:04:30.420 INFO kablam! = help: consider adding a `where H: hashdb::Hasher` bound Oct 13 11:04:30.420 INFO kablam! = note: required by `ethtrie::patricia_trie::NodeCodec` Oct 13 11:04:30.420 INFO kablam! Oct 13 11:04:30.600 INFO kablam! error: aborting due to previous error Oct 13 11:04:30.600 INFO kablam! Oct 13 11:04:30.600 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 11:04:30.604 INFO kablam! error: Could not compile `patricia-trie`. Oct 13 11:04:30.604 INFO kablam! Oct 13 11:04:30.604 INFO kablam! To learn more, run the command again with --verbose. Oct 13 11:04:30.608 INFO kablam! su: No module specific data is present Oct 13 11:04:31.387 INFO running `"docker" "rm" "-f" "0b1ef1cb93281c0bfd01f17c887c0d3e9857a52758d592835125f63408619abd"` Oct 13 11:04:31.776 INFO blam! 0b1ef1cb93281c0bfd01f17c887c0d3e9857a52758d592835125f63408619abd