Skip to content

Instantly share code, notes, and snippets.

@dckc
Created September 11, 2021 15:09
Show Gist options
  • Save dckc/b2823f801f72fdc2a69bb07572141396 to your computer and use it in GitHub Desktop.
Save dckc/b2823f801f72fdc2a69bb07572141396 to your computer and use it in GitHub Desktop.
customer@s159403:~$ docker logs 32ee2e6b31f3
2:49PM INF starting ABCI with Tendermint
2:49PM INF Starting multiAppConn service impl=multiAppConn module=proxy
2:49PM INF Starting localClient service connection=query impl=localClient module=abci-client
2:49PM INF Starting localClient service connection=snapshot impl=localClient module=abci-client
2:49PM INF Starting localClient service connection=mempool impl=localClient module=abci-client
2:49PM INF Starting localClient service connection=consensus impl=localClient module=abci-client
2:49PM INF Starting EventBus service impl=EventBus module=events
2:49PM INF Starting PubSub service impl=PubSub module=pubsub
2:49PM INF Starting IndexerService service impl=IndexerService module=txindex
2:49PM INF ABCI Handshake App Info hash= height=0 module=consensus protocol-version=0 software-version=0.26.17
2:49PM INF ABCI Replay Blocks appHeight=0 module=consensus stateHeight=0 storeHeight=0
2:49PM INF asserting crisis invariants inv=0/11 module=x/crisis name=gov/module-account
2:49PM INF asserting crisis invariants inv=1/11 module=x/crisis name=bank/nonnegative-outstanding
2:49PM INF asserting crisis invariants inv=2/11 module=x/crisis name=bank/total-supply
2:49PM INF asserting crisis invariants inv=3/11 module=x/crisis name=distribution/nonnegative-outstanding
2:49PM INF asserting crisis invariants inv=4/11 module=x/crisis name=distribution/can-withdraw
2:49PM INF asserting crisis invariants inv=5/11 module=x/crisis name=distribution/reference-count
2:49PM INF asserting crisis invariants inv=6/11 module=x/crisis name=distribution/module-account
2:49PM INF asserting crisis invariants inv=7/11 module=x/crisis name=staking/module-accounts
2:49PM INF asserting crisis invariants inv=8/11 module=x/crisis name=staking/nonnegative-power
2:49PM INF asserting crisis invariants inv=9/11 module=x/crisis name=staking/positive-delegation
2:49PM INF asserting crisis invariants inv=10/11 module=x/crisis name=staking/delegator-shares
2:49PM INF asserted all invariants duration=3.229823 height=0 module=x/crisis
2:49PM INF created new capability module=ibc name=ports/cosmos-transfer
2:49PM INF port binded module=x/ibc/port port=cosmos-transfer
2:49PM INF claimed capability capability=1 module=transfer name=ports/cosmos-transfer
panic: unknown field "lastNonce" in types.State
goroutine 14 [running]:
github.com/cosmos/cosmos-sdk/codec.(*ProtoCodec).MustUnmarshalJSON(0xc000de6290, 0xc000147730, 0x63, 0x70, 0x7f4b772fb380, 0xc000d0c8c0)
/go/pkg/mod/github.com/agoric-labs/cosmos-sdk@v0.43.0-alpha.agoric/codec/proto_codec.go:176 +0x8c
github.com/Agoric/agoric-sdk/golang/cosmos/x/vbank.AppModule.InitGenesis(0x0, 0x0, 0x7f4b772f2000, 0xc000e7e790, 0x7f4b77330ba0, 0xc000de6290, 0x7f4b7732b1a0, 0xc000de6290, 0xc000118280, 0x7f4b772f2000, ...)
/usr/src/agoric-sdk/golang/cosmos/x/vbank/module.go:244 +0xa4
github.com/cosmos/cosmos-sdk/types/module.(*Manager).InitGenesis(0xc001089030, 0x7f4b77314d80, 0xc000040038, 0x7f4b7732dd20, 0xc00052f580, 0x0, 0x0, 0xc0004d1160, 0xb, 0x0, ...)
/go/pkg/mod/github.com/agoric-labs/cosmos-sdk@v0.43.0-alpha.agoric/types/module/module.go:306 +0x2b5
github.com/Agoric/agoric-sdk/golang/cosmos/app.(*GaiaApp).InitChainer(0xc0000e8d00, 0x7f4b77314d80, 0xc000040038, 0x7f4b7732dd20, 0xc00052f580, 0x0, 0x0, 0xc0004d1160, 0xb, 0x0, ...)
/usr/src/agoric-sdk/golang/cosmos/app/app.go:620 +0x290
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).InitChain(0xc00054a820, 0x20a4acc1, 0xed893d7cb, 0x0, 0xc0004d1160, 0xb, 0xc00101ee40, 0x7f4b77ffada8, 0x0, 0x0, ...)
/go/pkg/mod/github.com/agoric-labs/cosmos-sdk@v0.43.0-alpha.agoric/baseapp/abci.go:62 +0x358
github.com/tendermint/tendermint/abci/client.(*localClient).InitChainSync(0xc0001c0d20, 0x20a4acc1, 0xed893d7cb, 0x0, 0xc0004d1160, 0xb, 0xc00101ee40, 0x7f4b77ffada8, 0x0, 0x0, ...)
/go/pkg/mod/github.com/tendermint/tendermint@v0.34.11/abci/client/local_client.go:266 +0x115
github.com/tendermint/tendermint/proxy.(*appConnConsensus).InitChainSync(0xc000d27bd0, 0x20a4acc1, 0xed893d7cb, 0x0, 0xc0004d1160, 0xb, 0xc00101ee40, 0x7f4b77ffada8, 0x0, 0x0, ...)
/go/pkg/mod/github.com/tendermint/tendermint@v0.34.11/proxy/app_conn.go:77 +0x7a
github.com/tendermint/tendermint/consensus.(*Handshaker).ReplayBlocks(0xc00245db60, 0xb, 0x0, 0x7f4b76a7ecc2, 0x7, 0xc0004d1160, 0xb, 0x1, 0x0, 0x0, ...)
/go/pkg/mod/github.com/tendermint/tendermint@v0.34.11/consensus/replay.go:319 +0x695
github.com/tendermint/tendermint/consensus.(*Handshaker).Handshake(0xc00245db60, 0x7f4b7732f0c0, 0xc0005169c0, 0x1, 0x1)
/go/pkg/mod/github.com/tendermint/tendermint@v0.34.11/consensus/replay.go:268 +0x478
github.com/tendermint/tendermint/node.doHandshake(0x7f4b7732ada0, 0xc000d26480, 0xb, 0x0, 0x7f4b76a7ecc2, 0x7, 0xc0004d1160, 0xb, 0x1, 0x0, ...)
/go/pkg/mod/github.com/tendermint/tendermint@v0.34.11/node/node.go:308 +0x1d8
github.com/tendermint/tendermint/node.NewNode(0xc000155a40, 0x7f4b7730b980, 0xc001218a00, 0xc001019190, 0x7f4b772d1880, 0xc000d0a7a0, 0xc001019200, 0x7f4b772983c8, 0xc0010192f0, 0x7f4b77315c40, ...)
/go/pkg/mod/github.com/tendermint/tendermint@v0.34.11/node/node.go:715 +0x2085
github.com/cosmos/cosmos-sdk/server.startInProcess(0xc00111ef20, 0x0, 0x0, 0x0, 0x7f4b77335d40, 0xc0011759b0, 0x0, 0x0, 0x7f4b7731e5a0, 0xc000122bf0, ...)
/go/pkg/mod/github.com/agoric-labs/cosmos-sdk@v0.43.0-alpha.agoric/server/start.go:263 +0x665
github.com/cosmos/cosmos-sdk/server.StartCmd.func2(0xc000d5b400, 0x7f4b77ffada8, 0x0, 0x0, 0x0, 0x0)
/go/pkg/mod/github.com/agoric-labs/cosmos-sdk@v0.43.0-alpha.agoric/server/start.go:129 +0x1ec
github.com/spf13/cobra.(*Command).execute(0xc000d5b400, 0x7f4b77ffada8, 0x0, 0x0, 0xc000d5b400, 0x7f4b77ffada8)
/go/pkg/mod/github.com/spf13/cobra@v1.1.3/command.go:852 +0x47c
github.com/spf13/cobra.(*Command).ExecuteC(0xc000156500, 0x0, 0x0, 0xc001082420)
/go/pkg/mod/github.com/spf13/cobra@v1.1.3/command.go:960 +0x375
github.com/spf13/cobra.(*Command).Execute(...)
/go/pkg/mod/github.com/spf13/cobra@v1.1.3/command.go:897
github.com/spf13/cobra.(*Command).ExecuteContext(...)
/go/pkg/mod/github.com/spf13/cobra@v1.1.3/command.go:890
github.com/cosmos/cosmos-sdk/server/cmd.Execute(0xc000156500, 0xc001082420, 0x16, 0xc000120e80, 0x7f4b77330ba0)
/go/pkg/mod/github.com/agoric-labs/cosmos-sdk@v0.43.0-alpha.agoric/server/cmd/execute.go:36 +0x285
github.com/Agoric/agoric-sdk/golang/cosmos/daemon.RunWithController(0xc0010813c0)
/usr/src/agoric-sdk/golang/cosmos/daemon/main.go:74 +0x14b
main.RunAgCosmosDaemon.func2(0xc0010813c0)
/usr/src/agoric-sdk/golang/cosmos/cmd/libdaemon/main.go:67 +0x2d
created by main.RunAgCosmosDaemon
/usr/src/agoric-sdk/golang/cosmos/cmd/libdaemon/main.go:64 +0x137
@dckc
Copy link
Author

dckc commented Sep 11, 2021

wrong sdk, I guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment