Oct 13 15:31:32.436 INFO checking evm-stateful-0.9.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 15:31:32.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 15:31:32.922 INFO blam! 9ea5f2abc10e4edab0744330231066453cda985cc83b42c51e09715db0163efe Oct 13 15:31:32.928 INFO running `"docker" "start" "-a" "9ea5f2abc10e4edab0744330231066453cda985cc83b42c51e09715db0163efe"` Oct 13 15:31:34.308 INFO kablam! usermod: no changes Oct 13 15:31:34.456 INFO kablam! Checking ethereum-hexutil v0.2.3 Oct 13 15:31:34.476 INFO kablam! Checking block-buffer v0.2.0 Oct 13 15:31:34.476 INFO kablam! Checking hmac-drbg v0.1.2 Oct 13 15:31:35.189 INFO kablam! Checking sha2 v0.6.0 Oct 13 15:31:35.190 INFO kablam! Checking sha3 v0.6.0 Oct 13 15:31:35.190 INFO kablam! Checking ripemd160 v0.6.0 Oct 13 15:31:36.504 INFO kablam! Checking libsecp256k1 v0.1.14 Oct 13 15:31:36.706 INFO kablam! Checking ethereum-rlp v0.2.3 Oct 13 15:31:38.257 INFO kablam! Checking ethereum-bigint v0.2.9 Oct 13 15:31:42.350 INFO kablam! Checking ethereum-bloom v0.2.1 Oct 13 15:31:42.350 INFO kablam! Checking ethereum-trie v0.3.8 Oct 13 15:31:42.350 INFO kablam! Checking ethereum-block-core v0.1.0 Oct 13 15:31:55.337 INFO kablam! Checking ethereum-block v0.3.5 Oct 13 15:31:57.710 INFO kablam! Checking evm v0.9.4 Oct 13 15:32:01.004 INFO kablam! Checking evm-stateful v0.9.2 (/source) Oct 13 15:32:04.080 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.080 INFO kablam! --> src/lib.rs:478:13 Oct 13 15:32:04.080 INFO kablam! | Oct 13 15:32:04.080 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.080 INFO kablam! | ^^^^^ Oct 13 15:32:04.080 INFO kablam! | Oct 13 15:32:04.080 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.080 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 478:9... Oct 13 15:32:04.080 INFO kablam! --> src/lib.rs:478:9 Oct 13 15:32:04.080 INFO kablam! | Oct 13 15:32:04.080 INFO kablam! 478 | / let state = self.state(); Oct 13 15:32:04.080 INFO kablam! 479 | | let account = state.get(&address); Oct 13 15:32:04.080 INFO kablam! 480 | | Oct 13 15:32:04.080 INFO kablam! 481 | | match account { Oct 13 15:32:04.080 INFO kablam! ... | Oct 13 15:32:04.080 INFO kablam! 486 | | } Oct 13 15:32:04.080 INFO kablam! 487 | | } Oct 13 15:32:04.080 INFO kablam! | |_____^ Oct 13 15:32:04.080 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 13 15:32:04.080 INFO kablam! --> src/lib.rs:478:13 Oct 13 15:32:04.080 INFO kablam! | Oct 13 15:32:04.080 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.080 INFO kablam! | ^^^^^ Oct 13 15:32:04.080 INFO kablam! Oct 13 15:32:04.080 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.080 INFO kablam! --> src/lib.rs:478:13 Oct 13 15:32:04.080 INFO kablam! | Oct 13 15:32:04.080 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.080 INFO kablam! | ^^^^^ Oct 13 15:32:04.080 INFO kablam! | Oct 13 15:32:04.080 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.080 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 477:125... Oct 13 15:32:04.080 INFO kablam! --> src/lib.rs:477:125 Oct 13 15:32:04.080 INFO kablam! | Oct 13 15:32:04.080 INFO kablam! 477 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 13 15:32:04.080 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 13 15:32:04.081 INFO kablam! 478 | | let state = self.state(); Oct 13 15:32:04.081 INFO kablam! 479 | | let account = state.get(&address); Oct 13 15:32:04.081 INFO kablam! 480 | | Oct 13 15:32:04.081 INFO kablam! ... | Oct 13 15:32:04.081 INFO kablam! 486 | | } Oct 13 15:32:04.081 INFO kablam! 487 | | } Oct 13 15:32:04.081 INFO kablam! | |_____^ Oct 13 15:32:04.081 INFO kablam! note: ...so that references are valid when the destructor runs Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:478:13 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.081 INFO kablam! | ^^^^^ Oct 13 15:32:04.081 INFO kablam! Oct 13 15:32:04.081 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:478:21 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.081 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.081 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 478:21... Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:478:21 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.081 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:32:04.081 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:478:21 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.081 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:32:04.081 INFO kablam! Oct 13 15:32:04.081 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:478:21 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.081 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.081 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 478:9... Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:478:9 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.081 INFO kablam! note: ...so that references are valid when the destructor runs Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:478:21 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.081 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:32:04.081 INFO kablam! Oct 13 15:32:04.081 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.081 INFO kablam! | ^^^^^ Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.081 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.081 INFO kablam! note: ...so that method receiver is valid for the method call Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.081 INFO kablam! | ^^^^^ Oct 13 15:32:04.081 INFO kablam! Oct 13 15:32:04.081 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.081 INFO kablam! | ^^^^^ Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.081 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.081 INFO kablam! | ^^^^^ Oct 13 15:32:04.081 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.081 INFO kablam! | ^^^^^ Oct 13 15:32:04.081 INFO kablam! Oct 13 15:32:04.081 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.081 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.081 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.081 INFO kablam! | ^^^^^ Oct 13 15:32:04.081 INFO kablam! | Oct 13 15:32:04.082 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.082 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 13 15:32:04.082 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.082 INFO kablam! | Oct 13 15:32:04.082 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.082 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 13 15:32:04.082 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.082 INFO kablam! | Oct 13 15:32:04.082 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.082 INFO kablam! | ^^^^^ Oct 13 15:32:04.082 INFO kablam! Oct 13 15:32:04.082 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.082 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.082 INFO kablam! | Oct 13 15:32:04.082 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.082 INFO kablam! | ^^^^^ Oct 13 15:32:04.082 INFO kablam! | Oct 13 15:32:04.082 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.082 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 13 15:32:04.082 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.082 INFO kablam! | Oct 13 15:32:04.082 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.082 INFO kablam! | ^^^^^ Oct 13 15:32:04.082 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 13 15:32:04.082 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.082 INFO kablam! | Oct 13 15:32:04.082 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.082 INFO kablam! | ^^^^^ Oct 13 15:32:04.082 INFO kablam! Oct 13 15:32:04.082 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.082 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.082 INFO kablam! | Oct 13 15:32:04.082 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.082 INFO kablam! | Oct 13 15:32:04.082 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.082 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 13 15:32:04.082 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.082 INFO kablam! | Oct 13 15:32:04.082 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.082 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 13 15:32:04.082 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.082 INFO kablam! | Oct 13 15:32:04.082 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.082 INFO kablam! Oct 13 15:32:04.082 INFO kablam! error: aborting due to 9 previous errors Oct 13 15:32:04.082 INFO kablam! Oct 13 15:32:04.082 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 13 15:32:04.092 INFO kablam! error: Could not compile `evm-stateful`. Oct 13 15:32:04.092 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 15:32:04.646 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.646 INFO kablam! --> src/lib.rs:478:13 Oct 13 15:32:04.646 INFO kablam! | Oct 13 15:32:04.646 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.646 INFO kablam! | ^^^^^ Oct 13 15:32:04.646 INFO kablam! | Oct 13 15:32:04.646 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.647 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 478:9... Oct 13 15:32:04.647 INFO kablam! --> src/lib.rs:478:9 Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! 478 | / let state = self.state(); Oct 13 15:32:04.647 INFO kablam! 479 | | let account = state.get(&address); Oct 13 15:32:04.647 INFO kablam! 480 | | Oct 13 15:32:04.647 INFO kablam! 481 | | match account { Oct 13 15:32:04.647 INFO kablam! ... | Oct 13 15:32:04.647 INFO kablam! 486 | | } Oct 13 15:32:04.647 INFO kablam! 487 | | } Oct 13 15:32:04.647 INFO kablam! | |_____^ Oct 13 15:32:04.647 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 13 15:32:04.647 INFO kablam! --> src/lib.rs:478:13 Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.647 INFO kablam! | ^^^^^ Oct 13 15:32:04.647 INFO kablam! Oct 13 15:32:04.647 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.647 INFO kablam! --> src/lib.rs:478:13 Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.647 INFO kablam! | ^^^^^ Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.647 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 477:125... Oct 13 15:32:04.647 INFO kablam! --> src/lib.rs:477:125 Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! 477 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 13 15:32:04.647 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 13 15:32:04.647 INFO kablam! 478 | | let state = self.state(); Oct 13 15:32:04.647 INFO kablam! 479 | | let account = state.get(&address); Oct 13 15:32:04.647 INFO kablam! 480 | | Oct 13 15:32:04.647 INFO kablam! ... | Oct 13 15:32:04.647 INFO kablam! 486 | | } Oct 13 15:32:04.647 INFO kablam! 487 | | } Oct 13 15:32:04.647 INFO kablam! | |_____^ Oct 13 15:32:04.647 INFO kablam! note: ...so that references are valid when the destructor runs Oct 13 15:32:04.647 INFO kablam! --> src/lib.rs:478:13 Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.647 INFO kablam! | ^^^^^ Oct 13 15:32:04.647 INFO kablam! Oct 13 15:32:04.647 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.647 INFO kablam! --> src/lib.rs:478:21 Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.647 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.647 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 478:21... Oct 13 15:32:04.647 INFO kablam! --> src/lib.rs:478:21 Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.647 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:32:04.647 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 13 15:32:04.647 INFO kablam! --> src/lib.rs:478:21 Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.647 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:32:04.647 INFO kablam! Oct 13 15:32:04.647 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.647 INFO kablam! --> src/lib.rs:478:21 Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.647 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.647 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.647 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 478:9... Oct 13 15:32:04.647 INFO kablam! --> src/lib.rs:478:9 Oct 13 15:32:04.647 INFO kablam! | Oct 13 15:32:04.648 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.648 INFO kablam! note: ...so that references are valid when the destructor runs Oct 13 15:32:04.648 INFO kablam! --> src/lib.rs:478:21 Oct 13 15:32:04.648 INFO kablam! | Oct 13 15:32:04.648 INFO kablam! 478 | let state = self.state(); Oct 13 15:32:04.648 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:32:04.648 INFO kablam! Oct 13 15:32:04.652 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.652 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.652 INFO kablam! | Oct 13 15:32:04.652 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.652 INFO kablam! | ^^^^^ Oct 13 15:32:04.652 INFO kablam! | Oct 13 15:32:04.652 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.652 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 13 15:32:04.652 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.652 INFO kablam! | Oct 13 15:32:04.652 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.652 INFO kablam! note: ...so that method receiver is valid for the method call Oct 13 15:32:04.652 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.652 INFO kablam! | Oct 13 15:32:04.652 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.652 INFO kablam! | ^^^^^ Oct 13 15:32:04.652 INFO kablam! Oct 13 15:32:04.652 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.652 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.652 INFO kablam! | Oct 13 15:32:04.652 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.652 INFO kablam! | ^^^^^ Oct 13 15:32:04.652 INFO kablam! | Oct 13 15:32:04.652 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.652 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 13 15:32:04.652 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.652 INFO kablam! | Oct 13 15:32:04.652 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.652 INFO kablam! | ^^^^^ Oct 13 15:32:04.652 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 13 15:32:04.652 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.652 INFO kablam! | Oct 13 15:32:04.652 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.652 INFO kablam! | ^^^^^ Oct 13 15:32:04.652 INFO kablam! Oct 13 15:32:04.652 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.652 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.653 INFO kablam! | Oct 13 15:32:04.653 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.653 INFO kablam! | ^^^^^ Oct 13 15:32:04.653 INFO kablam! | Oct 13 15:32:04.653 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.656 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 13 15:32:04.656 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.656 INFO kablam! | Oct 13 15:32:04.656 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.656 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 13 15:32:04.656 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.656 INFO kablam! | Oct 13 15:32:04.656 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.656 INFO kablam! | ^^^^^ Oct 13 15:32:04.656 INFO kablam! Oct 13 15:32:04.656 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.656 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.656 INFO kablam! | Oct 13 15:32:04.656 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.656 INFO kablam! | ^^^^^ Oct 13 15:32:04.656 INFO kablam! | Oct 13 15:32:04.656 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.656 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 13 15:32:04.656 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.656 INFO kablam! | Oct 13 15:32:04.656 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.656 INFO kablam! | ^^^^^ Oct 13 15:32:04.656 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 13 15:32:04.656 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.656 INFO kablam! | Oct 13 15:32:04.656 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.656 INFO kablam! | ^^^^^ Oct 13 15:32:04.656 INFO kablam! Oct 13 15:32:04.656 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 13 15:32:04.656 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.656 INFO kablam! | Oct 13 15:32:04.656 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.656 INFO kablam! | Oct 13 15:32:04.656 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 13 15:32:04.656 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 13 15:32:04.656 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.656 INFO kablam! | Oct 13 15:32:04.656 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.656 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 13 15:32:04.656 INFO kablam! --> src/lib.rs:479:23 Oct 13 15:32:04.656 INFO kablam! | Oct 13 15:32:04.656 INFO kablam! 479 | let account = state.get(&address); Oct 13 15:32:04.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 15:32:04.656 INFO kablam! Oct 13 15:32:04.656 INFO kablam! error: aborting due to 9 previous errors Oct 13 15:32:04.656 INFO kablam! Oct 13 15:32:04.656 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 13 15:32:04.677 INFO kablam! error: Could not compile `evm-stateful`. Oct 13 15:32:04.677 INFO kablam! Oct 13 15:32:04.677 INFO kablam! To learn more, run the command again with --verbose. Oct 13 15:32:04.686 INFO kablam! su: No module specific data is present Oct 13 15:32:04.992 INFO running `"docker" "rm" "-f" "9ea5f2abc10e4edab0744330231066453cda985cc83b42c51e09715db0163efe"` Oct 13 15:32:05.308 INFO blam! 9ea5f2abc10e4edab0744330231066453cda985cc83b42c51e09715db0163efe