Skip to content

Instantly share code, notes, and snippets.

@taariq
Created October 4, 2022 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taariq/97904c9622ab0fcc9337e3f41c120920 to your computer and use it in GitHub Desktop.
Save taariq/97904c9622ab0fcc9337e3f41c120920 to your computer and use it in GitHub Desktop.
October 4, 2022 Restart Failure
Oct 04 18:07:13 vultr cosmovisor[521008]: {"level":"info","module":"consensus","appHeight":0,"stateHeight":0,"storeHeight":0,"time":"2022-10-04T18:07:13Z","message":"ABCI Replay Blocks"}
Oct 04 18:07:13 vultr cosmovisor[521008]: panic: expected module account was 10000000ugrain but we got
Oct 04 18:07:13 vultr cosmovisor[521008]: goroutine 1 [running]:
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/cosmos/cosmos-sdk/x/gov.InitGenesis({{0x267d188, 0xc0001ae000}, {0x268af00, 0xc00118de40}, {{0x0, 0x0}, {0xc0001cc2e8, 0x11}, 0x81f94, {0xac92243, ...}, ...}, ...}, ...)
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.45.8/x/gov/genesis.go:52 +0x739
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/cosmos/cosmos-sdk/x/gov.AppModule.InitGenesis({{{0x268cb30, 0xc001101df0}, {0x0, 0x0, 0x0}}, {{0x266a700, 0xc00121fce0}, {0x267e148, 0xc0002227e0}, {0x7fb1b8593ef0, ...}, ...}, ...}, ...)
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.45.8/x/gov/module.go:171 +0x129
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/cosmos/cosmos-sdk/types/module.(*Manager).InitGenesis(_, {{0x267d188, 0xc0001ae000}, {0x268af00, 0xc00118de40}, {{0x0, 0x0}, {0xc0001cc2e8, 0x11}, 0x81f94, ...}, ...}, ...)
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.45.8/types/module/module.go:327 +0x29d
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/palomachain/paloma/app.(*App).InitChainer(_, {{0x267d188, 0xc0001ae000}, {0x268af00, 0xc00118de40}, {{0x0, 0x0}, {0xc0001cc2e8, 0x11}, 0x81f94, ...}, ...}, ...)
Oct 04 18:07:13 vultr cosmovisor[521008]: /app/app/app.go:776 +0x20e
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).InitChain(0xc000187040, {{0xac92243, 0xeda9dc000, 0x0}, {0xc0001cc2e8, 0x11}, 0xc0011b07c0, {0xc0012ba120, 0xb, 0xb}, ...})
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.45.8/baseapp/abci.go:62 +0x455
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/tendermint/tendermint/abci/client.(*localClient).InitChainSync(0xc0001abb60, {{0xac92243, 0xeda9dc000, 0x0}, {0xc0001cc2e8, 0x11}, 0xc0011b07c0, {0xc0012ba120, 0xb, 0xb}, ...})
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/tendermint/tendermint@v0.34.21/abci/client/local_client.go:272 +0x118
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/tendermint/tendermint/proxy.(*appConnConsensus).InitChainSync(0x449da5?, {{0xac92243, 0xeda9dc000, 0x0}, {0xc0001cc2e8, 0x11}, 0xc0011b07c0, {0xc0012ba120, 0xb, 0xb}, ...})
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/tendermint/tendermint@v0.34.21/proxy/app_conn.go:77 +0x55
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/tendermint/tendermint/consensus.(*Handshaker).ReplayBlocks(_, {{{0xb, 0x0}, {0x1d337f5, 0x7}}, {0xc0001cc2e8, 0x11}, 0x81f94, 0x0, {{0x0, ...}, ...}, ...}, ...)
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/tendermint/tendermint@v0.34.21/consensus/replay.go:319 +0xd78
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/tendermint/tendermint/consensus.(*Handshaker).Handshake(0xc000ee7eb8, {0x268b7e0, 0xc00052c270})
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/tendermint/tendermint@v0.34.21/consensus/replay.go:268 +0x3c8
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/tendermint/tendermint/node.doHandshake({_, _}, {{{0xb, 0x0}, {0x1d337f5, 0x7}}, {0xc0001cc2e8, 0x11}, 0x81f94, 0x0, ...}, ...)
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/tendermint/tendermint@v0.34.21/node/node.go:330 +0x1b8
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/tendermint/tendermint/node.NewNode(0xc00055ea00, {0x267a000, 0xc000207220}, 0xc0010a31e0, {0x2663620, 0xc000131da0}, 0x0?, 0x0?, 0xc0010a3390, {0x267e0a0, ...}, ...)
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/tendermint/tendermint@v0.34.21/node/node.go:778 +0x597
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/cosmos/cosmos-sdk/server.startInProcess(_, {{0x0, 0x0, 0x0}, {0x26921f0, 0xc0005633e0}, {0x0, 0x0}, {0x2681b70, 0xc001101df0}, ...}, ...)
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.45.8/server/start.go:276 +0x81b
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/cosmos/cosmos-sdk/server.StartCmd.func2(0xc001158280?, {0x377dc90?, 0x0?, 0x0?})
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.45.8/server/start.go:126 +0x169
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/spf13/cobra.(*Command).execute(0xc001158280, {0x377dc90, 0x0, 0x0})
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/spf13/cobra@v1.5.0/command.go:872 +0x694
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/spf13/cobra.(*Command).ExecuteC(0xc00110f180)
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/spf13/cobra@v1.5.0/command.go:990 +0x3b4
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/spf13/cobra.(*Command).Execute(...)
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/spf13/cobra@v1.5.0/command.go:918
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/spf13/cobra.(*Command).ExecuteContext(...)
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/spf13/cobra@v1.5.0/command.go:911
Oct 04 18:07:13 vultr cosmovisor[521008]: github.com/cosmos/cosmos-sdk/server/cmd.Execute(0x241b670?, {0xc000249680, 0x14})
Oct 04 18:07:13 vultr cosmovisor[521008]: /go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.45.8/server/cmd/execute.go:36 +0x1eb
Oct 04 18:07:13 vultr cosmovisor[521008]: main.main()
Oct 04 18:07:13 vultr cosmovisor[521008]: /app/cmd/palomad/main.go:77 +0x26a
Oct 04 18:07:13 vultr cosmovisor[520997]: 6:07PM ERR error="exit status 2" module=cosmovisor
Oct 04 18:07:13 vultr systemd[1]: palomad.service: Main process exited, code=exited, status=1/FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment