Oct 27 22:36:44.290 INFO checking evm-stateful-0.9.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:36:44.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:36:44.747 INFO blam! a7058e0b8aee55bd226a19327766f365459ce029551cfbbaaf1d6f6ddbac4ad1 Oct 27 22:36:44.763 INFO running `"docker" "start" "-a" "a7058e0b8aee55bd226a19327766f365459ce029551cfbbaaf1d6f6ddbac4ad1"` Oct 27 22:36:46.201 INFO kablam! usermod: no changes Oct 27 22:36:46.387 INFO kablam! Checking ethereum-hexutil v0.2.3 Oct 27 22:36:46.399 INFO kablam! Checking elastic-array-plus v0.9.1 Oct 27 22:36:46.417 INFO kablam! Checking blockchain v0.2.0 Oct 27 22:36:46.419 INFO kablam! Checking block-buffer v0.2.0 Oct 27 22:36:46.419 INFO kablam! Checking hmac-drbg v0.1.2 Oct 27 22:36:48.156 INFO kablam! Checking sha3 v0.6.0 Oct 27 22:36:48.156 INFO kablam! Checking sha2 v0.6.0 Oct 27 22:36:48.156 INFO kablam! Checking ripemd160 v0.6.0 Oct 27 22:36:50.040 INFO kablam! Checking libsecp256k1 v0.1.14 Oct 27 22:36:51.580 INFO kablam! Checking ethereum-rlp v0.2.3 Oct 27 22:36:53.504 INFO kablam! Checking ethereum-bigint v0.2.9 Oct 27 22:36:58.271 INFO kablam! Checking ethereum-block-core v0.1.0 Oct 27 22:36:58.271 INFO kablam! Checking ethereum-trie v0.3.8 Oct 27 22:36:58.271 INFO kablam! Checking ethereum-bloom v0.2.1 Oct 27 22:37:10.214 INFO kablam! Checking ethereum-block v0.3.5 Oct 27 22:37:12.691 INFO kablam! Checking evm v0.9.4 Oct 27 22:37:16.271 INFO kablam! Checking evm-stateful v0.9.2 (/source) Oct 27 22:37:19.279 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.279 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:19.279 INFO kablam! | Oct 27 22:37:19.279 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.279 INFO kablam! | ^^^^^ Oct 27 22:37:19.279 INFO kablam! | Oct 27 22:37:19.279 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.279 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 478:9... Oct 27 22:37:19.279 INFO kablam! --> src/lib.rs:478:9 Oct 27 22:37:19.279 INFO kablam! | Oct 27 22:37:19.279 INFO kablam! 478 | / let state = self.state(); Oct 27 22:37:19.279 INFO kablam! 479 | | let account = state.get(&address); Oct 27 22:37:19.279 INFO kablam! 480 | | Oct 27 22:37:19.279 INFO kablam! 481 | | match account { Oct 27 22:37:19.279 INFO kablam! ... | Oct 27 22:37:19.279 INFO kablam! 486 | | } Oct 27 22:37:19.279 INFO kablam! 487 | | } Oct 27 22:37:19.279 INFO kablam! | |_____^ Oct 27 22:37:19.279 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 27 22:37:19.279 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:19.279 INFO kablam! | Oct 27 22:37:19.280 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.280 INFO kablam! | ^^^^^ Oct 27 22:37:19.280 INFO kablam! Oct 27 22:37:19.280 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.280 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:19.280 INFO kablam! | Oct 27 22:37:19.280 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.280 INFO kablam! | ^^^^^ Oct 27 22:37:19.280 INFO kablam! | Oct 27 22:37:19.280 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.280 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 477:125... Oct 27 22:37:19.280 INFO kablam! --> src/lib.rs:477:125 Oct 27 22:37:19.280 INFO kablam! | Oct 27 22:37:19.280 INFO kablam! 477 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 27 22:37:19.280 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 27 22:37:19.280 INFO kablam! 478 | | let state = self.state(); Oct 27 22:37:19.280 INFO kablam! 479 | | let account = state.get(&address); Oct 27 22:37:19.280 INFO kablam! 480 | | Oct 27 22:37:19.280 INFO kablam! ... | Oct 27 22:37:19.280 INFO kablam! 486 | | } Oct 27 22:37:19.280 INFO kablam! 487 | | } Oct 27 22:37:19.280 INFO kablam! | |_____^ Oct 27 22:37:19.281 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 22:37:19.281 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.281 INFO kablam! | ^^^^^ Oct 27 22:37:19.281 INFO kablam! Oct 27 22:37:19.281 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.281 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.281 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.281 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 478:21... Oct 27 22:37:19.281 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.281 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:19.281 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 22:37:19.281 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.281 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:19.281 INFO kablam! Oct 27 22:37:19.281 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.281 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.281 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.281 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 478:9... Oct 27 22:37:19.281 INFO kablam! --> src/lib.rs:478:9 Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.281 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 22:37:19.281 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.281 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:19.281 INFO kablam! Oct 27 22:37:19.281 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.281 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.281 INFO kablam! | ^^^^^ Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.281 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:19.281 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.281 INFO kablam! note: ...so that method receiver is valid for the method call Oct 27 22:37:19.281 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.281 INFO kablam! | ^^^^^ Oct 27 22:37:19.281 INFO kablam! Oct 27 22:37:19.281 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.281 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.281 INFO kablam! | ^^^^^ Oct 27 22:37:19.281 INFO kablam! | Oct 27 22:37:19.281 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.281 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 27 22:37:19.282 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.282 INFO kablam! | ^^^^^ Oct 27 22:37:19.282 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 22:37:19.282 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.282 INFO kablam! | ^^^^^ Oct 27 22:37:19.282 INFO kablam! Oct 27 22:37:19.282 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.282 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.282 INFO kablam! | ^^^^^ Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.282 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:19.282 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.282 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 27 22:37:19.282 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.282 INFO kablam! | ^^^^^ Oct 27 22:37:19.282 INFO kablam! Oct 27 22:37:19.282 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.282 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.282 INFO kablam! | ^^^^^ Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.282 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 27 22:37:19.282 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.282 INFO kablam! | ^^^^^ Oct 27 22:37:19.282 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 27 22:37:19.282 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.282 INFO kablam! | ^^^^^ Oct 27 22:37:19.282 INFO kablam! Oct 27 22:37:19.282 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.282 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.282 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:19.282 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.282 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 27 22:37:19.282 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.282 INFO kablam! | Oct 27 22:37:19.282 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.282 INFO kablam! Oct 27 22:37:19.282 INFO kablam! error: aborting due to 9 previous errors Oct 27 22:37:19.282 INFO kablam! Oct 27 22:37:19.282 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 27 22:37:19.283 INFO kablam! error: Could not compile `evm-stateful`. Oct 27 22:37:19.283 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 22:37:19.621 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.621 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:19.621 INFO kablam! | Oct 27 22:37:19.622 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.622 INFO kablam! | ^^^^^ Oct 27 22:37:19.622 INFO kablam! | Oct 27 22:37:19.623 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.623 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 478:9... Oct 27 22:37:19.623 INFO kablam! --> src/lib.rs:478:9 Oct 27 22:37:19.624 INFO kablam! | Oct 27 22:37:19.624 INFO kablam! 478 | / let state = self.state(); Oct 27 22:37:19.624 INFO kablam! 479 | | let account = state.get(&address); Oct 27 22:37:19.624 INFO kablam! 480 | | Oct 27 22:37:19.625 INFO kablam! 481 | | match account { Oct 27 22:37:19.625 INFO kablam! ... | Oct 27 22:37:19.625 INFO kablam! 486 | | } Oct 27 22:37:19.626 INFO kablam! 487 | | } Oct 27 22:37:19.626 INFO kablam! | |_____^ Oct 27 22:37:19.626 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 27 22:37:19.626 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:19.631 INFO kablam! | Oct 27 22:37:19.643 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.643 INFO kablam! | ^^^^^ Oct 27 22:37:19.643 INFO kablam! Oct 27 22:37:19.643 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.643 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:19.643 INFO kablam! | Oct 27 22:37:19.643 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.643 INFO kablam! | ^^^^^ Oct 27 22:37:19.643 INFO kablam! | Oct 27 22:37:19.643 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.643 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 477:125... Oct 27 22:37:19.643 INFO kablam! --> src/lib.rs:477:125 Oct 27 22:37:19.643 INFO kablam! | Oct 27 22:37:19.643 INFO kablam! 477 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 27 22:37:19.643 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 27 22:37:19.643 INFO kablam! 478 | | let state = self.state(); Oct 27 22:37:19.643 INFO kablam! 479 | | let account = state.get(&address); Oct 27 22:37:19.643 INFO kablam! 480 | | Oct 27 22:37:19.643 INFO kablam! ... | Oct 27 22:37:19.643 INFO kablam! 486 | | } Oct 27 22:37:19.643 INFO kablam! 487 | | } Oct 27 22:37:19.643 INFO kablam! | |_____^ Oct 27 22:37:19.643 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 22:37:19.643 INFO kablam! --> src/lib.rs:478:13 Oct 27 22:37:19.643 INFO kablam! | Oct 27 22:37:19.643 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.643 INFO kablam! | ^^^^^ Oct 27 22:37:19.643 INFO kablam! Oct 27 22:37:19.643 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.643 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:19.643 INFO kablam! | Oct 27 22:37:19.643 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.643 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:19.643 INFO kablam! | Oct 27 22:37:19.643 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.643 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 478:21... Oct 27 22:37:19.643 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:19.643 INFO kablam! | Oct 27 22:37:19.643 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.643 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:19.643 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 22:37:19.643 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:19.643 INFO kablam! | Oct 27 22:37:19.643 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.643 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:19.643 INFO kablam! Oct 27 22:37:19.643 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.643 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:19.643 INFO kablam! | Oct 27 22:37:19.643 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.644 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.644 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 478:9... Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:478:9 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.644 INFO kablam! note: ...so that references are valid when the destructor runs Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:478:21 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 478 | let state = self.state(); Oct 27 22:37:19.644 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:37:19.644 INFO kablam! Oct 27 22:37:19.644 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^ Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.644 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.644 INFO kablam! note: ...so that method receiver is valid for the method call Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^ Oct 27 22:37:19.644 INFO kablam! Oct 27 22:37:19.644 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^ Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.644 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^ Oct 27 22:37:19.644 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^ Oct 27 22:37:19.644 INFO kablam! Oct 27 22:37:19.644 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^ Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.644 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.644 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^ Oct 27 22:37:19.644 INFO kablam! Oct 27 22:37:19.644 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^ Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.644 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^ Oct 27 22:37:19.644 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^ Oct 27 22:37:19.644 INFO kablam! Oct 27 22:37:19.644 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 27 22:37:19.644 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.644 INFO kablam! | Oct 27 22:37:19.644 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 27 22:37:19.644 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 27 22:37:19.645 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.645 INFO kablam! | Oct 27 22:37:19.645 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.645 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 27 22:37:19.645 INFO kablam! --> src/lib.rs:479:23 Oct 27 22:37:19.645 INFO kablam! | Oct 27 22:37:19.645 INFO kablam! 479 | let account = state.get(&address); Oct 27 22:37:19.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:37:19.645 INFO kablam! Oct 27 22:37:19.645 INFO kablam! error: aborting due to 9 previous errors Oct 27 22:37:19.645 INFO kablam! Oct 27 22:37:19.645 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 27 22:37:19.645 INFO kablam! error: Could not compile `evm-stateful`. Oct 27 22:37:19.645 INFO kablam! Oct 27 22:37:19.645 INFO kablam! To learn more, run the command again with --verbose. Oct 27 22:37:19.645 INFO kablam! su: No module specific data is present Oct 27 22:37:20.007 INFO running `"docker" "rm" "-f" "a7058e0b8aee55bd226a19327766f365459ce029551cfbbaaf1d6f6ddbac4ad1"` Oct 27 22:37:20.123 INFO blam! a7058e0b8aee55bd226a19327766f365459ce029551cfbbaaf1d6f6ddbac4ad1