Oct 27 19:16:41.716 INFO checking memorydb-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:16:41.724 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 19:16:42.004 INFO blam! 89f76b19a9e3f49391a503b6c749159fc99ddad63928e12ef93cc1ca5292f4a1 Oct 27 19:16:42.012 INFO running `"docker" "start" "-a" "89f76b19a9e3f49391a503b6c749159fc99ddad63928e12ef93cc1ca5292f4a1"` Oct 27 19:16:42.891 INFO kablam! usermod: no changes Oct 27 19:16:43.035 INFO kablam! Checking hashdb v0.3.0 Oct 27 19:16:43.036 INFO kablam! Checking rlp v0.3.0 Oct 27 19:16:43.036 INFO kablam! Checking keccak-hasher v0.1.1 Oct 27 19:16:43.036 INFO kablam! Checking keccak-hash v0.1.2 Oct 27 19:16:45.163 INFO kablam! Checking memorydb v0.3.0 (/source) Oct 27 19:16:48.654 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 27 19:16:48.654 INFO kablam! --> src/lib.rs:346:15 Oct 27 19:16:48.655 INFO kablam! | Oct 27 19:16:48.656 INFO kablam! 85 | pub struct MemoryDB { Oct 27 19:16:48.656 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 27 19:16:48.657 INFO kablam! ... Oct 27 19:16:48.657 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 27 19:16:48.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 27 19:16:48.658 INFO kablam! | Oct 27 19:16:48.659 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 27 19:16:48.659 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 27 19:16:48.660 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 27 19:16:48.660 INFO kablam! Oct 27 19:16:48.661 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 27 19:16:48.662 INFO kablam! --> src/lib.rs:346:15 Oct 27 19:16:48.662 INFO kablam! | Oct 27 19:16:48.663 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 27 19:16:48.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 27 19:16:48.664 INFO kablam! | Oct 27 19:16:48.665 INFO kablam! note: required by `MemoryDB` Oct 27 19:16:48.665 INFO kablam! --> src/lib.rs:85:1 Oct 27 19:16:48.666 INFO kablam! | Oct 27 19:16:48.666 INFO kablam! 85 | pub struct MemoryDB { Oct 27 19:16:48.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:16:48.667 INFO kablam! Oct 27 19:16:48.695 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 27 19:16:48.695 INFO kablam! --> src/lib.rs:356:15 Oct 27 19:16:48.696 INFO kablam! | Oct 27 19:16:48.697 INFO kablam! 85 | pub struct MemoryDB { Oct 27 19:16:48.698 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 27 19:16:48.698 INFO kablam! ... Oct 27 19:16:48.699 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 27 19:16:48.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 27 19:16:48.700 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 27 19:16:48.701 INFO kablam! --> benches/memdb.rs:43:15 Oct 27 19:16:48.701 INFO kablam! | Oct 27 19:16:48.701 INFO kablam! 43 | struct X {a_hash: ::Out}; Oct 27 19:16:48.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 27 19:16:48.701 INFO kablam! Oct 27 19:16:48.701 INFO kablam! error: aborting due to previous error Oct 27 19:16:48.701 INFO kablam! Oct 27 19:16:48.701 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 19:16:48.701 INFO kablam! error: Could not compile `memorydb`. Oct 27 19:16:48.701 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 19:16:48.701 INFO kablam! | Oct 27 19:16:48.705 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 27 19:16:48.705 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 27 19:16:48.705 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 27 19:16:48.705 INFO kablam! Oct 27 19:16:48.705 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 27 19:16:48.705 INFO kablam! --> src/lib.rs:356:15 Oct 27 19:16:48.705 INFO kablam! | Oct 27 19:16:48.705 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 27 19:16:48.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 27 19:16:48.705 INFO kablam! | Oct 27 19:16:48.705 INFO kablam! note: required by `MemoryDB` Oct 27 19:16:48.705 INFO kablam! --> src/lib.rs:85:1 Oct 27 19:16:48.705 INFO kablam! | Oct 27 19:16:48.705 INFO kablam! 85 | pub struct MemoryDB { Oct 27 19:16:48.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:16:48.705 INFO kablam! Oct 27 19:16:48.727 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 27 19:16:48.727 INFO kablam! --> src/lib.rs:369:18 Oct 27 19:16:48.727 INFO kablam! | Oct 27 19:16:48.727 INFO kablam! 85 | pub struct MemoryDB { Oct 27 19:16:48.727 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 27 19:16:48.727 INFO kablam! ... Oct 27 19:16:48.727 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 27 19:16:48.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 27 19:16:48.727 INFO kablam! | Oct 27 19:16:48.731 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 27 19:16:48.731 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 27 19:16:48.731 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 27 19:16:48.731 INFO kablam! Oct 27 19:16:48.731 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 27 19:16:48.731 INFO kablam! --> src/lib.rs:369:18 Oct 27 19:16:48.731 INFO kablam! | Oct 27 19:16:48.731 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 27 19:16:48.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 27 19:16:48.731 INFO kablam! | Oct 27 19:16:48.731 INFO kablam! note: required by `MemoryDB` Oct 27 19:16:48.731 INFO kablam! --> src/lib.rs:85:1 Oct 27 19:16:48.731 INFO kablam! | Oct 27 19:16:48.731 INFO kablam! 85 | pub struct MemoryDB { Oct 27 19:16:48.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:16:48.731 INFO kablam! Oct 27 19:16:48.739 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 27 19:16:48.740 INFO kablam! --> src/lib.rs:370:19 Oct 27 19:16:48.740 INFO kablam! | Oct 27 19:16:48.740 INFO kablam! 85 | pub struct MemoryDB { Oct 27 19:16:48.740 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 27 19:16:48.740 INFO kablam! ... Oct 27 19:16:48.740 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 27 19:16:48.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 27 19:16:48.740 INFO kablam! | Oct 27 19:16:48.740 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 27 19:16:48.740 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 27 19:16:48.740 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 27 19:16:48.740 INFO kablam! Oct 27 19:16:48.740 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 27 19:16:48.740 INFO kablam! --> src/lib.rs:370:19 Oct 27 19:16:48.740 INFO kablam! | Oct 27 19:16:48.740 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 27 19:16:48.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 27 19:16:48.740 INFO kablam! | Oct 27 19:16:48.740 INFO kablam! note: required by `MemoryDB` Oct 27 19:16:48.740 INFO kablam! --> src/lib.rs:85:1 Oct 27 19:16:48.740 INFO kablam! | Oct 27 19:16:48.740 INFO kablam! 85 | pub struct MemoryDB { Oct 27 19:16:48.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:16:48.740 INFO kablam! Oct 27 19:16:48.759 INFO kablam! error[E0599]: no function or associated item named `default` found for type `MemoryDB>` in the current scope Oct 27 19:16:48.759 INFO kablam! --> src/lib.rs:393:16 Oct 27 19:16:48.759 INFO kablam! | Oct 27 19:16:48.759 INFO kablam! 85 | pub struct MemoryDB { Oct 27 19:16:48.759 INFO kablam! | ------------------------------------ function or associated item `default` not found for this Oct 27 19:16:48.759 INFO kablam! ... Oct 27 19:16:48.759 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 27 19:16:48.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 27 19:16:48.759 INFO kablam! | Oct 27 19:16:48.759 INFO kablam! = note: the method `default` exists but the following trait bounds were not satisfied: Oct 27 19:16:48.759 INFO kablam! `MemoryDB> : std::default::Default` Oct 27 19:16:48.759 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 27 19:16:48.759 INFO kablam! = note: the following trait defines an item `default`, perhaps you need to implement it: Oct 27 19:16:48.759 INFO kablam! candidate #1: `std::default::Default` Oct 27 19:16:48.759 INFO kablam! Oct 27 19:16:48.759 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 27 19:16:48.759 INFO kablam! --> src/lib.rs:393:16 Oct 27 19:16:48.759 INFO kablam! | Oct 27 19:16:48.759 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 27 19:16:48.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 27 19:16:48.759 INFO kablam! | Oct 27 19:16:48.759 INFO kablam! note: required by `MemoryDB` Oct 27 19:16:48.759 INFO kablam! --> src/lib.rs:85:1 Oct 27 19:16:48.759 INFO kablam! | Oct 27 19:16:48.759 INFO kablam! 85 | pub struct MemoryDB { Oct 27 19:16:48.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:16:48.759 INFO kablam! Oct 27 19:16:48.759 INFO kablam! error[E0599]: no function or associated item named `hash` found for type `keccak_hasher::KeccakHasher` in the current scope Oct 27 19:16:48.759 INFO kablam! --> src/lib.rs:394:26 Oct 27 19:16:48.759 INFO kablam! | Oct 27 19:16:48.759 INFO kablam! 394 | let hashed_null_node = KeccakHasher::hash(&NULL_RLP); Oct 27 19:16:48.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `keccak_hasher::KeccakHasher` Oct 27 19:16:48.759 INFO kablam! | Oct 27 19:16:48.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 19:16:48.759 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 19:16:48.759 INFO kablam! `use hashdb::Hasher;` Oct 27 19:16:48.759 INFO kablam! Oct 27 19:16:48.770 INFO kablam! error: aborting due to 11 previous errors Oct 27 19:16:48.771 INFO kablam! Oct 27 19:16:48.771 INFO kablam! Some errors occurred: E0277, E0599. Oct 27 19:16:48.771 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 19:16:48.790 INFO kablam! error: Could not compile `memorydb`. Oct 27 19:16:48.791 INFO kablam! Oct 27 19:16:48.791 INFO kablam! To learn more, run the command again with --verbose. Oct 27 19:16:48.795 INFO kablam! su: No module specific data is present Oct 27 19:16:49.735 INFO running `"docker" "rm" "-f" "89f76b19a9e3f49391a503b6c749159fc99ddad63928e12ef93cc1ca5292f4a1"` Oct 27 19:16:50.087 INFO blam! 89f76b19a9e3f49391a503b6c749159fc99ddad63928e12ef93cc1ca5292f4a1