Oct 27 22:36:44.195 INFO checking evm-stateful-0.9.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:36:44.196 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:36:44.621 INFO blam! 4e5290eb857a52b66999d8f6b28473be85a9e5e8708965c641fb3cfe5e469489 Oct 27 22:36:44.631 INFO running `"docker" "start" "-a" "4e5290eb857a52b66999d8f6b28473be85a9e5e8708965c641fb3cfe5e469489"` Oct 27 22:36:45.915 INFO kablam! usermod: no changes Oct 27 22:36:46.131 INFO kablam! Checking ethereum-hexutil v0.2.3 Oct 27 22:36:46.131 INFO kablam! Checking sha3 v0.6.0 Oct 27 22:36:46.131 INFO kablam! Checking ripemd160 v0.6.0 Oct 27 22:36:46.139 INFO kablam! Checking hmac-drbg v0.1.2 Oct 27 22:36:47.495 INFO kablam! Checking libsecp256k1 v0.1.14 Oct 27 22:36:48.182 INFO kablam! Checking ethereum-rlp v0.2.3 Oct 27 22:36:50.635 INFO kablam! Checking ethereum-bigint v0.2.9 Oct 27 22:36:55.420 INFO kablam! Checking ethereum-trie v0.3.8 Oct 27 22:36:55.420 INFO kablam! Checking ethereum-block-core v0.1.0 Oct 27 22:36:55.420 INFO kablam! Checking ethereum-bloom v0.2.1 Oct 27 22:37:08.825 INFO kablam! Checking ethereum-block v0.3.5 Oct 27 22:37:11.019 INFO kablam! Checking evm v0.9.4 Oct 27 22:37:14.460 INFO kablam! Checking evm-stateful v0.9.2 (/source) Oct 27 22:37:17.515 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.515 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:17.515 INFO kablam! | Oct 27 22:37:17.515 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.515 INFO kablam! | ^^^^^ Oct 27 22:37:17.515 INFO kablam! | Oct 27 22:37:17.515 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.515 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 478:9... Oct 27 22:37:17.515 INFO kablam! --> src/lib.rs:478:9 Oct 27 22:37:17.515 INFO kablam! | Oct 27 22:37:17.515 INFO kablam! 478 | / let state = self.state(); Oct 27 22:37:17.515 INFO kablam! 479 | | let account = state.get(&address); Oct 27 22:37:17.515 INFO kablam! 480 | | Oct 27 22:37:17.515 INFO kablam! 481 | | match account { Oct 27 22:37:17.515 INFO kablam! ... | Oct 27 22:37:17.515 INFO kablam! 486 | | } Oct 27 22:37:17.515 INFO kablam! 487 | | } Oct 27 22:37:17.515 INFO kablam! | |_____^ Oct 27 22:37:17.515 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 27 22:37:17.515 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:17.515 INFO kablam! | Oct 27 22:37:17.515 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.515 INFO kablam! | ^^^^^ Oct 27 22:37:17.515 INFO kablam! Oct 27 22:37:17.515 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.515 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:17.515 INFO kablam! | Oct 27 22:37:17.515 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.515 INFO kablam! | ^^^^^ Oct 27 22:37:17.515 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.516 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 477:125... Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:477:125 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 477 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 27 22:37:17.516 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 27 22:37:17.516 INFO kablam! 478 | | let state = self.state(); Oct 27 22:37:17.516 INFO kablam! 479 | | let account = state.get(&address); Oct 27 22:37:17.516 INFO kablam! 480 | | Oct 27 22:37:17.516 INFO kablam! ... | Oct 27 22:37:17.516 INFO kablam! 486 | | } Oct 27 22:37:17.516 INFO kablam! 487 | | } Oct 27 22:37:17.516 INFO kablam! | |_____^ Oct 27 22:37:17.516 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.516 INFO kablam! | ^^^^^ Oct 27 22:37:17.516 INFO kablam! Oct 27 22:37:17.516 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.516 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.516 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 478:21... Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.516 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:17.516 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.516 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:17.516 INFO kablam! Oct 27 22:37:17.516 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.516 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.516 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 478:9... Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:478:9 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.516 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.516 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:17.516 INFO kablam! Oct 27 22:37:17.516 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.516 INFO kablam! | ^^^^^ Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.516 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.516 INFO kablam! note: ...so that method receiver is valid for the method call Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.516 INFO kablam! | ^^^^^ Oct 27 22:37:17.516 INFO kablam! Oct 27 22:37:17.516 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.516 INFO kablam! | ^^^^^ Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.516 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 27 22:37:17.516 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.516 INFO kablam! | Oct 27 22:37:17.516 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.516 INFO kablam! | ^^^^^ Oct 27 22:37:17.517 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 22:37:17.517 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.517 INFO kablam! | ^^^^^ Oct 27 22:37:17.517 INFO kablam! Oct 27 22:37:17.517 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.517 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.517 INFO kablam! | ^^^^^ Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.517 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:17.517 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.517 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 27 22:37:17.517 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.517 INFO kablam! | ^^^^^ Oct 27 22:37:17.517 INFO kablam! Oct 27 22:37:17.517 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.517 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.517 INFO kablam! | ^^^^^ Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.517 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 27 22:37:17.517 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.517 INFO kablam! | ^^^^^ Oct 27 22:37:17.517 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 27 22:37:17.517 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.517 INFO kablam! | ^^^^^ Oct 27 22:37:17.517 INFO kablam! Oct 27 22:37:17.517 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.517 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.517 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:17.517 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.517 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 27 22:37:17.517 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.517 INFO kablam! | Oct 27 22:37:17.517 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.517 INFO kablam! Oct 27 22:37:17.527 INFO kablam! error: aborting due to 9 previous errors Oct 27 22:37:17.527 INFO kablam! Oct 27 22:37:17.527 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 27 22:37:17.529 INFO kablam! error: Could not compile `evm-stateful`. Oct 27 22:37:17.529 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 22:37:17.815 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.815 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:17.815 INFO kablam! | Oct 27 22:37:17.815 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.815 INFO kablam! | ^^^^^ Oct 27 22:37:17.815 INFO kablam! | Oct 27 22:37:17.815 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.815 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 478:9... Oct 27 22:37:17.815 INFO kablam! --> src/lib.rs:478:9 Oct 27 22:37:17.815 INFO kablam! | Oct 27 22:37:17.815 INFO kablam! 478 | / let state = self.state(); Oct 27 22:37:17.815 INFO kablam! 479 | | let account = state.get(&address); Oct 27 22:37:17.815 INFO kablam! 480 | | Oct 27 22:37:17.815 INFO kablam! 481 | | match account { Oct 27 22:37:17.815 INFO kablam! ... | Oct 27 22:37:17.816 INFO kablam! 486 | | } Oct 27 22:37:17.816 INFO kablam! 487 | | } Oct 27 22:37:17.816 INFO kablam! | |_____^ Oct 27 22:37:17.816 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.816 INFO kablam! | ^^^^^ Oct 27 22:37:17.816 INFO kablam! Oct 27 22:37:17.816 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.816 INFO kablam! | ^^^^^ Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.816 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 477:125... Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:477:125 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 477 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 27 22:37:17.816 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 27 22:37:17.816 INFO kablam! 478 | | let state = self.state(); Oct 27 22:37:17.816 INFO kablam! 479 | | let account = state.get(&address); Oct 27 22:37:17.816 INFO kablam! 480 | | Oct 27 22:37:17.816 INFO kablam! ... | Oct 27 22:37:17.816 INFO kablam! 486 | | } Oct 27 22:37:17.816 INFO kablam! 487 | | } Oct 27 22:37:17.816 INFO kablam! | |_____^ Oct 27 22:37:17.816 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.816 INFO kablam! | ^^^^^ Oct 27 22:37:17.816 INFO kablam! Oct 27 22:37:17.816 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.816 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.816 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 478:21... Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.816 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:17.816 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.816 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:17.816 INFO kablam! Oct 27 22:37:17.816 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.816 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.816 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 478:9... Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:478:9 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.816 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:17.816 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:17.816 INFO kablam! Oct 27 22:37:17.816 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.816 INFO kablam! | ^^^^^ Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.816 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.816 INFO kablam! note: ...so that method receiver is valid for the method call Oct 27 22:37:17.816 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.816 INFO kablam! | Oct 27 22:37:17.816 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.816 INFO kablam! | ^^^^^ Oct 27 22:37:17.816 INFO kablam! Oct 27 22:37:17.816 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^ Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.817 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^ Oct 27 22:37:17.817 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^ Oct 27 22:37:17.817 INFO kablam! Oct 27 22:37:17.817 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^ Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.817 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.817 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^ Oct 27 22:37:17.817 INFO kablam! Oct 27 22:37:17.817 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^ Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.817 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^ Oct 27 22:37:17.817 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^ Oct 27 22:37:17.817 INFO kablam! Oct 27 22:37:17.817 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:17.817 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.817 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 27 22:37:17.817 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:17.817 INFO kablam! | Oct 27 22:37:17.817 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:17.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:17.817 INFO kablam! Oct 27 22:37:17.817 INFO kablam! error: aborting due to 9 previous errors Oct 27 22:37:17.817 INFO kablam! Oct 27 22:37:17.817 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 27 22:37:17.827 INFO kablam! error: Could not compile `evm-stateful`. Oct 27 22:37:17.827 INFO kablam! Oct 27 22:37:17.827 INFO kablam! To learn more, run the command again with --verbose. Oct 27 22:37:17.827 INFO kablam! su: No module specific data is present Oct 27 22:37:18.311 INFO running `"docker" "rm" "-f" "4e5290eb857a52b66999d8f6b28473be85a9e5e8708965c641fb3cfe5e469489"` Oct 27 22:37:18.539 INFO blam! 4e5290eb857a52b66999d8f6b28473be85a9e5e8708965c641fb3cfe5e469489