Oct 22 01:34:19.981 INFO checking memorydb-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:34:19.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 22 01:34:20.547 INFO blam! cd660f6e19132b135affd0b12f7b7cedbff55a5b44b4db86b694c46197dd7655 Oct 22 01:34:20.551 INFO running `"docker" "start" "-a" "cd660f6e19132b135affd0b12f7b7cedbff55a5b44b4db86b694c46197dd7655"` Oct 22 01:34:20.991 INFO kablam! usermod: no changes Oct 22 01:34:21.045 INFO kablam! Checking hashdb v0.3.0 Oct 22 01:34:21.049 INFO kablam! Checking rlp v0.3.0 Oct 22 01:34:21.050 INFO kablam! Checking tiny-keccak v1.4.2 Oct 22 01:34:21.050 INFO kablam! Checking plain_hasher v0.2.0 Oct 22 01:34:21.051 INFO kablam! Checking ethereum-types-serialize v0.2.1 Oct 22 01:34:21.051 INFO kablam! Checking fixed-hash v0.2.2 Oct 22 01:34:21.051 INFO kablam! Checking elastic-array v0.10.0 Oct 22 01:34:21.051 INFO kablam! Checking uint v0.4.1 Oct 22 01:34:22.352 INFO kablam! Checking ethbloom v0.5.0 Oct 22 01:34:22.696 INFO kablam! Checking hashdb v0.2.1 Oct 22 01:34:23.060 INFO kablam! Checking memorydb v0.3.0 (/source) Oct 22 01:34:23.982 INFO kablam! Checking ethereum-types v0.4.0 Oct 22 01:34:27.322 INFO kablam! Checking keccak-hasher v0.1.1 Oct 22 01:34:27.322 INFO kablam! Checking keccak-hash v0.1.2 Oct 22 01:34:30.312 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 22 01:34:30.312 INFO kablam! --> benches/memdb.rs:43:15 Oct 22 01:34:30.312 INFO kablam! | Oct 22 01:34:30.312 INFO kablam! 43 | struct X {a_hash: ::Out}; Oct 22 01:34:30.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 22 01:34:30.312 INFO kablam! Oct 22 01:34:30.312 INFO kablam! error: aborting due to previous error Oct 22 01:34:30.312 INFO kablam! Oct 22 01:34:30.312 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 22 01:34:30.312 INFO kablam! error: Could not compile `memorydb`. Oct 22 01:34:30.312 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 01:34:30.364 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 22 01:34:30.364 INFO kablam! --> src/lib.rs:346:15 Oct 22 01:34:30.364 INFO kablam! | Oct 22 01:34:30.364 INFO kablam! 85 | pub struct MemoryDB { Oct 22 01:34:30.364 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 22 01:34:30.364 INFO kablam! ... Oct 22 01:34:30.364 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 22 01:34:30.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 22 01:34:30.364 INFO kablam! | Oct 22 01:34:30.364 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 22 01:34:30.364 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 22 01:34:30.364 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 22 01:34:30.364 INFO kablam! Oct 22 01:34:30.364 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 22 01:34:30.364 INFO kablam! --> src/lib.rs:346:15 Oct 22 01:34:30.367 INFO kablam! | Oct 22 01:34:30.367 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 22 01:34:30.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 22 01:34:30.367 INFO kablam! | Oct 22 01:34:30.367 INFO kablam! note: required by `MemoryDB` Oct 22 01:34:30.367 INFO kablam! --> src/lib.rs:85:1 Oct 22 01:34:30.367 INFO kablam! | Oct 22 01:34:30.367 INFO kablam! 85 | pub struct MemoryDB { Oct 22 01:34:30.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:34:30.367 INFO kablam! Oct 22 01:34:30.368 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 22 01:34:30.368 INFO kablam! --> src/lib.rs:356:15 Oct 22 01:34:30.368 INFO kablam! | Oct 22 01:34:30.368 INFO kablam! 85 | pub struct MemoryDB { Oct 22 01:34:30.368 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 22 01:34:30.368 INFO kablam! ... Oct 22 01:34:30.368 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 22 01:34:30.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 22 01:34:30.368 INFO kablam! | Oct 22 01:34:30.368 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 22 01:34:30.368 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 22 01:34:30.368 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 22 01:34:30.368 INFO kablam! Oct 22 01:34:30.368 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 22 01:34:30.368 INFO kablam! --> src/lib.rs:356:15 Oct 22 01:34:30.368 INFO kablam! | Oct 22 01:34:30.368 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 22 01:34:30.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 22 01:34:30.369 INFO kablam! | Oct 22 01:34:30.369 INFO kablam! note: required by `MemoryDB` Oct 22 01:34:30.369 INFO kablam! --> src/lib.rs:85:1 Oct 22 01:34:30.369 INFO kablam! | Oct 22 01:34:30.369 INFO kablam! 85 | pub struct MemoryDB { Oct 22 01:34:30.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:34:30.369 INFO kablam! Oct 22 01:34:30.380 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 22 01:34:30.380 INFO kablam! --> src/lib.rs:369:18 Oct 22 01:34:30.380 INFO kablam! | Oct 22 01:34:30.380 INFO kablam! 85 | pub struct MemoryDB { Oct 22 01:34:30.380 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 22 01:34:30.380 INFO kablam! ... Oct 22 01:34:30.380 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 22 01:34:30.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 22 01:34:30.380 INFO kablam! | Oct 22 01:34:30.380 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 22 01:34:30.380 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 22 01:34:30.381 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 22 01:34:30.381 INFO kablam! Oct 22 01:34:30.381 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 22 01:34:30.381 INFO kablam! --> src/lib.rs:369:18 Oct 22 01:34:30.381 INFO kablam! | Oct 22 01:34:30.381 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 22 01:34:30.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 22 01:34:30.381 INFO kablam! | Oct 22 01:34:30.381 INFO kablam! note: required by `MemoryDB` Oct 22 01:34:30.381 INFO kablam! --> src/lib.rs:85:1 Oct 22 01:34:30.381 INFO kablam! | Oct 22 01:34:30.381 INFO kablam! 85 | pub struct MemoryDB { Oct 22 01:34:30.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:34:30.381 INFO kablam! Oct 22 01:34:30.381 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 22 01:34:30.381 INFO kablam! --> src/lib.rs:370:19 Oct 22 01:34:30.381 INFO kablam! | Oct 22 01:34:30.381 INFO kablam! 85 | pub struct MemoryDB { Oct 22 01:34:30.381 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 22 01:34:30.381 INFO kablam! ... Oct 22 01:34:30.381 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 22 01:34:30.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 22 01:34:30.381 INFO kablam! | Oct 22 01:34:30.381 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 22 01:34:30.381 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 22 01:34:30.381 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 22 01:34:30.381 INFO kablam! Oct 22 01:34:30.381 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 22 01:34:30.381 INFO kablam! --> src/lib.rs:370:19 Oct 22 01:34:30.381 INFO kablam! | Oct 22 01:34:30.381 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 22 01:34:30.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 22 01:34:30.381 INFO kablam! | Oct 22 01:34:30.381 INFO kablam! note: required by `MemoryDB` Oct 22 01:34:30.381 INFO kablam! --> src/lib.rs:85:1 Oct 22 01:34:30.381 INFO kablam! | Oct 22 01:34:30.381 INFO kablam! 85 | pub struct MemoryDB { Oct 22 01:34:30.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:34:30.381 INFO kablam! Oct 22 01:34:30.396 INFO kablam! error[E0599]: no function or associated item named `default` found for type `MemoryDB>` in the current scope Oct 22 01:34:30.396 INFO kablam! --> src/lib.rs:393:16 Oct 22 01:34:30.396 INFO kablam! | Oct 22 01:34:30.396 INFO kablam! 85 | pub struct MemoryDB { Oct 22 01:34:30.396 INFO kablam! | ------------------------------------ function or associated item `default` not found for this Oct 22 01:34:30.396 INFO kablam! ... Oct 22 01:34:30.396 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 22 01:34:30.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 22 01:34:30.396 INFO kablam! | Oct 22 01:34:30.396 INFO kablam! = note: the method `default` exists but the following trait bounds were not satisfied: Oct 22 01:34:30.396 INFO kablam! `MemoryDB> : std::default::Default` Oct 22 01:34:30.396 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 22 01:34:30.396 INFO kablam! = note: the following trait defines an item `default`, perhaps you need to implement it: Oct 22 01:34:30.396 INFO kablam! candidate #1: `std::default::Default` Oct 22 01:34:30.396 INFO kablam! Oct 22 01:34:30.396 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 22 01:34:30.396 INFO kablam! --> src/lib.rs:393:16 Oct 22 01:34:30.396 INFO kablam! | Oct 22 01:34:30.397 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 22 01:34:30.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 22 01:34:30.397 INFO kablam! | Oct 22 01:34:30.397 INFO kablam! note: required by `MemoryDB` Oct 22 01:34:30.397 INFO kablam! --> src/lib.rs:85:1 Oct 22 01:34:30.397 INFO kablam! | Oct 22 01:34:30.397 INFO kablam! 85 | pub struct MemoryDB { Oct 22 01:34:30.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:34:30.397 INFO kablam! Oct 22 01:34:30.397 INFO kablam! error[E0599]: no function or associated item named `hash` found for type `keccak_hasher::KeccakHasher` in the current scope Oct 22 01:34:30.397 INFO kablam! --> src/lib.rs:394:26 Oct 22 01:34:30.397 INFO kablam! | Oct 22 01:34:30.397 INFO kablam! 394 | let hashed_null_node = KeccakHasher::hash(&NULL_RLP); Oct 22 01:34:30.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `keccak_hasher::KeccakHasher` Oct 22 01:34:30.397 INFO kablam! | Oct 22 01:34:30.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 01:34:30.397 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 01:34:30.397 INFO kablam! `use hashdb::Hasher;` Oct 22 01:34:30.397 INFO kablam! Oct 22 01:34:30.408 INFO kablam! error: aborting due to 11 previous errors Oct 22 01:34:30.408 INFO kablam! Oct 22 01:34:30.408 INFO kablam! Some errors occurred: E0277, E0599. Oct 22 01:34:30.408 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 22 01:34:30.418 INFO kablam! error: Could not compile `memorydb`. Oct 22 01:34:30.418 INFO kablam! Oct 22 01:34:30.418 INFO kablam! To learn more, run the command again with --verbose. Oct 22 01:34:30.419 INFO kablam! su: No module specific data is present Oct 22 01:34:30.724 INFO running `"docker" "rm" "-f" "cd660f6e19132b135affd0b12f7b7cedbff55a5b44b4db86b694c46197dd7655"` Oct 22 01:34:30.869 INFO blam! cd660f6e19132b135affd0b12f7b7cedbff55a5b44b4db86b694c46197dd7655