Oct 11 16:55:25.308 INFO testing memorydb-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:55:25.309 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:55:25.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:55:25.650 INFO blam! b906670668090c3b0b35155b22b194659ae18f344dba50f5bfc9bbed4cfc4494 Oct 11 16:55:25.657 INFO running `"docker" "start" "-a" "b906670668090c3b0b35155b22b194659ae18f344dba50f5bfc9bbed4cfc4494"` Oct 11 16:55:26.676 INFO kablam! usermod: no changes Oct 11 16:55:26.763 INFO kablam! Compiling rustc-hex v2.0.1 Oct 11 16:55:26.763 INFO kablam! Compiling hashdb v0.3.0 Oct 11 16:55:26.776 INFO kablam! Compiling plain_hasher v0.2.0 Oct 11 16:55:28.336 INFO kablam! Compiling rlp v0.3.0 Oct 11 16:55:30.448 INFO kablam! Compiling memorydb v0.3.0 (/source) Oct 11 16:55:31.777 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.08s Oct 11 16:55:31.780 INFO kablam! su: No module specific data is present Oct 11 16:55:32.810 INFO running `"docker" "rm" "-f" "b906670668090c3b0b35155b22b194659ae18f344dba50f5bfc9bbed4cfc4494"` Oct 11 16:55:33.136 INFO blam! b906670668090c3b0b35155b22b194659ae18f344dba50f5bfc9bbed4cfc4494 Oct 11 16:55:33.138 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:55:33.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:55:33.532 INFO blam! 1f2a05668100da63260f19a1ed94f750b20cf656f573a980a6bbd0999fcbffa4 Oct 11 16:55:33.539 INFO running `"docker" "start" "-a" "1f2a05668100da63260f19a1ed94f750b20cf656f573a980a6bbd0999fcbffa4"` Oct 11 16:55:34.792 INFO kablam! usermod: no changes Oct 11 16:55:34.913 INFO kablam! Compiling ethereum-types-serialize v0.2.1 Oct 11 16:55:34.913 INFO kablam! Compiling fixed-hash v0.2.2 Oct 11 16:55:34.928 INFO kablam! Compiling uint v0.4.1 Oct 11 16:55:34.936 INFO kablam! Compiling elastic-array v0.10.0 Oct 11 16:55:37.590 INFO kablam! Compiling ethbloom v0.5.0 Oct 11 16:55:38.348 INFO kablam! Compiling hashdb v0.2.1 Oct 11 16:55:49.975 INFO kablam! Compiling ethereum-types v0.4.0 Oct 11 16:56:05.452 INFO kablam! Compiling keccak-hash v0.1.2 Oct 11 16:56:05.452 INFO kablam! Compiling keccak-hasher v0.1.1 Oct 11 16:56:07.289 INFO kablam! Compiling memorydb v0.3.0 (/source) Oct 11 16:56:09.420 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 11 16:56:09.420 INFO kablam! --> src/lib.rs:346:15 Oct 11 16:56:09.420 INFO kablam! | Oct 11 16:56:09.420 INFO kablam! 85 | pub struct MemoryDB { Oct 11 16:56:09.420 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 11 16:56:09.420 INFO kablam! ... Oct 11 16:56:09.420 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 11 16:56:09.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 11 16:56:09.420 INFO kablam! | Oct 11 16:56:09.420 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 11 16:56:09.420 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 11 16:56:09.420 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 11 16:56:09.420 INFO kablam! Oct 11 16:56:09.429 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 11 16:56:09.430 INFO kablam! --> src/lib.rs:346:15 Oct 11 16:56:09.430 INFO kablam! | Oct 11 16:56:09.430 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 11 16:56:09.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 11 16:56:09.431 INFO kablam! | Oct 11 16:56:09.431 INFO kablam! note: required by `MemoryDB` Oct 11 16:56:09.431 INFO kablam! --> src/lib.rs:85:1 Oct 11 16:56:09.432 INFO kablam! | Oct 11 16:56:09.432 INFO kablam! 85 | pub struct MemoryDB { Oct 11 16:56:09.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:56:09.433 INFO kablam! Oct 11 16:56:09.441 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 11 16:56:09.441 INFO kablam! --> src/lib.rs:356:15 Oct 11 16:56:09.441 INFO kablam! | Oct 11 16:56:09.441 INFO kablam! 85 | pub struct MemoryDB { Oct 11 16:56:09.441 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 11 16:56:09.441 INFO kablam! ... Oct 11 16:56:09.441 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 11 16:56:09.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 11 16:56:09.441 INFO kablam! | Oct 11 16:56:09.441 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 11 16:56:09.441 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 11 16:56:09.441 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 11 16:56:09.441 INFO kablam! Oct 11 16:56:09.441 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 11 16:56:09.441 INFO kablam! --> src/lib.rs:356:15 Oct 11 16:56:09.441 INFO kablam! | Oct 11 16:56:09.441 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 11 16:56:09.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 11 16:56:09.441 INFO kablam! | Oct 11 16:56:09.441 INFO kablam! note: required by `MemoryDB` Oct 11 16:56:09.441 INFO kablam! --> src/lib.rs:85:1 Oct 11 16:56:09.441 INFO kablam! | Oct 11 16:56:09.441 INFO kablam! 85 | pub struct MemoryDB { Oct 11 16:56:09.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:56:09.441 INFO kablam! Oct 11 16:56:09.441 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 11 16:56:09.441 INFO kablam! --> src/lib.rs:369:18 Oct 11 16:56:09.444 INFO kablam! | Oct 11 16:56:09.444 INFO kablam! 85 | pub struct MemoryDB { Oct 11 16:56:09.444 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 11 16:56:09.444 INFO kablam! ... Oct 11 16:56:09.444 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 11 16:56:09.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 11 16:56:09.444 INFO kablam! | Oct 11 16:56:09.444 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 11 16:56:09.444 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 11 16:56:09.444 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 11 16:56:09.444 INFO kablam! Oct 11 16:56:09.444 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 11 16:56:09.444 INFO kablam! --> src/lib.rs:369:18 Oct 11 16:56:09.444 INFO kablam! | Oct 11 16:56:09.444 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 11 16:56:09.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 11 16:56:09.445 INFO kablam! | Oct 11 16:56:09.445 INFO kablam! note: required by `MemoryDB` Oct 11 16:56:09.445 INFO kablam! --> src/lib.rs:85:1 Oct 11 16:56:09.445 INFO kablam! | Oct 11 16:56:09.445 INFO kablam! 85 | pub struct MemoryDB { Oct 11 16:56:09.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:56:09.445 INFO kablam! Oct 11 16:56:09.445 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 11 16:56:09.445 INFO kablam! --> src/lib.rs:370:19 Oct 11 16:56:09.445 INFO kablam! | Oct 11 16:56:09.445 INFO kablam! 85 | pub struct MemoryDB { Oct 11 16:56:09.445 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 11 16:56:09.445 INFO kablam! ... Oct 11 16:56:09.445 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 11 16:56:09.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 11 16:56:09.445 INFO kablam! | Oct 11 16:56:09.445 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 11 16:56:09.445 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 11 16:56:09.445 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 11 16:56:09.445 INFO kablam! Oct 11 16:56:09.445 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 11 16:56:09.445 INFO kablam! --> src/lib.rs:370:19 Oct 11 16:56:09.445 INFO kablam! | Oct 11 16:56:09.445 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 11 16:56:09.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 11 16:56:09.445 INFO kablam! | Oct 11 16:56:09.446 INFO kablam! note: required by `MemoryDB` Oct 11 16:56:09.446 INFO kablam! --> src/lib.rs:85:1 Oct 11 16:56:09.446 INFO kablam! | Oct 11 16:56:09.446 INFO kablam! 85 | pub struct MemoryDB { Oct 11 16:56:09.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:56:09.446 INFO kablam! Oct 11 16:56:09.450 INFO kablam! error[E0599]: no function or associated item named `default` found for type `MemoryDB>` in the current scope Oct 11 16:56:09.450 INFO kablam! --> src/lib.rs:393:16 Oct 11 16:56:09.450 INFO kablam! | Oct 11 16:56:09.450 INFO kablam! 85 | pub struct MemoryDB { Oct 11 16:56:09.450 INFO kablam! | ------------------------------------ function or associated item `default` not found for this Oct 11 16:56:09.450 INFO kablam! ... Oct 11 16:56:09.450 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 11 16:56:09.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 11 16:56:09.450 INFO kablam! | Oct 11 16:56:09.450 INFO kablam! = note: the method `default` exists but the following trait bounds were not satisfied: Oct 11 16:56:09.450 INFO kablam! `MemoryDB> : std::default::Default` Oct 11 16:56:09.450 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 11 16:56:09.450 INFO kablam! = note: the following trait defines an item `default`, perhaps you need to implement it: Oct 11 16:56:09.450 INFO kablam! candidate #1: `std::default::Default` Oct 11 16:56:09.450 INFO kablam! Oct 11 16:56:09.450 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 11 16:56:09.450 INFO kablam! --> src/lib.rs:393:16 Oct 11 16:56:09.450 INFO kablam! | Oct 11 16:56:09.450 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 11 16:56:09.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 11 16:56:09.450 INFO kablam! | Oct 11 16:56:09.450 INFO kablam! note: required by `MemoryDB` Oct 11 16:56:09.450 INFO kablam! --> src/lib.rs:85:1 Oct 11 16:56:09.450 INFO kablam! | Oct 11 16:56:09.450 INFO kablam! 85 | pub struct MemoryDB { Oct 11 16:56:09.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:56:09.450 INFO kablam! Oct 11 16:56:09.450 INFO kablam! error[E0599]: no function or associated item named `hash` found for type `keccak_hasher::KeccakHasher` in the current scope Oct 11 16:56:09.450 INFO kablam! --> src/lib.rs:394:26 Oct 11 16:56:09.450 INFO kablam! | Oct 11 16:56:09.450 INFO kablam! 394 | let hashed_null_node = KeccakHasher::hash(&NULL_RLP); Oct 11 16:56:09.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `keccak_hasher::KeccakHasher` Oct 11 16:56:09.450 INFO kablam! | Oct 11 16:56:09.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 11 16:56:09.450 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 11 16:56:09.450 INFO kablam! `use hashdb::Hasher;` Oct 11 16:56:09.450 INFO kablam! Oct 11 16:56:09.456 INFO kablam! error: aborting due to 11 previous errors Oct 11 16:56:09.456 INFO kablam! Oct 11 16:56:09.456 INFO kablam! Some errors occurred: E0277, E0599. Oct 11 16:56:09.456 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 11 16:56:09.466 INFO kablam! error: Could not compile `memorydb`. Oct 11 16:56:09.467 INFO kablam! Oct 11 16:56:09.467 INFO kablam! To learn more, run the command again with --verbose. Oct 11 16:56:09.470 INFO kablam! su: No module specific data is present Oct 11 16:56:09.751 INFO running `"docker" "rm" "-f" "1f2a05668100da63260f19a1ed94f750b20cf656f573a980a6bbd0999fcbffa4"` Oct 11 16:56:09.844 INFO blam! 1f2a05668100da63260f19a1ed94f750b20cf656f573a980a6bbd0999fcbffa4