Created
October 8, 2024 19:06
-
-
Save okdas/2352c2630b5049a32d89f18ff57bc45c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oct 08 19:05:43 testnet-validator2 cosmovisor[598432]: 7:05PM INF running app args=["start","--home=/home/poktroll/.poktroll","--halt-height=17139"] module=cosmovisor path=/home/poktroll/.poktroll/cosmovisor/genesis/bin/poktrolld | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF starting node with ABCI CometBFT in-process module=server | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service" | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service" | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service" | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service" | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service" | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF service start impl=EventBus module=events msg="Starting EventBus service" | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF service start impl=PubSub module=pubsub msg="Starting PubSub service" | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service" | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF ABCI Handshake App Info hash=A33441882B25326591FF11883A8C8CBD60D245090EC01CFC903EF2451DEC3B34 height=17139 module=consensus protocol-version=0 software-version=0.0.9 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF ABCI Replay Blocks appHeight=17139 module=consensus stateHeight=17139 storeHeight=17140 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF Replay last block using real app module=consensus | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF Closing application.db module=server | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: 7:05PM INF Closing snapshots/metadata.db module=server | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: panic: runtime error: invalid memory address or nil pointer dereference | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x15df099] | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: goroutine 1 [running]: | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cosmos/cosmos-sdk/baseapp.(*state).Context(_) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/baseapp/state.go:33 +0x59 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).FinalizeBlock.func1() | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/baseapp/abci.go:860 +0xbc | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).FinalizeBlock(0xc00115dd48, 0xc0011e4000) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/baseapp/abci.go:892 +0x1c9 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cosmos/cosmos-sdk/server.cometABCIWrapper.FinalizeBlock(...) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/server/cmt_abci.go:44 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cometbft/cometbft/abci/client.(*localClient).FinalizeBlock(0xc001c70cc0?, {0x43a9430?, 0x63f2ae0?}, 0x7f94c5216a68?) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cometbft/[email protected]/abci/client/local_client.go:185 +0xc7 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cometbft/cometbft/proxy.(*appConnConsensus).FinalizeBlock(0xc0003e28e8, {0x43a9430, 0x63f2ae0}, 0xc0011e4000) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cometbft/[email protected]/proxy/app_conn.go:104 +0x15e | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cometbft/cometbft/state.(*BlockExecutor).applyBlock(_, {{{0xb, 0x0}, {0xc002964cd8, 0x7}}, {0xc002964cf0, 0x8}, 0x1, 0x42f3, {{0xc001ebe960, ...}, ...}, ...}, ...) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cometbft/[email protected]/state/execution.go:224 +0x525 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cometbft/cometbft/state.(*BlockExecutor).ApplyBlock(_, {{{0xb, 0x0}, {0xc002964cd8, 0x7}}, {0xc002964cf0, 0x8}, 0x1, 0x42f3, {{0xc001ebe960, ...}, ...}, ...}, ...) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cometbft/[email protected]/state/execution.go:219 +0x1d9 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cometbft/cometbft/consensus.(*Handshaker).replayBlock(_, {{{0xb, 0x0}, {0xc002964cd8, 0x7}}, {0xc002964cf0, 0x8}, 0x1, 0x42f3, {{0xc001ebe960, ...}, ...}, ...}, ...) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cometbft/[email protected]/consensus/replay.go:534 +0x24e | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cometbft/cometbft/consensus.(*Handshaker).ReplayBlocksWithContext(_, {_, _}, {{{0xb, 0x0}, {0xc002964cd8, 0x7}}, {0xc002964cf0, 0x8}, 0x1, ...}, ...) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cometbft/[email protected]/consensus/replay.go:433 +0x77a | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cometbft/cometbft/consensus.(*Handshaker).HandshakeWithContext(0xc001709a28, {0x43a9388, 0xc00320c0a0}, {0x43cec38, 0xc000bc2620}) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cometbft/[email protected]/consensus/replay.go:274 +0x425 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cometbft/cometbft/node.doHandshake({_, _}, {_, _}, {{{0xb, 0x0}, {0xc002964cd8, 0x7}}, {0xc002964cf0, 0x8}, ...}, ...) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cometbft/[email protected]/node/setup.go:186 +0x1a9 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cometbft/cometbft/node.NewNodeWithContext({0x43a9388, 0xc00320c0a0}, 0xc000127040, {0x4384450, 0xc001328d20}, 0xc0031ca660, {0x4368c00, 0xc0030b5f08}, 0xc00170a5d0, 0x3f0d250, ...) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cometbft/[email protected]/node/node.go:360 +0x630 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cosmos/cosmos-sdk/server.startCmtNode({0x43a9388, 0xc00320c0a0}, 0xc000127040, {0x43fa3b0, 0xc000d85308}, 0xc0006d30a0) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:377 +0x41d | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cosmos/cosmos-sdk/server.startInProcess(_, {{{0xc000c03200, 0x10}, 0x0, {0xc000c03850, 0x7}, {0x36a1642, 0x1}, {0x36a1642, 0x1}, ...}, ...}, ...) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:323 +0x17c | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cosmos/cosmos-sdk/server.start(_, {{0x0, 0x0, 0x0}, {0x43d30f8, 0xc000e961e0}, 0x0, {0x0, 0x0}, {0x43fa2e8, ...}, ...}, ...) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:240 +0x2c7 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cosmos/cosmos-sdk/server.StartCmdWithOptions.func2.1() | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:198 +0x63 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cosmos/cosmos-sdk/server.wrapCPUProfile(0xc0006d30a0, 0xc0000839f8) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:570 +0x1b3 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cosmos/cosmos-sdk/server.StartCmdWithOptions.func2(0xc0013df208, {0xc0006d32a0?, 0x0?, 0x2?}) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:197 +0x212 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/spf13/cobra.(*Command).execute(0xc0013df208, {0xc0006d3280, 0x2, 0x2}) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:985 +0xaaa | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/spf13/cobra.(*Command).ExecuteC(0xc0014b2608) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1117 +0x3ff | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/spf13/cobra.(*Command).Execute(...) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1041 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/spf13/cobra.(*Command).ExecuteContext(...) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1034 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: github.com/cosmos/cosmos-sdk/server/cmd.Execute(0xc0014b2608, {0x0, 0x0}, {0xc00082a540, 0x18}) | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/server/cmd/execute.go:34 +0x187 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: main.main() | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598439]: /home/runner/work/poktroll/poktroll/cmd/poktrolld/main.go:15 +0x33 | |
Oct 08 19:05:44 testnet-validator2 cosmovisor[598432]: Error: exit status 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment