Oct 13 12:08:44.660 INFO checking memorydb-0.3.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 12:08:44.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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.942 INFO blam! 2a44a4ffe308ec3ab3c4b551f20dc2c374a4596226e70d0f26cf4b1367b49d43 Oct 13 12:08:44.949 INFO running `"docker" "start" "-a" "2a44a4ffe308ec3ab3c4b551f20dc2c374a4596226e70d0f26cf4b1367b49d43"` Oct 13 12:08:45.776 INFO kablam! usermod: no changes Oct 13 12:08:45.929 INFO kablam! Checking hashdb v0.3.0 Oct 13 12:08:45.930 INFO kablam! Checking rlp v0.3.0 Oct 13 12:08:45.930 INFO kablam! Checking keccak-hash v0.1.2 Oct 13 12:08:47.380 INFO kablam! Checking memorydb v0.3.0 (/source) Oct 13 12:08:51.289 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 13 12:08:51.289 INFO kablam! --> src/lib.rs:346:15 Oct 13 12:08:51.289 INFO kablam! | Oct 13 12:08:51.289 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.289 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 13 12:08:51.289 INFO kablam! ... Oct 13 12:08:51.289 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 13 12:08:51.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 13 12:08:51.289 INFO kablam! | Oct 13 12:08:51.289 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 12:08:51.289 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.290 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.290 INFO kablam! Oct 13 12:08:51.290 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.290 INFO kablam! --> src/lib.rs:346:15 Oct 13 12:08:51.290 INFO kablam! | Oct 13 12:08:51.290 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 13 12:08:51.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.290 INFO kablam! | Oct 13 12:08:51.290 INFO kablam! note: required by `MemoryDB` Oct 13 12:08:51.290 INFO kablam! --> src/lib.rs:85:1 Oct 13 12:08:51.290 INFO kablam! | Oct 13 12:08:51.290 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:08:51.290 INFO kablam! Oct 13 12:08:51.299 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 13 12:08:51.299 INFO kablam! --> src/lib.rs:356:15 Oct 13 12:08:51.299 INFO kablam! | Oct 13 12:08:51.299 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.299 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 13 12:08:51.299 INFO kablam! ... Oct 13 12:08:51.299 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 13 12:08:51.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 13 12:08:51.299 INFO kablam! | Oct 13 12:08:51.299 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 12:08:51.299 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.299 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.299 INFO kablam! Oct 13 12:08:51.299 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.299 INFO kablam! --> src/lib.rs:356:15 Oct 13 12:08:51.299 INFO kablam! | Oct 13 12:08:51.299 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 13 12:08:51.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.299 INFO kablam! | Oct 13 12:08:51.299 INFO kablam! note: required by `MemoryDB` Oct 13 12:08:51.299 INFO kablam! --> src/lib.rs:85:1 Oct 13 12:08:51.299 INFO kablam! | Oct 13 12:08:51.299 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:08:51.299 INFO kablam! Oct 13 12:08:51.320 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 13 12:08:51.320 INFO kablam! --> src/lib.rs:369:18 Oct 13 12:08:51.320 INFO kablam! | Oct 13 12:08:51.320 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.320 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 13 12:08:51.320 INFO kablam! ... Oct 13 12:08:51.320 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 13 12:08:51.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 13 12:08:51.320 INFO kablam! | Oct 13 12:08:51.320 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 12:08:51.320 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.320 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.320 INFO kablam! Oct 13 12:08:51.320 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.320 INFO kablam! --> src/lib.rs:369:18 Oct 13 12:08:51.320 INFO kablam! | Oct 13 12:08:51.321 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 13 12:08:51.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.321 INFO kablam! | Oct 13 12:08:51.321 INFO kablam! note: required by `MemoryDB` Oct 13 12:08:51.321 INFO kablam! --> src/lib.rs:85:1 Oct 13 12:08:51.321 INFO kablam! | Oct 13 12:08:51.321 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:08:51.321 INFO kablam! Oct 13 12:08:51.321 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 13 12:08:51.321 INFO kablam! --> src/lib.rs:370:19 Oct 13 12:08:51.321 INFO kablam! | Oct 13 12:08:51.321 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.321 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 13 12:08:51.321 INFO kablam! ... Oct 13 12:08:51.321 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 13 12:08:51.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 13 12:08:51.321 INFO kablam! | Oct 13 12:08:51.321 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 13 12:08:51.321 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.321 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 13 12:08:51.321 INFO kablam! Oct 13 12:08:51.321 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.321 INFO kablam! --> src/lib.rs:370:19 Oct 13 12:08:51.321 INFO kablam! | Oct 13 12:08:51.321 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 13 12:08:51.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.321 INFO kablam! | Oct 13 12:08:51.321 INFO kablam! note: required by `MemoryDB` Oct 13 12:08:51.321 INFO kablam! --> src/lib.rs:85:1 Oct 13 12:08:51.321 INFO kablam! | Oct 13 12:08:51.321 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:08:51.321 INFO kablam! Oct 13 12:08:51.332 INFO kablam! error[E0599]: no function or associated item named `default` found for type `MemoryDB>` in the current scope Oct 13 12:08:51.332 INFO kablam! --> src/lib.rs:393:16 Oct 13 12:08:51.332 INFO kablam! | Oct 13 12:08:51.332 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.332 INFO kablam! | ------------------------------------ function or associated item `default` not found for this Oct 13 12:08:51.332 INFO kablam! ... Oct 13 12:08:51.332 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 13 12:08:51.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 13 12:08:51.332 INFO kablam! | Oct 13 12:08:51.332 INFO kablam! = note: the method `default` exists but the following trait bounds were not satisfied: Oct 13 12:08:51.332 INFO kablam! `MemoryDB> : std::default::Default` Oct 13 12:08:51.332 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 13 12:08:51.332 INFO kablam! = note: the following trait defines an item `default`, perhaps you need to implement it: Oct 13 12:08:51.332 INFO kablam! candidate #1: `std::default::Default` Oct 13 12:08:51.332 INFO kablam! Oct 13 12:08:51.332 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.332 INFO kablam! --> src/lib.rs:393:16 Oct 13 12:08:51.332 INFO kablam! | Oct 13 12:08:51.332 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 13 12:08:51.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.332 INFO kablam! | Oct 13 12:08:51.333 INFO kablam! note: required by `MemoryDB` Oct 13 12:08:51.333 INFO kablam! --> src/lib.rs:85:1 Oct 13 12:08:51.333 INFO kablam! | Oct 13 12:08:51.333 INFO kablam! 85 | pub struct MemoryDB { Oct 13 12:08:51.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:08:51.333 INFO kablam! Oct 13 12:08:51.340 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.340 INFO kablam! --> src/lib.rs:394:26 Oct 13 12:08:51.340 INFO kablam! | Oct 13 12:08:51.341 INFO kablam! 394 | let hashed_null_node = KeccakHasher::hash(&NULL_RLP); Oct 13 12:08:51.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `keccak_hasher::KeccakHasher` Oct 13 12:08:51.341 INFO kablam! | Oct 13 12:08:51.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 12:08:51.341 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 12:08:51.341 INFO kablam! `use hashdb::Hasher;` Oct 13 12:08:51.341 INFO kablam! Oct 13 12:08:51.341 INFO kablam! error: aborting due to 11 previous errors Oct 13 12:08:51.341 INFO kablam! Oct 13 12:08:51.341 INFO kablam! Some errors occurred: E0277, E0599. Oct 13 12:08:51.341 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 13 12:08:51.352 INFO kablam! error: Could not compile `memorydb`. Oct 13 12:08:51.352 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 12:08:51.468 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 13 12:08:51.468 INFO kablam! --> benches/memdb.rs:43:15 Oct 13 12:08:51.468 INFO kablam! | Oct 13 12:08:51.469 INFO kablam! 43 | struct X {a_hash: ::Out}; Oct 13 12:08:51.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 13 12:08:51.469 INFO kablam! Oct 13 12:08:51.472 INFO kablam! error: aborting due to previous error Oct 13 12:08:51.472 INFO kablam! Oct 13 12:08:51.472 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 12:08:51.476 INFO kablam! error: Could not compile `memorydb`. Oct 13 12:08:51.476 INFO kablam! Oct 13 12:08:51.476 INFO kablam! To learn more, run the command again with --verbose. Oct 13 12:08:51.480 INFO kablam! su: No module specific data is present Oct 13 12:08:51.993 INFO running `"docker" "rm" "-f" "2a44a4ffe308ec3ab3c4b551f20dc2c374a4596226e70d0f26cf4b1367b49d43"` Oct 13 12:08:52.144 INFO blam! 2a44a4ffe308ec3ab3c4b551f20dc2c374a4596226e70d0f26cf4b1367b49d43