Skip to content

Instantly share code, notes, and snippets.

@MSevey
Created May 24, 2023 01:10
Show Gist options
  • Save MSevey/e9a5db50e5407ee6c8810471659b0daa to your computer and use it in GitHub Desktop.
Save MSevey/e9a5db50e5407ee6c8810471659b0daa to your computer and use it in GitHub Desktop.
celestia-app data race
--> Running tests in race mode
VERSION=0.15.0-rc0-52-g5aba51b go test -mod=readonly -race ./test/util/testnode
==================
WARNING: DATA RACE
Write at 0x00c001424b10 by goroutine 189:
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).BeginBlock()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/cosmos-sdk@v1.13.0-sdk-v0.46.11/baseapp/abci.go:177 +0xa6b
github.com/celestiaorg/celestia-app/app.(*App).BeginBlock()
<autogenerated>:1 +0x97
github.com/tendermint/tendermint/abci/client.(*localClient).BeginBlockSync()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/abci/client/local_client.go:306 +0x174
github.com/tendermint/tendermint/proxy.(*appConnConsensus).BeginBlockSync()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/proxy/app_conn.go:84 +0xb7
github.com/tendermint/tendermint/state.execBlockOnProxyApp()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/state/execution.go:377 +0x59c
github.com/tendermint/tendermint/state.(*BlockExecutor).ApplyBlock()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/state/execution.go:210 +0x22d
github.com/tendermint/tendermint/consensus.(*State).finalizeCommit()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/consensus/state.go:1681 +0x12cc
github.com/tendermint/tendermint/consensus.(*State).tryFinalizeCommit()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/consensus/state.go:1589 +0x495
github.com/tendermint/tendermint/consensus.(*State).enterCommit.func1()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/consensus/state.go:1524 +0x113
runtime.deferreturn()
/usr/local/go/src/runtime/panic.go:476 +0x32
github.com/tendermint/tendermint/consensus.(*State).addVote()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/consensus/state.go:2192 +0x2b64
github.com/tendermint/tendermint/consensus.(*State).tryAddVote()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/consensus/state.go:1984 +0x77
github.com/tendermint/tendermint/consensus.(*State).handleMsg()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/consensus/state.go:867 +0x1bc
github.com/tendermint/tendermint/consensus.(*State).receiveRoutine()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/consensus/state.go:794 +0x6f1
github.com/tendermint/tendermint/consensus.(*State).OnStart.func1()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/consensus/state.go:388 +0x3b
Previous read at 0x00c001424b10 by goroutine 6890:
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).createQueryContext()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/cosmos-sdk@v1.13.0-sdk-v0.46.11/baseapp/abci.go:672 +0x519
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).RegisterGRPCServer.func1()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/cosmos-sdk@v1.13.0-sdk-v0.46.11/baseapp/grpcserver.go:50 +0x1c9
github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1()
/Users/matt/Code/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:25 +0x8e
github.com/grpc-ecosystem/go-grpc-middleware/recovery.UnaryServerInterceptor.func1()
/Users/matt/Code/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/recovery/interceptors.go:33 +0x139
github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1()
/Users/matt/Code/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:25 +0x8e
github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1()
/Users/matt/Code/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:34 +0x126
github.com/cosmos/cosmos-sdk/x/auth/types._Query_Account_Handler()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/cosmos-sdk@v1.13.0-sdk-v0.46.11/x/auth/types/query.pb.go:1178 +0x1dd
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).RegisterGRPCServer.func2()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/cosmos-sdk@v1.13.0-sdk-v0.46.11/baseapp/grpcserver.go:82 +0x13b
google.golang.org/grpc.(*Server).processUnaryRPC()
/Users/matt/Code/go/pkg/mod/google.golang.org/grpc@v1.52.0/server.go:1336 +0x15da
google.golang.org/grpc.(*Server).handleStream()
/Users/matt/Code/go/pkg/mod/google.golang.org/grpc@v1.52.0/server.go:1704 +0xff8
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/Users/matt/Code/go/pkg/mod/google.golang.org/grpc@v1.52.0/server.go:965 +0xec
Goroutine 189 (running) created at:
github.com/tendermint/tendermint/consensus.(*State).OnStart()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/consensus/state.go:388 +0x24b
github.com/tendermint/tendermint/libs/service.(*BaseService).Start()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/libs/service/service.go:144 +0x5aa
github.com/tendermint/tendermint/consensus.(*Reactor).OnStart()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/consensus/reactor.go:85 +0x237
github.com/tendermint/tendermint/libs/service.(*BaseService).Start()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/libs/service/service.go:144 +0x5aa
github.com/tendermint/tendermint/consensus.(*Reactor).Start()
<autogenerated>:1 +0x37
github.com/tendermint/tendermint/p2p.(*Switch).OnStart()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/p2p/switch.go:234 +0xe7
github.com/tendermint/tendermint/libs/service.(*BaseService).Start()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/libs/service/service.go:144 +0x5aa
github.com/tendermint/tendermint/node.(*Node).OnStart()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:1034 +0x7fa
github.com/tendermint/tendermint/libs/service.(*BaseService).Start()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/libs/service/service.go:144 +0x5aa
github.com/celestiaorg/celestia-app/test/util/testnode.StartNode()
/Users/matt/Code/Celestia/celestia-app/test/util/testnode/rpc_client.go:23 +0xdc
github.com/celestiaorg/celestia-app/test/util/testnode.NewNetwork()
/Users/matt/Code/Celestia/celestia-app/test/util/testnode/full_node.go:234 +0x5c4
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_util.go:52 +0x1fe
github.com/syndtr/goleveldb/leveldb.openDB()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:136 +0x8b5
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x224
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:657 +0x16e
fmt.(*ss).doScanf()
/usr/local/go/src/fmt/scan.go:1230 +0x3fb
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:482 +0xb2
github.com/syndtr/goleveldb/leveldb.openDB()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:131 +0x899
github.com/syndtr/goleveldb/leveldb.Open()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:203 +0x35c
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*session).recover.func1()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:134 +0xd0
runtime.deferreturn()
/usr/local/go/src/runtime/panic.go:476 +0x32
github.com/syndtr/goleveldb/leveldb.Open()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:189 +0x104
github.com/syndtr/goleveldb/leveldb.OpenFile()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:225 +0x87
github.com/cometbft/cometbft-db.NewGoLevelDBWithOpts()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:32 +0xb5
github.com/cometbft/cometbft-db.NewGoLevelDB()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:27 +0x4c
github.com/cometbft/cometbft-db.init.0.func1()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:15 +0x52
github.com/cometbft/cometbft-db.NewDB()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/db.go:64 +0x1a1
github.com/tendermint/tendermint/node.DefaultDBProvider()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:80 +0x139
github.com/tendermint/tendermint/node.createEvidenceReactor()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:462 +0x119
github.com/tendermint/tendermint/node.NewNode()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:856 +0xcee
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x224
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:657 +0x16e
fmt.(*ss).doScanf()
/usr/local/go/src/fmt/scan.go:1230 +0x3fb
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_util.go:52 +0x1fe
github.com/syndtr/goleveldb/leveldb.openDB()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:136 +0x8b5
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x224
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:657 +0x16e
fmt.(*ss).doScanf()
/usr/local/go/src/fmt/scan.go:1230 +0x3fb
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:482 +0xb2
github.com/syndtr/goleveldb/leveldb.openDB()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:131 +0x899
github.com/syndtr/goleveldb/leveldb.Open()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:203 +0x35c
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*session).recover.func1()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:134 +0xd0
runtime.deferreturn()
/usr/local/go/src/runtime/panic.go:476 +0x32
github.com/syndtr/goleveldb/leveldb.Open()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:189 +0x104
github.com/syndtr/goleveldb/leveldb.OpenFile()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:225 +0x87
github.com/cometbft/cometbft-db.NewGoLevelDBWithOpts()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:32 +0xb5
github.com/cometbft/cometbft-db.NewGoLevelDB()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:27 +0x4c
github.com/cometbft/cometbft-db.init.0.func1()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:15 +0x52
github.com/cometbft/cometbft-db.NewDB()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/db.go:64 +0x1a1
github.com/tendermint/tendermint/node.DefaultDBProvider()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:80 +0x139
github.com/tendermint/tendermint/node.createAndStartIndexerService()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:286 +0x182
github.com/tendermint/tendermint/node.NewNode()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:786 +0x3ae
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x224
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:657 +0x16e
fmt.(*ss).doScanf()
/usr/local/go/src/fmt/scan.go:1230 +0x3fb
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_util.go:52 +0x1fe
github.com/syndtr/goleveldb/leveldb.openDB()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:136 +0x8b5
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x224
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:657 +0x16e
fmt.(*ss).doScanf()
/usr/local/go/src/fmt/scan.go:1230 +0x3fb
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:482 +0xb2
github.com/syndtr/goleveldb/leveldb.openDB()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:131 +0x899
github.com/syndtr/goleveldb/leveldb.Open()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:203 +0x35c
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*session).recover.func1()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:134 +0xd0
runtime.deferreturn()
/usr/local/go/src/runtime/panic.go:476 +0x32
github.com/syndtr/goleveldb/leveldb.Open()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:189 +0x104
github.com/syndtr/goleveldb/leveldb.OpenFile()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:225 +0x87
github.com/cometbft/cometbft-db.NewGoLevelDBWithOpts()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:32 +0xb5
github.com/cometbft/cometbft-db.NewGoLevelDB()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:27 +0x4c
github.com/cometbft/cometbft-db.init.0.func1()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:15 +0x52
github.com/cometbft/cometbft-db.NewDB()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/db.go:64 +0x1a1
github.com/tendermint/tendermint/node.DefaultDBProvider()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:80 +0x139
github.com/tendermint/tendermint/node.initDBs()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:246 +0x242
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x224
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:657 +0x16e
fmt.(*ss).doScanf()
/usr/local/go/src/fmt/scan.go:1230 +0x3fb
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_util.go:52 +0x1fe
github.com/syndtr/goleveldb/leveldb.openDB()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:136 +0x8b5
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x224
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:657 +0x16e
fmt.(*ss).doScanf()
/usr/local/go/src/fmt/scan.go:1230 +0x3fb
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:482 +0xb2
github.com/syndtr/goleveldb/leveldb.openDB()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:131 +0x899
github.com/syndtr/goleveldb/leveldb.Open()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:203 +0x35c
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*session).recover.func1()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:134 +0xd0
runtime.deferreturn()
/usr/local/go/src/runtime/panic.go:476 +0x32
github.com/syndtr/goleveldb/leveldb.Open()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:189 +0x104
github.com/syndtr/goleveldb/leveldb.OpenFile()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:225 +0x87
github.com/cometbft/cometbft-db.NewGoLevelDBWithOpts()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:32 +0xb5
github.com/cometbft/cometbft-db.NewGoLevelDB()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:27 +0x4c
github.com/cometbft/cometbft-db.init.0.func1()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/goleveldb.go:15 +0x52
github.com/cometbft/cometbft-db.NewDB()
/Users/matt/Code/go/pkg/mod/github.com/cometbft/cometbft-db@v0.7.0/db.go:64 +0x1a1
github.com/tendermint/tendermint/node.DefaultDBProvider()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:80 +0x139
github.com/tendermint/tendermint/node.initDBs()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:240 +0xc2
github.com/tendermint/tendermint/node.NewNode()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/celestia-core@v1.21.0-tm-v0.34.27/node/node.go:757 +0x168
github.com/celestiaorg/celestia-app/test/util/testnode.New()
/Users/matt/Code/Celestia/celestia-app/test/util/testnode/full_node.go:106 +0xb87
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x224
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:657 +0x16e
fmt.(*ss).doScanf()
/usr/local/go/src/fmt/scan.go:1230 +0x3fb
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_util.go:52 +0x1fe
github.com/syndtr/goleveldb/leveldb.openDB()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:136 +0x8b5
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x224
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:657 +0x16e
fmt.(*ss).doScanf()
/usr/local/go/src/fmt/scan.go:1230 +0x3fb
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:482 +0xb2
github.com/syndtr/goleveldb/leveldb.openDB()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:131 +0x899
github.com/syndtr/goleveldb/leveldb.Open()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:203 +0x35c
fmt.Fscanf()
/usr/local/go/src/fmt/scan.go:143 +0xe9
fmt.Sscanf()
/usr/local/go/src/fmt/scan.go:114 +0x164
github.com/syndtr/goleveldb/leveldb/storage.fsParseName()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:643 +0x26
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).List()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go:458 +0x3e6
github.com/syndtr/goleveldb/leveldb.(*session).recover.func1()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:134 +0xd0
runtime.deferreturn()
/usr/local/go/src/runtime/panic.go:476 +0x32
github.com/syndtr/goleveldb/leveldb.Open()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:189 +0x104
github.com/syndtr/goleveldb/leveldb.OpenFile()
/Users/matt/Code/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:225 +0x87
github.com/tendermint/tm-db.NewGoLevelDBWithOpts()
/Users/matt/Code/go/pkg/mod/github.com/tendermint/tm-db@v0.6.7/goleveldb.go:32 +0xb5
github.com/tendermint/tm-db.NewGoLevelDB()
/Users/matt/Code/go/pkg/mod/github.com/tendermint/tm-db@v0.6.7/goleveldb.go:27 +0x4c
github.com/tendermint/tm-db.init.0.func1()
/Users/matt/Code/go/pkg/mod/github.com/tendermint/tm-db@v0.6.7/goleveldb.go:15 +0x52
github.com/tendermint/tm-db.NewDB()
/Users/matt/Code/go/pkg/mod/github.com/tendermint/tm-db@v0.6.7/db.go:64 +0x1a1
github.com/cosmos/cosmos-sdk/types.NewLevelDB()
/Users/matt/Code/go/pkg/mod/github.com/celestiaorg/cosmos-sdk@v1.13.0-sdk-v0.46.11/types/utils.go:99 +0xe6
github.com/celestiaorg/celestia-app/cmd/celestia-appd/cmd.NewAppServer()
/Users/matt/Code/Celestia/celestia-app/cmd/celestia-appd/cmd/root.go:260 +0x344
github.com/celestiaorg/celestia-app/test/util/testnode.New()
/Users/matt/Code/Celestia/celestia-app/test/util/testnode/full_node.go:104 +0x90d
github.com/celestiaorg/celestia-app/test/util/testnode.NewNetwork()
/Users/matt/Code/Celestia/celestia-app/test/util/testnode/full_node.go:231 +0x4c4
github.com/celestiaorg/celestia-app/test/util/testnode.(*IntegrationTestSuite).SetupSuite()
/Users/matt/Code/Celestia/celestia-app/test/util/testnode/full_node_test.go:50 +0x584
github.com/stretchr/testify/suite.Run()
/Users/matt/Code/go/pkg/mod/github.com/stretchr/testify@v1.8.3/suite/suite.go:154 +0x5d7
github.com/celestiaorg/celestia-app/test/util/testnode.TestIntegrationTestSuite()
/Users/matt/Code/Celestia/celestia-app/test/util/testnode/full_node_test.go:23 +0x44
testing.tRunner()
/usr/local/go/src/testing/testing.go:1446 +0x216
testing.(*T).Run.func1()
/usr/local/go/src/testing/testing.go:1493 +0x47
Goroutine 6890 (finished) created at:
google.golang.org/grpc.(*Server).serveStreams.func1()
/Users/matt/Code/go/pkg/mod/google.golang.org/grpc@v1.52.0/server.go:963 +0x4dd
google.golang.org/grpc/internal/transport.(*http2Server).operateHeaders()
/Users/matt/Code/go/pkg/mod/google.golang.org/grpc@v1.52.0/internal/transport/http2_server.go:598 +0x30de
google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams()
/Users/matt/Code/go/pkg/mod/google.golang.org/grpc@v1.52.0/internal/transport/http2_server.go:640 +0x378
google.golang.org/grpc.(*Server).serveStreams()
/Users/matt/Code/go/pkg/mod/google.golang.org/grpc@v1.52.0/server.go:949 +0x2d5
google.golang.org/grpc.(*Server).handleRawConn.func1()
/Users/matt/Code/go/pkg/mod/google.golang.org/grpc@v1.52.0/server.go:891 +0x64
==================
E[2023-05-23|16:59:16.379] Stopped accept routine, as transport is closed module=p2p numPeers=0
E[2023-05-23|16:59:16.379] Error serving server err="accept tcp 127.0.0.1:50912: use of closed network connection"
E[2023-05-23|16:59:16.380] Error starting gRPC server err="accept tcp 127.0.0.1:50914: use of closed network connection"
--- FAIL: TestIntegrationTestSuite (56.46s)
--- FAIL: TestIntegrationTestSuite/Test_FillBlock (39.54s)
full_node_test.go:99:
Error Trace: /Users/matt/Code/Celestia/celestia-app/test/util/testnode/full_node_test.go:99
Error: Received unexpected error:
timeout exceeded waiting for network to reach height
Test: TestIntegrationTestSuite/Test_FillBlock
Messages: 128
testing.go:1319: race detected during execution of test
--- FAIL: TestIntegrationTestSuite/Test_Liveness (10.00s)
full_node_test.go:65:
Error Trace: /Users/matt/Code/Celestia/celestia-app/test/util/testnode/full_node_test.go:65
Error: Received unexpected error:
timeout exceeded waiting for network to reach height
Test: TestIntegrationTestSuite/Test_Liveness
--- FAIL: TestIntegrationTestSuite/Test_PostData (0.07s)
full_node_test.go:87:
Error Trace: /Users/matt/Code/Celestia/celestia-app/test/util/testnode/full_node_test.go:87
Error: Received unexpected error:
failure to broadcast tx sync: account sequence mismatch, expected 7, got 6: incorrect account sequence
Test: TestIntegrationTestSuite/Test_PostData
full_node.go:244: tearing down testnode
testing.go:1319: race detected during execution of test
FAIL
FAIL github.com/celestiaorg/celestia-app/test/util/testnode 57.616s
FAIL
make: *** [test-race] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment