Oct 16 02:56:16.373 INFO testing memorydb-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:56:16.374 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:16.670 INFO blam! be81588a96cbd9c65d3b23462d4502a16e3f29de53089c691e77f7fc96ad909f Oct 16 02:56:16.673 INFO running `"docker" "start" "-a" "be81588a96cbd9c65d3b23462d4502a16e3f29de53089c691e77f7fc96ad909f"` Oct 16 02:56:18.236 INFO kablam! usermod: no changes Oct 16 02:56:18.354 INFO kablam! Compiling memorydb v0.3.0 (/source) Oct 16 02:56:19.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 16 02:56:19.397 INFO kablam! su: No module specific data is present Oct 16 02:56:19.867 INFO running `"docker" "rm" "-f" "be81588a96cbd9c65d3b23462d4502a16e3f29de53089c691e77f7fc96ad909f"` Oct 16 02:56:20.147 INFO blam! be81588a96cbd9c65d3b23462d4502a16e3f29de53089c691e77f7fc96ad909f Oct 16 02:56:20.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:20.581 INFO blam! a09eacfc67d8f3fe57a3030e12a4f6666a223e85b36fccc42f5a557098f3c1ab Oct 16 02:56:20.588 INFO running `"docker" "start" "-a" "a09eacfc67d8f3fe57a3030e12a4f6666a223e85b36fccc42f5a557098f3c1ab"` Oct 16 02:56:21.859 INFO kablam! usermod: no changes Oct 16 02:56:21.963 INFO kablam! Compiling memorydb v0.3.0 (/source) Oct 16 02:56:23.955 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 16 02:56:23.955 INFO kablam! --> src/lib.rs:346:15 Oct 16 02:56:23.955 INFO kablam! | Oct 16 02:56:23.955 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:23.955 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 16 02:56:23.955 INFO kablam! ... Oct 16 02:56:23.955 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 16 02:56:23.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 16 02:56:23.955 INFO kablam! | Oct 16 02:56:23.955 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 16 02:56:23.955 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:23.955 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:23.955 INFO kablam! Oct 16 02:56:23.955 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 16 02:56:23.955 INFO kablam! --> src/lib.rs:346:15 Oct 16 02:56:23.955 INFO kablam! | Oct 16 02:56:23.955 INFO kablam! 346 | let mut m = MemoryDB::>::new(); Oct 16 02:56:23.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 16 02:56:23.955 INFO kablam! | Oct 16 02:56:23.955 INFO kablam! note: required by `MemoryDB` Oct 16 02:56:23.955 INFO kablam! --> src/lib.rs:85:1 Oct 16 02:56:23.955 INFO kablam! | Oct 16 02:56:23.955 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:23.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:56:23.955 INFO kablam! Oct 16 02:56:23.955 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 16 02:56:23.955 INFO kablam! --> src/lib.rs:356:15 Oct 16 02:56:23.955 INFO kablam! | Oct 16 02:56:23.955 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:23.955 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 16 02:56:23.955 INFO kablam! ... Oct 16 02:56:23.955 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 16 02:56:23.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 16 02:56:23.955 INFO kablam! | Oct 16 02:56:23.955 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 16 02:56:23.955 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:23.955 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:23.955 INFO kablam! Oct 16 02:56:23.955 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 16 02:56:23.955 INFO kablam! --> src/lib.rs:356:15 Oct 16 02:56:23.955 INFO kablam! | Oct 16 02:56:23.955 INFO kablam! 356 | let mut m = MemoryDB::>::new(); Oct 16 02:56:23.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 16 02:56:23.955 INFO kablam! | Oct 16 02:56:23.955 INFO kablam! note: required by `MemoryDB` Oct 16 02:56:23.955 INFO kablam! --> src/lib.rs:85:1 Oct 16 02:56:23.955 INFO kablam! | Oct 16 02:56:23.955 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:23.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:56:23.955 INFO kablam! Oct 16 02:56:23.967 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 16 02:56:23.967 INFO kablam! --> src/lib.rs:369:18 Oct 16 02:56:23.968 INFO kablam! | Oct 16 02:56:23.968 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:23.968 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 16 02:56:23.969 INFO kablam! ... Oct 16 02:56:23.969 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 16 02:56:23.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 16 02:56:23.970 INFO kablam! | Oct 16 02:56:23.970 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 16 02:56:23.970 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:23.971 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:23.971 INFO kablam! Oct 16 02:56:23.971 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 16 02:56:23.971 INFO kablam! --> src/lib.rs:369:18 Oct 16 02:56:23.972 INFO kablam! | Oct 16 02:56:23.972 INFO kablam! 369 | let mut main = MemoryDB::>::new(); Oct 16 02:56:23.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 16 02:56:23.973 INFO kablam! | Oct 16 02:56:23.973 INFO kablam! note: required by `MemoryDB` Oct 16 02:56:23.973 INFO kablam! --> src/lib.rs:85:1 Oct 16 02:56:23.974 INFO kablam! | Oct 16 02:56:23.974 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:23.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:56:23.974 INFO kablam! Oct 16 02:56:23.979 INFO kablam! error[E0599]: no function or associated item named `new` found for type `MemoryDB>` in the current scope Oct 16 02:56:23.979 INFO kablam! --> src/lib.rs:370:19 Oct 16 02:56:23.980 INFO kablam! | Oct 16 02:56:23.980 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:23.980 INFO kablam! | ------------------------------------ function or associated item `new` not found for this Oct 16 02:56:23.980 INFO kablam! ... Oct 16 02:56:23.981 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 16 02:56:23.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 16 02:56:23.981 INFO kablam! | Oct 16 02:56:23.981 INFO kablam! = note: the method `new` exists but the following trait bounds were not satisfied: Oct 16 02:56:23.982 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:23.982 INFO kablam! `keccak_hasher::KeccakHasher : hashdb::Hasher` Oct 16 02:56:23.982 INFO kablam! Oct 16 02:56:23.982 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 16 02:56:23.983 INFO kablam! --> src/lib.rs:370:19 Oct 16 02:56:23.983 INFO kablam! | Oct 16 02:56:23.983 INFO kablam! 370 | let mut other = MemoryDB::>::new(); Oct 16 02:56:23.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 16 02:56:23.984 INFO kablam! | Oct 16 02:56:23.984 INFO kablam! note: required by `MemoryDB` Oct 16 02:56:23.984 INFO kablam! --> src/lib.rs:85:1 Oct 16 02:56:23.984 INFO kablam! | Oct 16 02:56:23.985 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:23.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:56:23.985 INFO kablam! Oct 16 02:56:23.985 INFO kablam! error[E0599]: no function or associated item named `default` found for type `MemoryDB>` in the current scope Oct 16 02:56:23.986 INFO kablam! --> src/lib.rs:393:16 Oct 16 02:56:23.986 INFO kablam! | Oct 16 02:56:23.986 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:23.986 INFO kablam! | ------------------------------------ function or associated item `default` not found for this Oct 16 02:56:23.987 INFO kablam! ... Oct 16 02:56:23.987 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 16 02:56:23.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MemoryDB>` Oct 16 02:56:23.987 INFO kablam! | Oct 16 02:56:23.988 INFO kablam! = note: the method `default` exists but the following trait bounds were not satisfied: Oct 16 02:56:23.988 INFO kablam! `MemoryDB> : std::default::Default` Oct 16 02:56:23.988 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 16 02:56:23.988 INFO kablam! = note: the following trait defines an item `default`, perhaps you need to implement it: Oct 16 02:56:23.989 INFO kablam! candidate #1: `std::default::Default` Oct 16 02:56:23.989 INFO kablam! Oct 16 02:56:23.989 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 16 02:56:23.989 INFO kablam! --> src/lib.rs:393:16 Oct 16 02:56:23.990 INFO kablam! | Oct 16 02:56:23.990 INFO kablam! 393 | let mut db = MemoryDB::>::default(); Oct 16 02:56:23.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 16 02:56:23.990 INFO kablam! | Oct 16 02:56:23.991 INFO kablam! note: required by `MemoryDB` Oct 16 02:56:23.991 INFO kablam! --> src/lib.rs:85:1 Oct 16 02:56:23.991 INFO kablam! | Oct 16 02:56:23.991 INFO kablam! 85 | pub struct MemoryDB { Oct 16 02:56:23.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:56:23.992 INFO kablam! Oct 16 02:56:23.992 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:23.992 INFO kablam! --> src/lib.rs:394:26 Oct 16 02:56:23.993 INFO kablam! | Oct 16 02:56:23.993 INFO kablam! 394 | let hashed_null_node = KeccakHasher::hash(&NULL_RLP); Oct 16 02:56:23.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `keccak_hasher::KeccakHasher` Oct 16 02:56:23.993 INFO kablam! | Oct 16 02:56:23.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 16 02:56:23.994 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 16 02:56:23.994 INFO kablam! `use hashdb::Hasher;` Oct 16 02:56:23.994 INFO kablam! Oct 16 02:56:23.997 INFO kablam! error: aborting due to 11 previous errors Oct 16 02:56:23.997 INFO kablam! Oct 16 02:56:23.997 INFO kablam! Some errors occurred: E0277, E0599. Oct 16 02:56:23.997 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 16 02:56:24.001 INFO kablam! error: Could not compile `memorydb`. Oct 16 02:56:24.001 INFO kablam! Oct 16 02:56:24.001 INFO kablam! To learn more, run the command again with --verbose. Oct 16 02:56:24.002 INFO kablam! su: No module specific data is present Oct 16 02:56:24.463 INFO running `"docker" "rm" "-f" "a09eacfc67d8f3fe57a3030e12a4f6666a223e85b36fccc42f5a557098f3c1ab"` Oct 16 02:56:24.725 INFO blam! a09eacfc67d8f3fe57a3030e12a4f6666a223e85b36fccc42f5a557098f3c1ab