Oct 16 02:56:12.917 INFO testing memorydb-0.3.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 02:56:12.918 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 02:56:13.440 INFO blam! 246643610d755e24644bd10ce89688b7cb4a14e1c41698c8b6bfd36ea8e33a12 Oct 16 02:56:13.451 INFO running `"docker" "start" "-a" "246643610d755e24644bd10ce89688b7cb4a14e1c41698c8b6bfd36ea8e33a12"` Oct 16 02:56:14.723 INFO kablam! usermod: no changes Oct 16 02:56:14.863 INFO kablam! Compiling hashdb v0.3.0 Oct 16 02:56:15.823 INFO kablam! Compiling memorydb v0.3.0 (/source) Oct 16 02:56:16.802 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 16 02:56:16.807 INFO kablam! su: No module specific data is present Oct 16 02:56:17.393 INFO running `"docker" "rm" "-f" "246643610d755e24644bd10ce89688b7cb4a14e1c41698c8b6bfd36ea8e33a12"` Oct 16 02:56:17.727 INFO blam! 246643610d755e24644bd10ce89688b7cb4a14e1c41698c8b6bfd36ea8e33a12 Oct 16 02:56:17.733 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 16 02:56:18.108 INFO blam! 51a36d3ba70782d4923649bdd3b0b98b5251635296674775288364ba85e7a453 Oct 16 02:56:18.110 INFO running `"docker" "start" "-a" "51a36d3ba70782d4923649bdd3b0b98b5251635296674775288364ba85e7a453"` Oct 16 02:56:19.003 INFO kablam! usermod: no changes Oct 16 02:56:19.087 INFO kablam! Compiling memorydb v0.3.0 (/source) Oct 16 02:56:21.197 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 16 02:56:21.197 INFO kablam! --> src/lib.rs:346:15 Oct 16 02:56:21.197 INFO kablam! | Oct 16 02:56:21.197 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:21.197 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 16 02:56:21.197 INFO kablam! ... Oct 16 02:56:21.197 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 16 02:56:21.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 16 02:56:21.197 INFO kablam! | Oct 16 02:56:21.197 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 16 02:56:21.197 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:21.197 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:21.197 INFO kablam! Oct 16 02:56:21.197 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 16 02:56:21.197 INFO kablam! --> src/lib.rs:346:15 Oct 16 02:56:21.197 INFO kablam! | Oct 16 02:56:21.197 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 16 02:56:21.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 16 02:56:21.201 INFO kablam! | Oct 16 02:56:21.201 INFO kablam! note: required by `MemoryDB` Oct 16 02:56:21.201 INFO kablam! --> src/lib.rs:85:1 Oct 16 02:56:21.201 INFO kablam! | Oct 16 02:56:21.201 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:21.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:56:21.201 INFO kablam! Oct 16 02:56:21.211 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 16 02:56:21.211 INFO kablam! --> src/lib.rs:356:15 Oct 16 02:56:21.211 INFO kablam! | Oct 16 02:56:21.211 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:21.211 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 16 02:56:21.211 INFO kablam! ... Oct 16 02:56:21.211 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 16 02:56:21.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 16 02:56:21.211 INFO kablam! | Oct 16 02:56:21.211 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 16 02:56:21.211 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:21.211 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:21.211 INFO kablam! Oct 16 02:56:21.215 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 16 02:56:21.215 INFO kablam! --> src/lib.rs:356:15 Oct 16 02:56:21.215 INFO kablam! | Oct 16 02:56:21.215 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 16 02:56:21.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 16 02:56:21.215 INFO kablam! | Oct 16 02:56:21.215 INFO kablam! note: required by `MemoryDB` Oct 16 02:56:21.215 INFO kablam! --> src/lib.rs:85:1 Oct 16 02:56:21.215 INFO kablam! | Oct 16 02:56:21.215 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:21.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:56:21.215 INFO kablam! Oct 16 02:56:21.231 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 16 02:56:21.231 INFO kablam! --> src/lib.rs:369:18 Oct 16 02:56:21.231 INFO kablam! | Oct 16 02:56:21.231 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:21.231 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 16 02:56:21.231 INFO kablam! ... Oct 16 02:56:21.231 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 16 02:56:21.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 16 02:56:21.231 INFO kablam! | Oct 16 02:56:21.231 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 16 02:56:21.231 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:21.231 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:21.231 INFO kablam! Oct 16 02:56:21.231 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 16 02:56:21.231 INFO kablam! --> src/lib.rs:369:18 Oct 16 02:56:21.231 INFO kablam! | Oct 16 02:56:21.231 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 16 02:56:21.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 16 02:56:21.231 INFO kablam! | Oct 16 02:56:21.231 INFO kablam! note: required by `MemoryDB` Oct 16 02:56:21.231 INFO kablam! --> src/lib.rs:85:1 Oct 16 02:56:21.231 INFO kablam! | Oct 16 02:56:21.231 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:21.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:56:21.231 INFO kablam! Oct 16 02:56:21.231 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 16 02:56:21.231 INFO kablam! --> src/lib.rs:370:19 Oct 16 02:56:21.231 INFO kablam! | Oct 16 02:56:21.231 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:21.231 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 16 02:56:21.231 INFO kablam! ... Oct 16 02:56:21.231 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 16 02:56:21.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 16 02:56:21.231 INFO kablam! | Oct 16 02:56:21.231 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 16 02:56:21.231 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:21.231 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:21.231 INFO kablam! Oct 16 02:56:21.231 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 16 02:56:21.231 INFO kablam! --> src/lib.rs:370:19 Oct 16 02:56:21.231 INFO kablam! | Oct 16 02:56:21.231 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 16 02:56:21.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 16 02:56:21.231 INFO kablam! | Oct 16 02:56:21.231 INFO kablam! note: required by `MemoryDB` Oct 16 02:56:21.231 INFO kablam! --> src/lib.rs:85:1 Oct 16 02:56:21.231 INFO kablam! | Oct 16 02:56:21.231 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:21.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:56:21.231 INFO kablam! Oct 16 02:56:21.239 INFO kablam! error[E0599]: no function or associated item named `default` found for type `MemoryDB>` in the current scope Oct 16 02:56:21.239 INFO kablam! --> src/lib.rs:393:16 Oct 16 02:56:21.239 INFO kablam! | Oct 16 02:56:21.239 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:21.239 INFO kablam! | ------------------------------------ function or associated item `default` not found for this Oct 16 02:56:21.239 INFO kablam! ... Oct 16 02:56:21.239 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 16 02:56:21.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 16 02:56:21.239 INFO kablam! | Oct 16 02:56:21.239 INFO kablam! = note: the method `default` exists but the following trait bounds were not satisfied: Oct 16 02:56:21.239 INFO kablam! `MemoryDB> : std::default::Default` Oct 16 02:56:21.239 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 16 02:56:21.239 INFO kablam! = note: the following trait defines an item `default`, perhaps you need to implement it: Oct 16 02:56:21.239 INFO kablam! candidate #1: `std::default::Default` Oct 16 02:56:21.239 INFO kablam! Oct 16 02:56:21.239 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 16 02:56:21.239 INFO kablam! --> src/lib.rs:393:16 Oct 16 02:56:21.239 INFO kablam! | Oct 16 02:56:21.239 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 16 02:56:21.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 16 02:56:21.239 INFO kablam! | Oct 16 02:56:21.239 INFO kablam! note: required by `MemoryDB` Oct 16 02:56:21.239 INFO kablam! --> src/lib.rs:85:1 Oct 16 02:56:21.239 INFO kablam! | Oct 16 02:56:21.239 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:21.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:56:21.239 INFO kablam! Oct 16 02:56:21.239 INFO kablam! error[E0599]: no function or associated item named `hash` found for type `keccak_hasher::KeccakHasher` in the current scope Oct 16 02:56:21.239 INFO kablam! --> src/lib.rs:394:26 Oct 16 02:56:21.239 INFO kablam! | Oct 16 02:56:21.239 INFO kablam! 394 | let hashed_null_node = KeccakHasher::hash(&NULL_RLP); Oct 16 02:56:21.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `keccak_hasher::KeccakHasher` Oct 16 02:56:21.239 INFO kablam! | Oct 16 02:56:21.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 16 02:56:21.239 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 16 02:56:21.239 INFO kablam! `use hashdb::Hasher;` Oct 16 02:56:21.239 INFO kablam! Oct 16 02:56:21.247 INFO kablam! error: aborting due to 11 previous errors Oct 16 02:56:21.247 INFO kablam! Oct 16 02:56:21.247 INFO kablam! Some errors occurred: E0277, E0599. Oct 16 02:56:21.247 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 16 02:56:21.251 INFO kablam! error: Could not compile `memorydb`. Oct 16 02:56:21.251 INFO kablam! Oct 16 02:56:21.251 INFO kablam! To learn more, run the command again with --verbose. Oct 16 02:56:21.251 INFO kablam! su: No module specific data is present Oct 16 02:56:21.951 INFO running `"docker" "rm" "-f" "51a36d3ba70782d4923649bdd3b0b98b5251635296674775288364ba85e7a453"` Oct 16 02:56:22.275 INFO blam! 51a36d3ba70782d4923649bdd3b0b98b5251635296674775288364ba85e7a453