Oct 27 22:41:18.825 INFO checking etclient-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:41:18.826 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 22:41:19.015 INFO blam! 9e17d4d1580028b4ec97163846caf4cca96d203a6af0cf4c70bef25f87f7cf94 Oct 27 22:41:19.017 INFO running `"docker" "start" "-a" "9e17d4d1580028b4ec97163846caf4cca96d203a6af0cf4c70bef25f87f7cf94"` Oct 27 22:41:19.451 INFO kablam! usermod: no changes Oct 27 22:41:19.693 INFO kablam! Checking tokio-timer-plus v0.1.3 Oct 27 22:41:19.701 INFO kablam! Checking ripemd160 v0.6.0 Oct 27 22:41:19.701 INFO kablam! Checking ethash v0.3.1 Oct 27 22:41:19.702 INFO kablam! Checking rlpx v0.4.1 Oct 27 22:41:21.725 INFO kablam! Checking evm v0.9.4 Oct 27 22:41:23.096 INFO kablam! Checking dpt v0.3.1 Oct 27 22:41:29.435 INFO kablam! Checking evm-stateful v0.9.2 Oct 27 22:41:34.039 INFO kablam! Checking devp2p v0.4.1 Oct 27 22:41:34.458 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:41:34.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:478:13 Oct 27 22:41:34.458 INFO kablam! | Oct 27 22:41:34.458 INFO kablam! 478 | let state = self.state(); Oct 27 22:41:34.458 INFO kablam! | ^^^^^ Oct 27 22:41:34.458 INFO kablam! | Oct 27 22:41:34.458 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:41:34.458 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 478:9... Oct 27 22:41:34.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:478:9 Oct 27 22:41:34.458 INFO kablam! | Oct 27 22:41:34.458 INFO kablam! 478 | / let state = self.state(); Oct 27 22:41:34.458 INFO kablam! 479 | | let account = state.get(&address); Oct 27 22:41:34.458 INFO kablam! 480 | | Oct 27 22:41:34.458 INFO kablam! 481 | | match account { Oct 27 22:41:34.458 INFO kablam! ... | Oct 27 22:41:34.458 INFO kablam! 486 | | } Oct 27 22:41:34.458 INFO kablam! 487 | | } Oct 27 22:41:34.458 INFO kablam! | |_____^ Oct 27 22:41:34.458 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 27 22:41:34.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:478:13 Oct 27 22:41:34.458 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 478 | let state = self.state(); Oct 27 22:41:34.459 INFO kablam! | ^^^^^ Oct 27 22:41:34.459 INFO kablam! Oct 27 22:41:34.459 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:478:13 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 478 | let state = self.state(); Oct 27 22:41:34.459 INFO kablam! | ^^^^^ Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:41:34.459 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 477:125... Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:477:125 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 477 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 27 22:41:34.459 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 27 22:41:34.459 INFO kablam! 478 | | let state = self.state(); Oct 27 22:41:34.459 INFO kablam! 479 | | let account = state.get(&address); Oct 27 22:41:34.459 INFO kablam! 480 | | Oct 27 22:41:34.459 INFO kablam! ... | Oct 27 22:41:34.459 INFO kablam! 486 | | } Oct 27 22:41:34.459 INFO kablam! 487 | | } Oct 27 22:41:34.459 INFO kablam! | |_____^ Oct 27 22:41:34.459 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:478:13 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 478 | let state = self.state(); Oct 27 22:41:34.459 INFO kablam! | ^^^^^ Oct 27 22:41:34.459 INFO kablam! Oct 27 22:41:34.459 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:478:21 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 478 | let state = self.state(); Oct 27 22:41:34.459 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:41:34.459 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 478:21... Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:478:21 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 478 | let state = self.state(); Oct 27 22:41:34.459 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:41:34.459 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:478:21 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 478 | let state = self.state(); Oct 27 22:41:34.459 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:41:34.459 INFO kablam! Oct 27 22:41:34.459 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:478:21 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 478 | let state = self.state(); Oct 27 22:41:34.459 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:41:34.459 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 478:9... Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:478:9 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 478 | let state = self.state(); Oct 27 22:41:34.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:41:34.459 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:478:21 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 478 | let state = self.state(); Oct 27 22:41:34.459 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:41:34.459 INFO kablam! Oct 27 22:41:34.459 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.459 INFO kablam! | ^^^^^ Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:41:34.459 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:41:34.459 INFO kablam! note: ...so that method receiver is valid for the method call Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.459 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.459 INFO kablam! | ^^^^^ Oct 27 22:41:34.459 INFO kablam! Oct 27 22:41:34.459 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:41:34.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.459 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^ Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:41:34.460 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 27 22:41:34.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^ Oct 27 22:41:34.460 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 22:41:34.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^ Oct 27 22:41:34.460 INFO kablam! Oct 27 22:41:34.460 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:41:34.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^ Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:41:34.460 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:41:34.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:41:34.460 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 27 22:41:34.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^ Oct 27 22:41:34.460 INFO kablam! Oct 27 22:41:34.460 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:41:34.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^ Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:41:34.460 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 27 22:41:34.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^ Oct 27 22:41:34.460 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 27 22:41:34.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^ Oct 27 22:41:34.460 INFO kablam! Oct 27 22:41:34.460 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:41:34.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:41:34.460 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:41:34.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:41:34.460 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 27 22:41:34.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/evm-stateful-0.9.2/src/lib.rs:479:23 Oct 27 22:41:34.460 INFO kablam! | Oct 27 22:41:34.460 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:41:34.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:41:34.460 INFO kablam! Oct 27 22:41:34.483 INFO kablam! error: aborting due to 9 previous errors Oct 27 22:41:34.483 INFO kablam! Oct 27 22:41:34.483 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 27 22:41:34.489 INFO kablam! error: Could not compile `evm-stateful`. Oct 27 22:41:34.489 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 22:41:40.711 INFO kablam! error: build failed Oct 27 22:41:40.711 INFO kablam! su: No module specific data is present Oct 27 22:41:41.371 INFO running `"docker" "rm" "-f" "9e17d4d1580028b4ec97163846caf4cca96d203a6af0cf4c70bef25f87f7cf94"` Oct 27 22:41:41.619 INFO blam! 9e17d4d1580028b4ec97163846caf4cca96d203a6af0cf4c70bef25f87f7cf94