Oct 15 17:54:58.294 INFO testing sputnikvm-stateful-0.10.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 17:54:58.294 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 17:54:58.673 INFO blam! aa35cd17ab7322cf8f7f4f51966f2bc09a6fec04c0190741c4c013bcb7a16b69 Oct 15 17:54:58.676 INFO running `"docker" "start" "-a" "aa35cd17ab7322cf8f7f4f51966f2bc09a6fec04c0190741c4c013bcb7a16b69"` Oct 15 17:54:59.855 INFO kablam! usermod: no changes Oct 15 17:54:59.997 INFO kablam! Compiling nodrop v0.1.12 Oct 15 17:54:59.997 INFO kablam! Compiling etcommon-hexutil v0.2.3 Oct 15 17:54:59.997 INFO kablam! Compiling elastic-array-plus v0.9.1 Oct 15 17:55:00.000 INFO kablam! Compiling odds v0.2.26 Oct 15 17:55:00.003 INFO kablam! Compiling blockchain v0.2.0 Oct 15 17:55:00.003 INFO kablam! Compiling secp256k1-plus v0.5.7 Oct 15 17:55:01.266 INFO kablam! Compiling generic-array v0.8.3 Oct 15 17:55:02.425 INFO kablam! Compiling etcommon-rlp v0.2.3 Oct 15 17:55:03.047 INFO kablam! Compiling arrayvec v0.3.25 Oct 15 17:55:03.327 INFO kablam! Compiling block-buffer v0.2.0 Oct 15 17:55:03.327 INFO kablam! Compiling digest v0.6.2 Oct 15 17:55:05.199 INFO kablam! Compiling etcommon-bigint v0.2.9 Oct 15 17:55:05.298 INFO kablam! Compiling sha3 v0.6.0 Oct 15 17:55:05.298 INFO kablam! Compiling ripemd160 v0.6.0 Oct 15 17:55:05.299 INFO kablam! Compiling sha2 v0.6.0 Oct 15 17:55:12.742 INFO kablam! Compiling etcommon-bloom v0.2.1 Oct 15 17:55:12.742 INFO kablam! Compiling etcommon-block-core v0.1.0 Oct 15 17:55:12.742 INFO kablam! Compiling etcommon-trie v0.3.11 Oct 15 17:55:18.078 INFO kablam! Compiling etcommon-block v0.3.4 Oct 15 17:55:20.548 INFO kablam! Compiling sputnikvm v0.10.1 Oct 15 17:55:24.423 INFO kablam! Compiling sputnikvm-stateful v0.10.0 (/source) Oct 15 17:55:26.229 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 15 17:55:26.229 INFO kablam! --> src/lib.rs:471:13 Oct 15 17:55:26.229 INFO kablam! | Oct 15 17:55:26.229 INFO kablam! 471 | let state = self.state(); Oct 15 17:55:26.229 INFO kablam! | ^^^^^ Oct 15 17:55:26.230 INFO kablam! | Oct 15 17:55:26.230 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 15 17:55:26.230 INFO kablam! note: the associated type `>::Guard` must be valid for the block suffix following statement 0 at 471:9... Oct 15 17:55:26.230 INFO kablam! --> src/lib.rs:471:9 Oct 15 17:55:26.230 INFO kablam! | Oct 15 17:55:26.230 INFO kablam! 471 | / let state = self.state(); Oct 15 17:55:26.230 INFO kablam! 472 | | let account = state.get(&address); Oct 15 17:55:26.230 INFO kablam! 473 | | Oct 15 17:55:26.230 INFO kablam! 474 | | match account { Oct 15 17:55:26.230 INFO kablam! ... | Oct 15 17:55:26.230 INFO kablam! 479 | | } Oct 15 17:55:26.230 INFO kablam! 480 | | } Oct 15 17:55:26.230 INFO kablam! | |_____^ Oct 15 17:55:26.230 INFO kablam! note: ...so that variable is valid at time of its declaration Oct 15 17:55:26.230 INFO kablam! --> src/lib.rs:471:13 Oct 15 17:55:26.230 INFO kablam! | Oct 15 17:55:26.230 INFO kablam! 471 | let state = self.state(); Oct 15 17:55:26.230 INFO kablam! | ^^^^^ Oct 15 17:55:26.230 INFO kablam! Oct 15 17:55:26.230 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 15 17:55:26.230 INFO kablam! --> src/lib.rs:471:13 Oct 15 17:55:26.231 INFO kablam! | Oct 15 17:55:26.231 INFO kablam! 471 | let state = self.state(); Oct 15 17:55:26.232 INFO kablam! | ^^^^^ Oct 15 17:55:26.232 INFO kablam! | Oct 15 17:55:26.232 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 15 17:55:26.233 INFO kablam! note: the associated type `>::Guard` must be valid for the block at 470:125... Oct 15 17:55:26.233 INFO kablam! --> src/lib.rs:470:125 Oct 15 17:55:26.233 INFO kablam! | Oct 15 17:55:26.233 INFO kablam! 470 | pub fn storage_state<'a>(&'a self, address: Address) -> Option>::Guard, H256, M256>> { Oct 15 17:55:26.234 INFO kablam! | _____________________________________________________________________________________________________________________________^ Oct 15 17:55:26.234 INFO kablam! 471 | | let state = self.state(); Oct 15 17:55:26.234 INFO kablam! 472 | | let account = state.get(&address); Oct 15 17:55:26.235 INFO kablam! 473 | | Oct 15 17:55:26.235 INFO kablam! ... | Oct 15 17:55:26.235 INFO kablam! 479 | | } Oct 15 17:55:26.236 INFO kablam! 480 | | } Oct 15 17:55:26.236 INFO kablam! | |_____^ Oct 15 17:55:26.236 INFO kablam! note: ...so that references are valid when the destructor runs Oct 15 17:55:26.237 INFO kablam! --> src/lib.rs:471:13 Oct 15 17:55:26.237 INFO kablam! | Oct 15 17:55:26.237 INFO kablam! 471 | let state = self.state(); Oct 15 17:55:26.237 INFO kablam! | ^^^^^ Oct 15 17:55:26.238 INFO kablam! Oct 15 17:55:26.238 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 15 17:55:26.238 INFO kablam! --> src/lib.rs:471:21 Oct 15 17:55:26.239 INFO kablam! | Oct 15 17:55:26.239 INFO kablam! 471 | let state = self.state(); Oct 15 17:55:26.239 INFO kablam! | ^^^^^^^^^^^^ Oct 15 17:55:26.240 INFO kablam! | Oct 15 17:55:26.240 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 15 17:55:26.240 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 471:21... Oct 15 17:55:26.240 INFO kablam! --> src/lib.rs:471:21 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 471 | let state = self.state(); Oct 15 17:55:26.242 INFO kablam! | ^^^^^^^^^^^^ Oct 15 17:55:26.242 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:471:21 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 471 | let state = self.state(); Oct 15 17:55:26.242 INFO kablam! | ^^^^^^^^^^^^ Oct 15 17:55:26.242 INFO kablam! Oct 15 17:55:26.242 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:471:21 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 471 | let state = self.state(); Oct 15 17:55:26.242 INFO kablam! | ^^^^^^^^^^^^ Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 15 17:55:26.242 INFO kablam! note: the associated type `>::Guard` must be valid for the destruction scope surrounding statement at 471:9... Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:471:9 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 471 | let state = self.state(); Oct 15 17:55:26.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:55:26.242 INFO kablam! note: ...so that references are valid when the destructor runs Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:471:21 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 471 | let state = self.state(); Oct 15 17:55:26.242 INFO kablam! | ^^^^^^^^^^^^ Oct 15 17:55:26.242 INFO kablam! Oct 15 17:55:26.242 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.242 INFO kablam! | ^^^^^ Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 15 17:55:26.242 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 472:23... Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 17:55:26.242 INFO kablam! note: ...so that method receiver is valid for the method call Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.242 INFO kablam! | ^^^^^ Oct 15 17:55:26.242 INFO kablam! Oct 15 17:55:26.242 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.242 INFO kablam! | ^^^^^ Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 15 17:55:26.242 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 472:23... Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.242 INFO kablam! | ^^^^^ Oct 15 17:55:26.242 INFO kablam! note: ...so type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` of expression is valid during the expression Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.242 INFO kablam! | ^^^^^ Oct 15 17:55:26.242 INFO kablam! Oct 15 17:55:26.242 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.242 INFO kablam! | ^^^^^ Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 15 17:55:26.242 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 472:23... Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 17:55:26.242 INFO kablam! note: ...so that the type `trie::FixedSecureTrie<>::Guard, bigint::H160, block::Account>` is not borrowed for too long Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.242 INFO kablam! | ^^^^^ Oct 15 17:55:26.242 INFO kablam! Oct 15 17:55:26.242 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 15 17:55:26.242 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.242 INFO kablam! | ^^^^^ Oct 15 17:55:26.242 INFO kablam! | Oct 15 17:55:26.242 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 15 17:55:26.242 INFO kablam! note: the associated type `>::Guard` must be valid for the expression at 472:23... Oct 15 17:55:26.243 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.243 INFO kablam! | Oct 15 17:55:26.243 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.243 INFO kablam! | ^^^^^ Oct 15 17:55:26.243 INFO kablam! note: ...so that auto-reference is valid at the time of borrow Oct 15 17:55:26.243 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.243 INFO kablam! | Oct 15 17:55:26.243 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.243 INFO kablam! | ^^^^^ Oct 15 17:55:26.243 INFO kablam! Oct 15 17:55:26.243 INFO kablam! error[E0311]: the associated type `>::Guard` may not live long enough Oct 15 17:55:26.243 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.243 INFO kablam! | Oct 15 17:55:26.243 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 17:55:26.243 INFO kablam! | Oct 15 17:55:26.243 INFO kablam! = help: consider adding an explicit lifetime bound for `>::Guard` Oct 15 17:55:26.243 INFO kablam! note: the associated type `>::Guard` must be valid for the method call at 472:23... Oct 15 17:55:26.243 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.243 INFO kablam! | Oct 15 17:55:26.243 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 17:55:26.243 INFO kablam! note: ...so that a type/lifetime parameter is in scope here Oct 15 17:55:26.243 INFO kablam! --> src/lib.rs:472:23 Oct 15 17:55:26.243 INFO kablam! | Oct 15 17:55:26.243 INFO kablam! 472 | let account = state.get(&address); Oct 15 17:55:26.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 17:55:26.243 INFO kablam! Oct 15 17:55:26.243 INFO kablam! error: aborting due to 9 previous errors Oct 15 17:55:26.243 INFO kablam! Oct 15 17:55:26.243 INFO kablam! For more information about this error, try `rustc --explain E0311`. Oct 15 17:55:26.247 INFO kablam! error: Could not compile `sputnikvm-stateful`. Oct 15 17:55:26.247 INFO kablam! Oct 15 17:55:26.247 INFO kablam! To learn more, run the command again with --verbose. Oct 15 17:55:26.248 INFO kablam! su: No module specific data is present Oct 15 17:55:27.589 INFO running `"docker" "rm" "-f" "aa35cd17ab7322cf8f7f4f51966f2bc09a6fec04c0190741c4c013bcb7a16b69"` Oct 15 17:55:27.867 INFO blam! aa35cd17ab7322cf8f7f4f51966f2bc09a6fec04c0190741c4c013bcb7a16b69