[INFO] crate memorydb 0.3.0 is already in cache [INFO] extracting crate memorydb 0.3.0 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/memorydb/0.3.0 [INFO] extracting crate memorydb 0.3.0 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/memorydb/0.3.0 [INFO] validating manifest of memorydb-0.3.0 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of memorydb-0.3.0 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing memorydb-0.3.0 [INFO] finished frobbing memorydb-0.3.0 [INFO] frobbed toml for memorydb-0.3.0 written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/memorydb/0.3.0/Cargo.toml [INFO] started frobbing memorydb-0.3.0 [INFO] finished frobbing memorydb-0.3.0 [INFO] frobbed toml for memorydb-0.3.0 written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/memorydb/0.3.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking memorydb-0.3.0 against try#f45cc3094ee337acd688771b9234318046b0572d for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-1/try#f45cc3094ee337acd688771b9234318046b0572d:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/memorydb/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1fd32cd9c85cc41a929e39639f58945e0e60a8a25d7ac7f16f60ca424d7230f0 [INFO] running `"docker" "start" "-a" "1fd32cd9c85cc41a929e39639f58945e0e60a8a25d7ac7f16f60ca424d7230f0"` [INFO] [stderr] Checking memorydb v0.3.0 (/opt/crater/workdir) [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope [INFO] [stderr] --> src/lib.rs:346:50 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct MemoryDB { [INFO] [stderr] | ------------------------------------ function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 346 | let mut m = MemoryDB::>::new(); [INFO] [stderr] | ^^^ function or associated item not found in `MemoryDB>` [INFO] [stderr] | [INFO] [stderr] = note: the method `new` exists but the following trait bounds were not satisfied: [INFO] [stderr] `keccak_hasher::KeccakHasher : hashdb::Hasher` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied [INFO] [stderr] --> src/lib.rs:346:15 [INFO] [stderr] | [INFO] [stderr] 346 | let mut m = MemoryDB::>::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` [INFO] [stderr] | [INFO] [stderr] note: required by `MemoryDB` [INFO] [stderr] --> src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct MemoryDB { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope [INFO] [stderr] --> src/lib.rs:356:50 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct MemoryDB { [INFO] [stderr] | ------------------------------------ function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 356 | let mut m = MemoryDB::>::new(); [INFO] [stderr] | ^^^ function or associated item not found in `MemoryDB>` [INFO] [stderr] | [INFO] [stderr] = note: the method `new` exists but the following trait bounds were not satisfied: [INFO] [stderr] `keccak_hasher::KeccakHasher : hashdb::Hasher` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied [INFO] [stderr] --> src/lib.rs:356:15 [INFO] [stderr] | [INFO] [stderr] 356 | let mut m = MemoryDB::>::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` [INFO] [stderr] | [INFO] [stderr] note: required by `MemoryDB` [INFO] [stderr] --> src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct MemoryDB { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope [INFO] [stderr] --> src/lib.rs:369:53 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct MemoryDB { [INFO] [stderr] | ------------------------------------ function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 369 | let mut main = MemoryDB::>::new(); [INFO] [stderr] | ^^^ function or associated item not found in `MemoryDB>` [INFO] [stderr] | [INFO] [stderr] = note: the method `new` exists but the following trait bounds were not satisfied: [INFO] [stderr] `keccak_hasher::KeccakHasher : hashdb::Hasher` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied [INFO] [stderr] --> src/lib.rs:369:18 [INFO] [stderr] | [INFO] [stderr] 369 | let mut main = MemoryDB::>::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` [INFO] [stderr] | [INFO] [stderr] note: required by `MemoryDB` [INFO] [stderr] --> src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct MemoryDB { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope [INFO] [stderr] --> src/lib.rs:370:54 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct MemoryDB { [INFO] [stderr] | ------------------------------------ function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 370 | let mut other = MemoryDB::>::new(); [INFO] [stderr] | ^^^ function or associated item not found in `MemoryDB>` [INFO] [stderr] | [INFO] [stderr] = note: the method `new` exists but the following trait bounds were not satisfied: [INFO] [stderr] `keccak_hasher::KeccakHasher : hashdb::Hasher` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied [INFO] [stderr] --> src/lib.rs:370:19 [INFO] [stderr] | [INFO] [stderr] 370 | let mut other = MemoryDB::>::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` [INFO] [stderr] | [INFO] [stderr] note: required by `MemoryDB` [INFO] [stderr] --> src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct MemoryDB { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `default` found for type `MemoryDB>` in the current scope [INFO] [stderr] --> src/lib.rs:393:51 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct MemoryDB { [INFO] [stderr] | ------------------------------------ function or associated item `default` not found for this [INFO] [stderr] ... [INFO] [stderr] 393 | let mut db = MemoryDB::>::default(); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `MemoryDB>` [INFO] [stderr] | [INFO] [stderr] = note: the method `default` exists but the following trait bounds were not satisfied: [INFO] [stderr] `MemoryDB> : std::default::Default` [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `std::default::Default` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied [INFO] [stderr] --> src/lib.rs:393:16 [INFO] [stderr] | [INFO] [stderr] 393 | let mut db = MemoryDB::>::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` [INFO] [stderr] | [INFO] [stderr] note: required by `MemoryDB` [INFO] [stderr] --> src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct MemoryDB { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `hash` found for type `keccak_hasher::KeccakHasher` in the current scope [INFO] [stderr] --> src/lib.rs:394:40 [INFO] [stderr] | [INFO] [stderr] 394 | let hashed_null_node = KeccakHasher::hash(&NULL_RLP); [INFO] [stderr] | ^^^^ function or associated item not found in `keccak_hasher::KeccakHasher` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use hashdb::Hasher;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `memorydb`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied [INFO] [stderr] --> benches/memdb.rs:43:15 [INFO] [stderr] | [INFO] [stderr] 43 | struct X {a_hash: ::Out}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `memorydb`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1fd32cd9c85cc41a929e39639f58945e0e60a8a25d7ac7f16f60ca424d7230f0"` [INFO] running `"docker" "rm" "-f" "1fd32cd9c85cc41a929e39639f58945e0e60a8a25d7ac7f16f60ca424d7230f0"` [INFO] [stdout] 1fd32cd9c85cc41a929e39639f58945e0e60a8a25d7ac7f16f60ca424d7230f0