Oct 13 12:08:44.485 INFO checking memorydb-0.3.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 12:08:44.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:08:44.811 INFO blam! 42b77e29e081a0dfd2b21967a4b6106d55adfc0e5b4d8f8cbfdab7b71d1497a2 Oct 13 12:08:44.814 INFO running `"docker" "start" "-a" "42b77e29e081a0dfd2b21967a4b6106d55adfc0e5b4d8f8cbfdab7b71d1497a2"` Oct 13 12:08:45.631 INFO kablam! usermod: no changes Oct 13 12:08:45.742 INFO kablam! Checking hashdb v0.3.0 Oct 13 12:08:45.758 INFO kablam! Checking rlp v0.3.0 Oct 13 12:08:45.760 INFO kablam! Checking keccak-hash v0.1.2 Oct 13 12:08:47.692 INFO kablam! Checking memorydb v0.3.0 (/source) Oct 13 12:08:51.107 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.108 INFO kablam! --> benches/memdb.rs:43:15 Oct 13 12:08:51.108 INFO kablam! | Oct 13 12:08:51.108 INFO kablam! 43 | struct X {a_hash: ::Out}; Oct 13 12:08:51.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.109 INFO kablam! Oct 13 12:08:51.109 INFO kablam! error: aborting due to previous error Oct 13 12:08:51.110 INFO kablam! Oct 13 12:08:51.110 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 12:08:51.115 INFO kablam! error: Could not compile `memorydb`. Oct 13 12:08:51.116 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 12:08:51.154 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 13 12:08:51.154 INFO kablam! --> src/lib.rs:346:15 Oct 13 12:08:51.154 INFO kablam! | Oct 13 12:08:51.155 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.155 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 13 12:08:51.155 INFO kablam! ... Oct 13 12:08:51.155 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 13 12:08:51.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 13 12:08:51.156 INFO kablam! | Oct 13 12:08:51.156 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 12:08:51.157 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.157 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.157 INFO kablam! Oct 13 12:08:51.157 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.158 INFO kablam! --> src/lib.rs:346:15 Oct 13 12:08:51.158 INFO kablam! | Oct 13 12:08:51.158 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 13 12:08:51.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.159 INFO kablam! | Oct 13 12:08:51.159 INFO kablam! note: required by `MemoryDB` Oct 13 12:08:51.159 INFO kablam! --> src/lib.rs:85:1 Oct 13 12:08:51.160 INFO kablam! | Oct 13 12:08:51.160 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:08:51.161 INFO kablam! Oct 13 12:08:51.161 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 13 12:08:51.161 INFO kablam! --> src/lib.rs:356:15 Oct 13 12:08:51.161 INFO kablam! | Oct 13 12:08:51.162 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.162 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 13 12:08:51.162 INFO kablam! ... Oct 13 12:08:51.162 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 13 12:08:51.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 13 12:08:51.163 INFO kablam! | Oct 13 12:08:51.163 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 12:08:51.164 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.164 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.164 INFO kablam! Oct 13 12:08:51.165 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.165 INFO kablam! --> src/lib.rs:356:15 Oct 13 12:08:51.165 INFO kablam! | Oct 13 12:08:51.165 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 13 12:08:51.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.166 INFO kablam! | Oct 13 12:08:51.166 INFO kablam! note: required by `MemoryDB` Oct 13 12:08:51.166 INFO kablam! --> src/lib.rs:85:1 Oct 13 12:08:51.167 INFO kablam! | Oct 13 12:08:51.167 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:08:51.167 INFO kablam! Oct 13 12:08:51.172 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 13 12:08:51.172 INFO kablam! --> src/lib.rs:369:18 Oct 13 12:08:51.173 INFO kablam! | Oct 13 12:08:51.173 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.173 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 13 12:08:51.173 INFO kablam! ... Oct 13 12:08:51.173 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 13 12:08:51.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 13 12:08:51.174 INFO kablam! | Oct 13 12:08:51.174 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 12:08:51.174 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.174 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.174 INFO kablam! Oct 13 12:08:51.176 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.176 INFO kablam! --> src/lib.rs:369:18 Oct 13 12:08:51.176 INFO kablam! | Oct 13 12:08:51.176 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 13 12:08:51.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.176 INFO kablam! | Oct 13 12:08:51.176 INFO kablam! note: required by `MemoryDB` Oct 13 12:08:51.176 INFO kablam! --> src/lib.rs:85:1 Oct 13 12:08:51.176 INFO kablam! | Oct 13 12:08:51.176 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:08:51.176 INFO kablam! Oct 13 12:08:51.184 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 13 12:08:51.184 INFO kablam! --> src/lib.rs:370:19 Oct 13 12:08:51.184 INFO kablam! | Oct 13 12:08:51.192 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.193 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 13 12:08:51.193 INFO kablam! ... Oct 13 12:08:51.193 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 13 12:08:51.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 13 12:08:51.194 INFO kablam! | Oct 13 12:08:51.194 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 12:08:51.194 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.194 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.194 INFO kablam! Oct 13 12:08:51.194 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.194 INFO kablam! --> src/lib.rs:370:19 Oct 13 12:08:51.194 INFO kablam! | Oct 13 12:08:51.194 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 13 12:08:51.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.200 INFO kablam! | Oct 13 12:08:51.200 INFO kablam! note: required by `MemoryDB` Oct 13 12:08:51.200 INFO kablam! --> src/lib.rs:85:1 Oct 13 12:08:51.200 INFO kablam! | Oct 13 12:08:51.200 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:08:51.200 INFO kablam! Oct 13 12:08:51.228 INFO kablam! error[E0599]: no function or associated item named `default` found for type `MemoryDB>` in the current scope Oct 13 12:08:51.228 INFO kablam! --> src/lib.rs:393:16 Oct 13 12:08:51.229 INFO kablam! | Oct 13 12:08:51.229 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.229 INFO kablam! | ------------------------------------ function or associated item `default` not found for this Oct 13 12:08:51.229 INFO kablam! ... Oct 13 12:08:51.229 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 13 12:08:51.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 13 12:08:51.230 INFO kablam! | Oct 13 12:08:51.230 INFO kablam! = note: the method `default` exists but the following trait bounds were not satisfied: Oct 13 12:08:51.230 INFO kablam! `MemoryDB> : std::default::Default` Oct 13 12:08:51.230 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 13 12:08:51.230 INFO kablam! = note: the following trait defines an item `default`, perhaps you need to implement it: Oct 13 12:08:51.230 INFO kablam! candidate #1: `std::default::Default` Oct 13 12:08:51.230 INFO kablam! Oct 13 12:08:51.231 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.231 INFO kablam! --> src/lib.rs:393:16 Oct 13 12:08:51.232 INFO kablam! | Oct 13 12:08:51.232 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 13 12:08:51.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.232 INFO kablam! | Oct 13 12:08:51.232 INFO kablam! note: required by `MemoryDB` Oct 13 12:08:51.232 INFO kablam! --> src/lib.rs:85:1 Oct 13 12:08:51.232 INFO kablam! | Oct 13 12:08:51.232 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:08:51.232 INFO kablam! Oct 13 12:08:51.232 INFO kablam! error[E0599]: no function or associated item named `hash` found for type `keccak_hasher::KeccakHasher` in the current scope Oct 13 12:08:51.232 INFO kablam! --> src/lib.rs:394:26 Oct 13 12:08:51.232 INFO kablam! | Oct 13 12:08:51.232 INFO kablam! 394 | let hashed_null_node = KeccakHasher::hash(&NULL_RLP); Oct 13 12:08:51.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `keccak_hasher::KeccakHasher` Oct 13 12:08:51.236 INFO kablam! | Oct 13 12:08:51.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 12:08:51.236 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 12:08:51.236 INFO kablam! `use hashdb::Hasher;` Oct 13 12:08:51.236 INFO kablam! Oct 13 12:08:51.256 INFO kablam! error: aborting due to 11 previous errors Oct 13 12:08:51.256 INFO kablam! Oct 13 12:08:51.257 INFO kablam! Some errors occurred: E0277, E0599. Oct 13 12:08:51.257 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 13 12:08:51.284 INFO kablam! error: Could not compile `memorydb`. Oct 13 12:08:51.284 INFO kablam! Oct 13 12:08:51.284 INFO kablam! To learn more, run the command again with --verbose. Oct 13 12:08:51.284 INFO kablam! su: No module specific data is present Oct 13 12:08:51.840 INFO running `"docker" "rm" "-f" "42b77e29e081a0dfd2b21967a4b6106d55adfc0e5b4d8f8cbfdab7b71d1497a2"` Oct 13 12:08:52.015 INFO blam! 42b77e29e081a0dfd2b21967a4b6106d55adfc0e5b4d8f8cbfdab7b71d1497a2