Oct 22 03:21:15.834 INFO checking evm-stateful-0.9.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:21:15.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 22 03:21:16.276 INFO blam! 815a8999e97b64262256a342ed6cf8d619876775b49a26b7f58220731037ed7f Oct 22 03:21:16.281 INFO running `"docker" "start" "-a" "815a8999e97b64262256a342ed6cf8d619876775b49a26b7f58220731037ed7f"` Oct 22 03:21:17.451 INFO kablam! usermod: no changes Oct 22 03:21:17.595 INFO kablam! Checking elastic-array-plus v0.9.1 Oct 22 03:21:17.595 INFO kablam! Checking ethereum-hexutil v0.2.3 Oct 22 03:21:17.599 INFO kablam! Checking sha3 v0.6.0 Oct 22 03:21:17.599 INFO kablam! Checking ripemd160 v0.6.0 Oct 22 03:21:17.599 INFO kablam! Checking libsecp256k1 v0.1.14 Oct 22 03:21:20.149 INFO kablam! Checking ethereum-rlp v0.2.3 Oct 22 03:21:22.096 INFO kablam! Checking ethereum-bigint v0.2.9 Oct 22 03:21:26.705 INFO kablam! Checking ethereum-block-core v0.1.0 Oct 22 03:21:26.705 INFO kablam! Checking ethereum-bloom v0.2.1 Oct 22 03:21:26.706 INFO kablam! Checking ethereum-trie v0.3.8 Oct 22 03:21:35.824 INFO kablam! Checking ethereum-block v0.3.5 Oct 22 03:21:38.128 INFO kablam! Checking evm v0.9.4 Oct 22 03:21:41.713 INFO kablam! Checking evm-stateful v0.9.2 (/source) Oct 22 03:21:45.257 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.257 INFO kablam! --> src/lib.rs:478:13 Oct 22 03:21:45.257 INFO kablam! | Oct 22 03:21:45.257 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.257 INFO kablam! | ^^^^^ Oct 22 03:21:45.257 INFO kablam! | Oct 22 03:21:45.257 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.257 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 478:9... Oct 22 03:21:45.257 INFO kablam! --> src/lib.rs:478:9 Oct 22 03:21:45.257 INFO kablam! | Oct 22 03:21:45.257 INFO kablam! 478 | / let state = self.state(); Oct 22 03:21:45.257 INFO kablam! 479 | | let account = state.get(&address); Oct 22 03:21:45.257 INFO kablam! 480 | | Oct 22 03:21:45.257 INFO kablam! 481 | | match account { Oct 22 03:21:45.257 INFO kablam! ... | Oct 22 03:21:45.257 INFO kablam! 486 | | } Oct 22 03:21:45.257 INFO kablam! 487 | | } Oct 22 03:21:45.257 INFO kablam! | |_____^ Oct 22 03:21:45.257 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 22 03:21:45.257 INFO kablam! --> src/lib.rs:478:13 Oct 22 03:21:45.257 INFO kablam! | Oct 22 03:21:45.257 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.257 INFO kablam! | ^^^^^ Oct 22 03:21:45.257 INFO kablam! Oct 22 03:21:45.257 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.257 INFO kablam! --> src/lib.rs:478:13 Oct 22 03:21:45.257 INFO kablam! | Oct 22 03:21:45.257 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.257 INFO kablam! | ^^^^^ Oct 22 03:21:45.257 INFO kablam! | Oct 22 03:21:45.257 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.257 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 477:125... Oct 22 03:21:45.257 INFO kablam! --> src/lib.rs:477:125 Oct 22 03:21:45.257 INFO kablam! | Oct 22 03:21:45.257 INFO kablam! 477 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 22 03:21:45.257 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 22 03:21:45.257 INFO kablam! 478 | | let state = self.state(); Oct 22 03:21:45.257 INFO kablam! 479 | | let account = state.get(&address); Oct 22 03:21:45.257 INFO kablam! 480 | | Oct 22 03:21:45.257 INFO kablam! ... | Oct 22 03:21:45.257 INFO kablam! 486 | | } Oct 22 03:21:45.257 INFO kablam! 487 | | } Oct 22 03:21:45.257 INFO kablam! | |_____^ Oct 22 03:21:45.257 INFO kablam! note: ...so that references are valid when the destructor runs Oct 22 03:21:45.257 INFO kablam! --> src/lib.rs:478:13 Oct 22 03:21:45.257 INFO kablam! | Oct 22 03:21:45.257 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.257 INFO kablam! | ^^^^^ Oct 22 03:21:45.257 INFO kablam! Oct 22 03:21:45.257 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.257 INFO kablam! --> src/lib.rs:478:21 Oct 22 03:21:45.257 INFO kablam! | Oct 22 03:21:45.257 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.257 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:21:45.257 INFO kablam! | Oct 22 03:21:45.257 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.257 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 478:21... Oct 22 03:21:45.257 INFO kablam! --> src/lib.rs:478:21 Oct 22 03:21:45.257 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.258 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:21:45.258 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:478:21 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.258 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:21:45.258 INFO kablam! Oct 22 03:21:45.258 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:478:21 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.258 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.258 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 478:9... Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:478:9 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.258 INFO kablam! note: ...so that references are valid when the destructor runs Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:478:21 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.258 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:21:45.258 INFO kablam! Oct 22 03:21:45.258 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.258 INFO kablam! | ^^^^^ Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.258 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.258 INFO kablam! note: ...so that method receiver is valid for the method call Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.258 INFO kablam! | ^^^^^ Oct 22 03:21:45.258 INFO kablam! Oct 22 03:21:45.258 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.258 INFO kablam! | ^^^^^ Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.258 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.258 INFO kablam! | ^^^^^ Oct 22 03:21:45.258 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.258 INFO kablam! | ^^^^^ Oct 22 03:21:45.258 INFO kablam! Oct 22 03:21:45.258 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.258 INFO kablam! | ^^^^^ Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.258 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.258 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.258 INFO kablam! | ^^^^^ Oct 22 03:21:45.258 INFO kablam! Oct 22 03:21:45.258 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.258 INFO kablam! | ^^^^^ Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.258 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.258 INFO kablam! | Oct 22 03:21:45.258 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.258 INFO kablam! | ^^^^^ Oct 22 03:21:45.258 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 22 03:21:45.258 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.259 INFO kablam! | Oct 22 03:21:45.259 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.259 INFO kablam! | ^^^^^ Oct 22 03:21:45.259 INFO kablam! Oct 22 03:21:45.259 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.259 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.259 INFO kablam! | Oct 22 03:21:45.259 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.259 INFO kablam! | Oct 22 03:21:45.259 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.259 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 22 03:21:45.259 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.259 INFO kablam! | Oct 22 03:21:45.259 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.259 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 22 03:21:45.259 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.259 INFO kablam! | Oct 22 03:21:45.276 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.276 INFO kablam! Oct 22 03:21:45.276 INFO kablam! error: aborting due to 9 previous errors Oct 22 03:21:45.276 INFO kablam! Oct 22 03:21:45.276 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 22 03:21:45.276 INFO kablam! error: Could not compile `evm-stateful`. Oct 22 03:21:45.276 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 03:21:45.475 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.475 INFO kablam! --> src/lib.rs:478:13 Oct 22 03:21:45.475 INFO kablam! | Oct 22 03:21:45.476 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.476 INFO kablam! | ^^^^^ Oct 22 03:21:45.476 INFO kablam! | Oct 22 03:21:45.477 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.477 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 478:9... Oct 22 03:21:45.477 INFO kablam! --> src/lib.rs:478:9 Oct 22 03:21:45.478 INFO kablam! | Oct 22 03:21:45.478 INFO kablam! 478 | / let state = self.state(); Oct 22 03:21:45.478 INFO kablam! 479 | | let account = state.get(&address); Oct 22 03:21:45.479 INFO kablam! 480 | | Oct 22 03:21:45.479 INFO kablam! 481 | | match account { Oct 22 03:21:45.479 INFO kablam! ... | Oct 22 03:21:45.480 INFO kablam! 486 | | } Oct 22 03:21:45.480 INFO kablam! 487 | | } Oct 22 03:21:45.480 INFO kablam! | |_____^ Oct 22 03:21:45.481 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 22 03:21:45.481 INFO kablam! --> src/lib.rs:478:13 Oct 22 03:21:45.481 INFO kablam! | Oct 22 03:21:45.482 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.482 INFO kablam! | ^^^^^ Oct 22 03:21:45.482 INFO kablam! Oct 22 03:21:45.483 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.483 INFO kablam! --> src/lib.rs:478:13 Oct 22 03:21:45.483 INFO kablam! | Oct 22 03:21:45.484 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.488 INFO kablam! | ^^^^^ Oct 22 03:21:45.488 INFO kablam! | Oct 22 03:21:45.489 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.489 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 477:125... Oct 22 03:21:45.489 INFO kablam! --> src/lib.rs:477:125 Oct 22 03:21:45.490 INFO kablam! | Oct 22 03:21:45.490 INFO kablam! 477 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 22 03:21:45.491 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 22 03:21:45.491 INFO kablam! 478 | | let state = self.state(); Oct 22 03:21:45.491 INFO kablam! 479 | | let account = state.get(&address); Oct 22 03:21:45.492 INFO kablam! 480 | | Oct 22 03:21:45.492 INFO kablam! ... | Oct 22 03:21:45.492 INFO kablam! 486 | | } Oct 22 03:21:45.493 INFO kablam! 487 | | } Oct 22 03:21:45.493 INFO kablam! | |_____^ Oct 22 03:21:45.493 INFO kablam! note: ...so that references are valid when the destructor runs Oct 22 03:21:45.494 INFO kablam! --> src/lib.rs:478:13 Oct 22 03:21:45.494 INFO kablam! | Oct 22 03:21:45.494 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.495 INFO kablam! | ^^^^^ Oct 22 03:21:45.495 INFO kablam! Oct 22 03:21:45.495 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.495 INFO kablam! --> src/lib.rs:478:21 Oct 22 03:21:45.496 INFO kablam! | Oct 22 03:21:45.496 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.496 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:21:45.497 INFO kablam! | Oct 22 03:21:45.497 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.497 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 478:21... Oct 22 03:21:45.498 INFO kablam! --> src/lib.rs:478:21 Oct 22 03:21:45.498 INFO kablam! | Oct 22 03:21:45.498 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.499 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:21:45.499 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 22 03:21:45.499 INFO kablam! --> src/lib.rs:478:21 Oct 22 03:21:45.500 INFO kablam! | Oct 22 03:21:45.500 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.500 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:21:45.501 INFO kablam! Oct 22 03:21:45.501 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.501 INFO kablam! --> src/lib.rs:478:21 Oct 22 03:21:45.501 INFO kablam! | Oct 22 03:21:45.502 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.502 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:21:45.502 INFO kablam! | Oct 22 03:21:45.503 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.503 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 478:9... Oct 22 03:21:45.503 INFO kablam! --> src/lib.rs:478:9 Oct 22 03:21:45.503 INFO kablam! | Oct 22 03:21:45.504 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.504 INFO kablam! note: ...so that references are valid when the destructor runs Oct 22 03:21:45.505 INFO kablam! --> src/lib.rs:478:21 Oct 22 03:21:45.505 INFO kablam! | Oct 22 03:21:45.505 INFO kablam! 478 | let state = self.state(); Oct 22 03:21:45.506 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:21:45.506 INFO kablam! Oct 22 03:21:45.506 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.507 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.507 INFO kablam! | Oct 22 03:21:45.507 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.508 INFO kablam! | ^^^^^ Oct 22 03:21:45.508 INFO kablam! | Oct 22 03:21:45.508 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.509 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 22 03:21:45.509 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.509 INFO kablam! | Oct 22 03:21:45.509 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.510 INFO kablam! note: ...so that method receiver is valid for the method call Oct 22 03:21:45.510 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.511 INFO kablam! | Oct 22 03:21:45.511 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.511 INFO kablam! | ^^^^^ Oct 22 03:21:45.512 INFO kablam! Oct 22 03:21:45.512 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.512 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.513 INFO kablam! | Oct 22 03:21:45.513 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.513 INFO kablam! | ^^^^^ Oct 22 03:21:45.514 INFO kablam! | Oct 22 03:21:45.514 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.514 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 22 03:21:45.515 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.515 INFO kablam! | Oct 22 03:21:45.515 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.515 INFO kablam! | ^^^^^ Oct 22 03:21:45.516 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 22 03:21:45.516 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.517 INFO kablam! | Oct 22 03:21:45.517 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.517 INFO kablam! | ^^^^^ Oct 22 03:21:45.518 INFO kablam! Oct 22 03:21:45.518 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.518 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.518 INFO kablam! | Oct 22 03:21:45.519 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.519 INFO kablam! | ^^^^^ Oct 22 03:21:45.519 INFO kablam! | Oct 22 03:21:45.520 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.520 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 22 03:21:45.520 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.521 INFO kablam! | Oct 22 03:21:45.521 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.522 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 22 03:21:45.522 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.522 INFO kablam! | Oct 22 03:21:45.523 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.523 INFO kablam! | ^^^^^ Oct 22 03:21:45.523 INFO kablam! Oct 22 03:21:45.524 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.524 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.524 INFO kablam! | Oct 22 03:21:45.525 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.525 INFO kablam! | ^^^^^ Oct 22 03:21:45.525 INFO kablam! | Oct 22 03:21:45.525 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.526 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 479:23... Oct 22 03:21:45.526 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.526 INFO kablam! | Oct 22 03:21:45.527 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.527 INFO kablam! | ^^^^^ Oct 22 03:21:45.527 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 22 03:21:45.527 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.528 INFO kablam! | Oct 22 03:21:45.528 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.528 INFO kablam! | ^^^^^ Oct 22 03:21:45.528 INFO kablam! Oct 22 03:21:45.529 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 22 03:21:45.529 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.529 INFO kablam! | Oct 22 03:21:45.530 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.530 INFO kablam! | Oct 22 03:21:45.531 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 22 03:21:45.531 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 479:23... Oct 22 03:21:45.531 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.531 INFO kablam! | Oct 22 03:21:45.532 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.533 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 22 03:21:45.533 INFO kablam! --> src/lib.rs:479:23 Oct 22 03:21:45.533 INFO kablam! | Oct 22 03:21:45.533 INFO kablam! 479 | let account = state.get(&address); Oct 22 03:21:45.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:21:45.534 INFO kablam! Oct 22 03:21:45.534 INFO kablam! error: aborting due to 9 previous errors Oct 22 03:21:45.534 INFO kablam! Oct 22 03:21:45.535 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 22 03:21:45.535 INFO kablam! error: Could not compile `evm-stateful`. Oct 22 03:21:45.535 INFO kablam! Oct 22 03:21:45.536 INFO kablam! To learn more, run the command again with --verbose. Oct 22 03:21:45.536 INFO kablam! su: No module specific data is present Oct 22 03:21:46.040 INFO running `"docker" "rm" "-f" "815a8999e97b64262256a342ed6cf8d619876775b49a26b7f58220731037ed7f"` Oct 22 03:21:46.460 INFO blam! 815a8999e97b64262256a342ed6cf8d619876775b49a26b7f58220731037ed7f