Skip to content

Instantly share code, notes, and snippets.

@okdas
Created October 8, 2024 20:10
Show Gist options
  • Save okdas/5a80fcf80a4470635f9198e72a6ae533 to your computer and use it in GitHub Desktop.
Save okdas/5a80fcf80a4470635f9198e72a6ae533 to your computer and use it in GitHub Desktop.
Autoscroll:On FullScreen:On Timestamps:Off Wrap:Off
poktrolld 8:03PM INF starting node with ABCI CometBFT in-process module=server
poktrolld 8:03PM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
poktrolld 8:03PM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
poktrolld 8:03PM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
poktrolld 8:03PM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
poktrolld 8:03PM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
poktrolld 8:03PM INF service start impl=EventBus module=events msg="Starting EventBus service"
poktrolld 8:03PM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
poktrolld 8:03PM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service"
poktrolld 8:03PM INF ABCI Handshake App Info hash=A33441882B25326591FF11883A8C8CBD60D245090EC01CFC903EF2451DEC3B34 height=17139 module=consensus protocol-version=0 software-version=0.0.9-1-18a08eaa
poktrolld 8:03PM INF ABCI Replay Blocks appHeight=17139 module=consensus stateHeight=17139 storeHeight=17140
poktrolld 8:03PM INF Replay last block using real app module=consensus
poktrolld 8:03PM INF Stored block hash at height 17140 EndBlock=SessionModuleEndBlock module=x/session
poktrolld 8:03PM INF found 1 expiring claims at block height 17140 method=SettlePendingClaims module=x/tokenomics
poktrolld 8:03PM INF Closing application.db module=server
poktrolld 8:03PM INF Closing snapshots/metadata.db module=server
poktrolld panic: proto: wrong wireType = 0 for field ProofRequirementThreshold
poktrolld panic: runtime error: invalid memory address or nil pointer dereference
poktrolld [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x15cdfa9]
poktrolld
poktrolld goroutine 1 [running]:
poktrolld github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).FinalizeBlock.func1()
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/baseapp/abci.go:860 +0x149
poktrolld panic({0x3090700?, 0xc002921390?})
poktrolld /usr/local/go/src/runtime/panic.go:785 +0x132
Stream closed EOF for testnet-validated/testnet-validated-poktrolld-0 (init-priv-validator-state)
poktrolld github.com/cosmos/cosmos-sdk/codec.(*ProtoCodec).MustUnmarshal(0x0?, {0xc001456502?, 0xc000f02e08?, 0xc001b71400?}, {0x43e16a0?, 0xc0018c8440?})
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/codec/proto_codec.go:113 +0x3b
poktrolld github.com/pokt-network/poktroll/x/proof/keeper.Keeper.GetParams({{0x441c040, 0xc000a2cb10}, {0x43bbe80, 0xc00103d8a0}, {0x44065b8, 0xc0000e8230}, {0xc0011f8000, 0x2b}, {0x79b3284d0fd0, 0xc0001be060}, ...}, ...)
poktrolld /poktroll/x/proof/keeper/params.go:19 +0xbc
poktrolld github.com/pokt-network/poktroll/x/proof/keeper.Keeper.ProofRequirementForClaim({{0x441c040, 0xc000a2cb10}, {0x43bbe80, 0xc00103d8a0}, {0x44065b8, 0xc0000e8230}, {0xc0011f8000, 0x2b}, {0x79b3284d0fd0, 0xc0001be060}, ...}, ...)
poktrolld /poktroll/x/proof/keeper/msg_server_submit_proof.go:233 +0x1a8
poktrolld github.com/pokt-network/poktroll/x/tokenomics/keeper.Keeper.SettlePendingClaims({{0x441c040, 0xc000a2cb10}, {0x43bbe80, 0xc001071e50}, {0x44065b8, 0xc0000e8230}, {0xc0011f8000, 0x2b}, {0x79b3284d4390, 0xc0001be060}, ...}, ...)
poktrolld /poktroll/x/tokenomics/keeper/settle_pending_claims.go:81 +0x64c
poktrolld github.com/pokt-network/poktroll/x/tokenomics/module.EndBlocker({{0x43fc7c0, 0x64668e0}, {0x441c9f0, 0xc000cd3b80}, {{0x0, 0x0}, {0xc000e7f730, 0x8}, 0x42f4, {0x1b652037, ...}, ...}, ...}, ...)
poktrolld /poktroll/x/tokenomics/module/abci.go:24 +0x138
poktrolld github.com/pokt-network/poktroll/x/tokenomics/module.AppModule.EndBlock({{{0x441c040, 0xc000a2cb10}}, {{0x441c040, 0xc000a2cb10}, {0x43bbe80, 0xc001071e50}, {0x44065b8, 0xc0000e8230}, {0xc0011f8000, 0x2b}, ...}, ...}, ...)
poktrolld /poktroll/x/tokenomics/module/module.go:158 +0xbb
poktrolld github.com/cosmos/cosmos-sdk/types/module.(*Manager).EndBlock(_, {{0x43fc7c0, 0x64668e0}, {0x441c9f0, 0xc000cd3b80}, {{0x0, 0x0}, {0xc000e7f730, 0x8}, 0x42f4, ...}, ...})
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/types/module/module.go:799 +0x232
poktrolld github.com/cosmos/cosmos-sdk/runtime.(*App).EndBlocker(...)
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/runtime/app.go:170
poktrolld github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).endBlock(0xc000efdb08, {0x64668e0?, 0x441c9f0?})
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/baseapp/baseapp.go:798 +0xf5
poktrolld github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).internalFinalizeBlock(0xc000efdb08, {0x43fc7c0, 0x64668e0}, 0xc0011d00c0)
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/baseapp/abci.go:822 +0x142f
poktrolld github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).FinalizeBlock(0xc000efdb08, 0xc0011d00c0)
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/baseapp/abci.go:887 +0x16c
poktrolld github.com/cosmos/cosmos-sdk/server.cometABCIWrapper.FinalizeBlock(...)
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/server/cmt_abci.go:44
poktrolld github.com/cometbft/cometbft/abci/client.(*localClient).FinalizeBlock(0xc001032640?, {0x43fcad0?, 0x64668e0?}, 0x79b3713da108?)
poktrolld /go/pkg/mod/github.com/cometbft/[email protected]/abci/client/local_client.go:185 +0xc7
poktrolld github.com/cometbft/cometbft/proxy.(*appConnConsensus).FinalizeBlock(0xc00123d410, {0x43fcad0, 0x64668e0}, 0xc0011d00c0)
poktrolld /go/pkg/mod/github.com/cometbft/[email protected]/proxy/app_conn.go:104 +0x15e
poktrolld github.com/cometbft/cometbft/state.(*BlockExecutor).applyBlock(_, {{{0xb, 0x0}, {0xc000aef248, 0x7}}, {0xc000aef2b0, 0x8}, 0x1, 0x42f3, {{0xc001aee7c0, ...}, ...}, ...}, ...)
poktrolld /go/pkg/mod/github.com/cometbft/[email protected]/state/execution.go:224 +0x525
poktrolld github.com/cometbft/cometbft/state.(*BlockExecutor).ApplyBlock(_, {{{0xb, 0x0}, {0xc000aef248, 0x7}}, {0xc000aef2b0, 0x8}, 0x1, 0x42f3, {{0xc001aee7c0, ...}, ...}, ...}, ...)
poktrolld /go/pkg/mod/github.com/cometbft/[email protected]/state/execution.go:219 +0x1d9
poktrolld github.com/cometbft/cometbft/consensus.(*Handshaker).replayBlock(_, {{{0xb, 0x0}, {0xc000aef248, 0x7}}, {0xc000aef2b0, 0x8}, 0x1, 0x42f3, {{0xc001aee7c0, ...}, ...}, ...}, ...)
poktrolld /go/pkg/mod/github.com/cometbft/[email protected]/consensus/replay.go:534 +0x24e
poktrolld github.com/cometbft/cometbft/consensus.(*Handshaker).ReplayBlocksWithContext(_, {_, _}, {{{0xb, 0x0}, {0xc000aef248, 0x7}}, {0xc000aef2b0, 0x8}, 0x1, ...}, ...)
poktrolld /go/pkg/mod/github.com/cometbft/[email protected]/consensus/replay.go:433 +0x77a
poktrolld github.com/cometbft/cometbft/consensus.(*Handshaker).HandshakeWithContext(0xc002acba28, {0x43fca28, 0xc002fcf130}, {0x4422418, 0xc0017f4460})
poktrolld /go/pkg/mod/github.com/cometbft/[email protected]/consensus/replay.go:274 +0x425
poktrolld github.com/cometbft/cometbft/node.doHandshake({_, _}, {_, _}, {{{0xb, 0x0}, {0xc000aef248, 0x7}}, {0xc000aef2b0, 0x8}, ...}, ...)
poktrolld /go/pkg/mod/github.com/cometbft/[email protected]/node/setup.go:186 +0x1a9
poktrolld github.com/cometbft/cometbft/node.NewNodeWithContext({0x43fca28, 0xc002fcf130}, 0xc00186a140, {0x43d7590, 0xc0017d7cc0}, 0xc0032ea230, {0x43bbb20, 0xc001c5b350}, 0xc0014405d0, 0x3f5a670, ...)
poktrolld /go/pkg/mod/github.com/cometbft/[email protected]/node/node.go:360 +0x630
poktrolld github.com/cosmos/cosmos-sdk/server.startCmtNode({0x43fca28, 0xc002fcf130}, 0xc00186a140, {0x444e3d0, 0xc000a64008}, 0xc00181e640)
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:377 +0x41d
poktrolld github.com/cosmos/cosmos-sdk/server.startInProcess(_, {{{0xc001779eb8, 0x8}, 0x0, {0xc001779fc0, 0x7}, {0x36ebf2a, 0x1}, {0x36ebf2a, 0x1}, ...}, ...}, ...)
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:323 +0x17c
poktrolld github.com/cosmos/cosmos-sdk/server.start(_, {{0x0, 0x0, 0x0}, {0x44268d8, 0xc0017a28a0}, 0x0, {0xc00180d1a8, 0x8}, {0x444e308, ...}, ...}, ...)
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:240 +0x2c7
poktrolld github.com/cosmos/cosmos-sdk/server.StartCmdWithOptions.func2.1()
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:198 +0x63
poktrolld github.com/cosmos/cosmos-sdk/server.wrapCPUProfile(0xc00181e640, 0xc0000899f8)
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:570 +0x1b3
poktrolld github.com/cosmos/cosmos-sdk/server.StartCmdWithOptions.func2(0xc0015d6908, {0xc001810d80?, 0x0?, 0x9?})
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:197 +0x212
poktrolld github.com/spf13/cobra.(*Command).execute(0xc0015d6908, {0xc001810cf0, 0x9, 0x9})
poktrolld /go/pkg/mod/github.com/spf13/[email protected]/command.go:985 +0xaaa
poktrolld github.com/spf13/cobra.(*Command).ExecuteC(0xc001416c08)
poktrolld /go/pkg/mod/github.com/spf13/[email protected]/command.go:1117 +0x3ff
poktrolld github.com/spf13/cobra.(*Command).Execute(...)
poktrolld /go/pkg/mod/github.com/spf13/[email protected]/command.go:1041
poktrolld github.com/spf13/cobra.(*Command).ExecuteContext(...)
poktrolld /go/pkg/mod/github.com/spf13/[email protected]/command.go:1034
poktrolld github.com/cosmos/cosmos-sdk/server/cmd.Execute(0xc001416c08, {0x0, 0x0}, {0xc000a5d790, 0xf})
poktrolld /go/pkg/mod/github.com/cosmos/[email protected]/server/cmd/execute.go:34 +0x187
poktrolld main.main()
poktrolld /poktroll/cmd/poktrolld/main.go:15 +0x33
Stream closed EOF for testnet-validated/testnet-validated-poktrolld-0 (poktrolld)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment