Oct 27 15:17:24.651 INFO checking sputnikvm-stateful-0.10.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:17:24.651 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15:17:25.010 INFO blam! fd88c1a4d382c42fc490974d869d4a617007f084029fb6d7952b75c33b477345 Oct 27 15:17:25.010 INFO running `"docker" "start" "-a" "fd88c1a4d382c42fc490974d869d4a617007f084029fb6d7952b75c33b477345"` Oct 27 15:17:25.939 INFO kablam! usermod: no changes Oct 27 15:17:26.065 INFO kablam! Checking byteorder v1.2.7 Oct 27 15:17:26.065 INFO kablam! Checking etcommon-hexutil v0.2.4 Oct 27 15:17:26.065 INFO kablam! Checking elastic-array-plus v0.10.0 Oct 27 15:17:26.071 INFO kablam! Compiling secp256k1-plus v0.5.7 Oct 27 15:17:29.048 INFO kablam! Checking etcommon-rlp v0.2.4 Oct 27 15:17:30.729 INFO kablam! Checking etcommon-bigint v0.2.9 Oct 27 15:17:33.632 INFO kablam! Checking etcommon-block-core v0.1.0 Oct 27 15:17:33.643 INFO kablam! Checking etcommon-trie v0.3.11 Oct 27 15:17:33.643 INFO kablam! Checking etcommon-bloom v0.2.1 Oct 27 15:17:37.755 INFO kablam! Checking etcommon-block v0.3.4 Oct 27 15:17:39.665 INFO kablam! Checking sputnikvm v0.10.1 Oct 27 15:17:42.612 INFO kablam! Checking sputnikvm-stateful v0.10.0 (/source) Oct 27 15:17:42.612 INFO kablam! Checking sputnikvm-network-classic v0.10.1 Oct 27 15:17:46.387 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:46.388 INFO kablam! --> src/lib.rs:471:13 Oct 27 15:17:46.388 INFO kablam! | Oct 27 15:17:46.388 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:46.388 INFO kablam! | ^^^^^ Oct 27 15:17:46.388 INFO kablam! | Oct 27 15:17:46.388 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:46.388 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 471:9... Oct 27 15:17:46.388 INFO kablam! --> src/lib.rs:471:9 Oct 27 15:17:46.388 INFO kablam! | Oct 27 15:17:46.388 INFO kablam! 471 | / let state = self.state(); Oct 27 15:17:46.388 INFO kablam! 472 | | let account = state.get(&address); Oct 27 15:17:46.388 INFO kablam! 473 | | Oct 27 15:17:46.388 INFO kablam! 474 | | match account { Oct 27 15:17:46.388 INFO kablam! ... | Oct 27 15:17:46.388 INFO kablam! 479 | | } Oct 27 15:17:46.388 INFO kablam! 480 | | } Oct 27 15:17:46.388 INFO kablam! | |_____^ Oct 27 15:17:46.388 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 27 15:17:46.388 INFO kablam! --> src/lib.rs:471:13 Oct 27 15:17:46.388 INFO kablam! | Oct 27 15:17:46.388 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:46.388 INFO kablam! | ^^^^^ Oct 27 15:17:46.388 INFO kablam! Oct 27 15:17:46.388 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:46.388 INFO kablam! --> src/lib.rs:471:13 Oct 27 15:17:46.388 INFO kablam! | Oct 27 15:17:46.388 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:46.388 INFO kablam! | ^^^^^ Oct 27 15:17:46.388 INFO kablam! | Oct 27 15:17:46.388 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:46.388 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 470:125... Oct 27 15:17:46.388 INFO kablam! --> src/lib.rs:470:125 Oct 27 15:17:46.388 INFO kablam! | Oct 27 15:17:46.388 INFO kablam! 470 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 27 15:17:46.388 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 27 15:17:46.388 INFO kablam! 471 | | let state = self.state(); Oct 27 15:17:46.388 INFO kablam! 472 | | let account = state.get(&address); Oct 27 15:17:46.388 INFO kablam! 473 | | Oct 27 15:17:46.388 INFO kablam! ... | Oct 27 15:17:46.388 INFO kablam! 479 | | } Oct 27 15:17:46.388 INFO kablam! 480 | | } Oct 27 15:17:46.388 INFO kablam! | |_____^ Oct 27 15:17:46.388 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 15:17:46.388 INFO kablam! --> src/lib.rs:471:13 Oct 27 15:17:46.389 INFO kablam! | Oct 27 15:17:46.389 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:46.389 INFO kablam! | ^^^^^ Oct 27 15:17:46.389 INFO kablam! Oct 27 15:17:46.389 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:46.389 INFO kablam! --> src/lib.rs:471:21 Oct 27 15:17:46.389 INFO kablam! | Oct 27 15:17:46.389 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:46.389 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:17:46.389 INFO kablam! | Oct 27 15:17:46.389 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:46.389 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 471:21... Oct 27 15:17:46.389 INFO kablam! --> src/lib.rs:471:21 Oct 27 15:17:46.389 INFO kablam! | Oct 27 15:17:46.389 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:46.389 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:17:46.389 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 15:17:46.389 INFO kablam! --> src/lib.rs:471:21 Oct 27 15:17:46.389 INFO kablam! | Oct 27 15:17:46.389 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:46.389 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:17:46.389 INFO kablam! Oct 27 15:17:46.389 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:46.389 INFO kablam! --> src/lib.rs:471:21 Oct 27 15:17:46.389 INFO kablam! | Oct 27 15:17:46.389 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:46.389 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:17:46.389 INFO kablam! | Oct 27 15:17:46.389 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:46.389 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 471:9... Oct 27 15:17:46.389 INFO kablam! --> src/lib.rs:471:9 Oct 27 15:17:46.389 INFO kablam! | Oct 27 15:17:46.389 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:46.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:46.407 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 15:17:46.407 INFO kablam! --> src/lib.rs:471:21 Oct 27 15:17:46.407 INFO kablam! | Oct 27 15:17:46.407 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:46.407 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:17:46.407 INFO kablam! Oct 27 15:17:46.407 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:46.407 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.407 INFO kablam! | Oct 27 15:17:46.407 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.407 INFO kablam! | ^^^^^ Oct 27 15:17:46.407 INFO kablam! | Oct 27 15:17:46.407 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:46.407 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 472:23... Oct 27 15:17:46.407 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.407 INFO kablam! | Oct 27 15:17:46.407 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:46.408 INFO kablam! note: ...so that method receiver is valid for the method call Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^ Oct 27 15:17:46.408 INFO kablam! Oct 27 15:17:46.408 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^ Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:46.408 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 472:23... Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^ Oct 27 15:17:46.408 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^ Oct 27 15:17:46.408 INFO kablam! Oct 27 15:17:46.408 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^ Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:46.408 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 472:23... Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:46.408 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^ Oct 27 15:17:46.408 INFO kablam! Oct 27 15:17:46.408 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^ Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:46.408 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 472:23... Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^ Oct 27 15:17:46.408 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^ Oct 27 15:17:46.408 INFO kablam! Oct 27 15:17:46.408 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:46.408 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 472:23... Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:46.408 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 27 15:17:46.408 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:46.408 INFO kablam! | Oct 27 15:17:46.408 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:46.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:46.408 INFO kablam! Oct 27 15:17:46.408 INFO kablam! error: aborting due to 9 previous errors Oct 27 15:17:46.408 INFO kablam! Oct 27 15:17:46.408 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 27 15:17:46.427 INFO kablam! error: Could not compile `sputnikvm-stateful`. Oct 27 15:17:46.427 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 15:17:48.303 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:48.303 INFO kablam! --> src/lib.rs:471:13 Oct 27 15:17:48.304 INFO kablam! | Oct 27 15:17:48.304 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:48.304 INFO kablam! | ^^^^^ Oct 27 15:17:48.304 INFO kablam! | Oct 27 15:17:48.304 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:48.304 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 471:9... Oct 27 15:17:48.304 INFO kablam! --> src/lib.rs:471:9 Oct 27 15:17:48.304 INFO kablam! | Oct 27 15:17:48.304 INFO kablam! 471 | / let state = self.state(); Oct 27 15:17:48.304 INFO kablam! 472 | | let account = state.get(&address); Oct 27 15:17:48.304 INFO kablam! 473 | | Oct 27 15:17:48.304 INFO kablam! 474 | | match account { Oct 27 15:17:48.304 INFO kablam! ... | Oct 27 15:17:48.304 INFO kablam! 479 | | } Oct 27 15:17:48.304 INFO kablam! 480 | | } Oct 27 15:17:48.304 INFO kablam! | |_____^ Oct 27 15:17:48.304 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 27 15:17:48.304 INFO kablam! --> src/lib.rs:471:13 Oct 27 15:17:48.304 INFO kablam! | Oct 27 15:17:48.304 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:48.304 INFO kablam! | ^^^^^ Oct 27 15:17:48.304 INFO kablam! Oct 27 15:17:48.304 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:48.304 INFO kablam! --> src/lib.rs:471:13 Oct 27 15:17:48.304 INFO kablam! | Oct 27 15:17:48.304 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:48.304 INFO kablam! | ^^^^^ Oct 27 15:17:48.304 INFO kablam! | Oct 27 15:17:48.304 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:48.304 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 470:125... Oct 27 15:17:48.304 INFO kablam! --> src/lib.rs:470:125 Oct 27 15:17:48.304 INFO kablam! | Oct 27 15:17:48.304 INFO kablam! 470 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 27 15:17:48.305 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 27 15:17:48.305 INFO kablam! 471 | | let state = self.state(); Oct 27 15:17:48.305 INFO kablam! 472 | | let account = state.get(&address); Oct 27 15:17:48.305 INFO kablam! 473 | | Oct 27 15:17:48.312 INFO kablam! ... | Oct 27 15:17:48.312 INFO kablam! 479 | | } Oct 27 15:17:48.312 INFO kablam! 480 | | } Oct 27 15:17:48.312 INFO kablam! | |_____^ Oct 27 15:17:48.312 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 15:17:48.312 INFO kablam! --> src/lib.rs:471:13 Oct 27 15:17:48.312 INFO kablam! | Oct 27 15:17:48.312 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:48.312 INFO kablam! | ^^^^^ Oct 27 15:17:48.312 INFO kablam! Oct 27 15:17:48.312 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:48.312 INFO kablam! --> src/lib.rs:471:21 Oct 27 15:17:48.312 INFO kablam! | Oct 27 15:17:48.312 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:48.312 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:17:48.312 INFO kablam! | Oct 27 15:17:48.312 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:48.312 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 471:21... Oct 27 15:17:48.312 INFO kablam! --> src/lib.rs:471:21 Oct 27 15:17:48.312 INFO kablam! | Oct 27 15:17:48.312 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:48.312 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:17:48.312 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 15:17:48.312 INFO kablam! --> src/lib.rs:471:21 Oct 27 15:17:48.312 INFO kablam! | Oct 27 15:17:48.312 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:48.312 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:17:48.312 INFO kablam! Oct 27 15:17:48.312 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:48.312 INFO kablam! --> src/lib.rs:471:21 Oct 27 15:17:48.312 INFO kablam! | Oct 27 15:17:48.312 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:48.312 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:17:48.312 INFO kablam! | Oct 27 15:17:48.312 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:48.312 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 471:9... Oct 27 15:17:48.312 INFO kablam! --> src/lib.rs:471:9 Oct 27 15:17:48.312 INFO kablam! | Oct 27 15:17:48.312 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:48.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:48.312 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 15:17:48.312 INFO kablam! --> src/lib.rs:471:21 Oct 27 15:17:48.312 INFO kablam! | Oct 27 15:17:48.312 INFO kablam! 471 | let state = self.state(); Oct 27 15:17:48.312 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:17:48.313 INFO kablam! Oct 27 15:17:48.313 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^ Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:48.313 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 472:23... Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:48.313 INFO kablam! note: ...so that method receiver is valid for the method call Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^ Oct 27 15:17:48.313 INFO kablam! Oct 27 15:17:48.313 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^ Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:48.313 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 472:23... Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^ Oct 27 15:17:48.313 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^ Oct 27 15:17:48.313 INFO kablam! Oct 27 15:17:48.313 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^ Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:48.313 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 472:23... Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:48.313 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^ Oct 27 15:17:48.313 INFO kablam! Oct 27 15:17:48.313 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^ Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:48.313 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 472:23... Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^ Oct 27 15:17:48.313 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^ Oct 27 15:17:48.313 INFO kablam! Oct 27 15:17:48.313 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 15:17:48.313 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 472:23... Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:48.313 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 27 15:17:48.313 INFO kablam! --> src/lib.rs:472:23 Oct 27 15:17:48.313 INFO kablam! | Oct 27 15:17:48.313 INFO kablam! 472 | let account = state.get(&address); Oct 27 15:17:48.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:48.314 INFO kablam! Oct 27 15:17:48.327 INFO kablam! error: aborting due to 9 previous errors Oct 27 15:17:48.327 INFO kablam! Oct 27 15:17:48.327 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 27 15:17:48.327 INFO kablam! error: Could not compile `sputnikvm-stateful`. Oct 27 15:17:48.327 INFO kablam! Oct 27 15:17:48.327 INFO kablam! To learn more, run the command again with --verbose. Oct 27 15:17:48.328 INFO kablam! su: No module specific data is present Oct 27 15:17:49.862 INFO running `"docker" "rm" "-f" "fd88c1a4d382c42fc490974d869d4a617007f084029fb6d7952b75c33b477345"` Oct 27 15:17:50.187 INFO blam! fd88c1a4d382c42fc490974d869d4a617007f084029fb6d7952b75c33b477345