Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot stop lotus miner due to ChainNotify call failed #3940

Closed
jennijuju opened this issue Sep 21, 2020 · 1 comment · Fixed by #5614
Closed

Cannot stop lotus miner due to ChainNotify call failed #3940

jennijuju opened this issue Sep 21, 2020 · 1 comment · Fixed by #5614
Labels
area/ux Area: UX kind/enhancement Kind: Enhancement

Comments

@jennijuju
Copy link
Member

jennijuju commented Sep 21, 2020

lotus version: 0.7.1

How to reproduce:

  • Running the daemon and miner
  • Stop the daemon
  • cannot CTRL_C/lotus-miner stop, and miner starts to loop
2020-09-21T17:40:20.984-0400	INFO	events	events/events.go:104	restarting listenHeadChanges
2020-09-21T17:40:20.984-0400	ERROR	events	events/events.go:95	listen head changes errored: listenHeadChanges ChainNotify call failed: handler: websocket connection closed

Expected: be able to gracefully shut down miner after disconnect with daemon

More:
Stopped with pkill -3 lotus miner, gives

SIGQUIT: quit
PC=0x7fff6a1f881c m=0 sigcode=0

goroutine 0 [idle]:
runtime.sigNoteSleep(0x75f7220)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/os_darwin.go:118 +0x25 fp=0xc005b12fa0 sp=0xc005b12f68 pc=0x4036465
os/signal.signal_recv(0x67f02c0)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/sigqueue.go:144 +0x9d fp=0xc005b12fc0 sp=0xc005b12fa0 pc=0x406e73d
os/signal.loop()
	/usr/local/Cellar/go/1.15.2/libexec/src/os/signal/signal_unix.go:23 +0x25 fp=0xc005b12fe0 sp=0xc005b12fc0 pc=0x4672c85
runtime.goexit()
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/asm_amd64.s:1374 +0x1 fp=0xc005b12fe8 sp=0xc005b12fe0 pc=0x40724c1
created by os/signal.Notify.func1.1
	/usr/local/Cellar/go/1.15.2/libexec/src/os/signal/signal.go:150 +0x45

goroutine 796 [syscall]:
runtime.sigNoteSleep(0x75f7220)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/os_darwin.go:118 +0x25 fp=0xc005b12fa0 sp=0xc005b12f68 pc=0x4036465
os/signal.signal_recv(0x67f02c0)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/sigqueue.go:144 +0x9d fp=0xc005b12fc0 sp=0xc005b12fa0 pc=0x406e73d
os/signal.loop()
	/usr/local/Cellar/go/1.15.2/libexec/src/os/signal/signal_unix.go:23 +0x25 fp=0xc005b12fe0 sp=0xc005b12fc0 pc=0x4672c85
runtime.goexit()
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/asm_amd64.s:1374 +0x1 fp=0xc005b12fe8 sp=0xc005b12fe0 pc=0x40724c1
created by os/signal.Notify.func1.1
	/usr/local/Cellar/go/1.15.2/libexec/src/os/signal/signal.go:150 +0x45

goroutine 1 [IO wait, 64 minutes]:
internal/poll.runtime_pollWait(0x8f5dbb8, 0x72, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc005b5fd98, 0x72, 0x0, 0x0, 0x647c946)
	/usr/local/Cellar/go/1.15.2/libexec/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	/usr/local/Cellar/go/1.15.2/libexec/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc005b5fd80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/internal/poll/fd_unix.go:394 +0x1fc
net.(*netFD).accept(0xc005b5fd80, 0x6430080, 0xc005e41d01, 0xc005e3d8f0)
	/usr/local/Cellar/go/1.15.2/libexec/src/net/fd_unix.go:172 +0x45
net.(*TCPListener).accept(0xc005d0cc60, 0x681ffc0, 0x203001, 0x203001)
	/usr/local/Cellar/go/1.15.2/libexec/src/net/tcpsock_posix.go:139 +0x32
net.(*TCPListener).Accept(0xc005d0cc60, 0xc0006c77c0, 0xc0c4075b72, 0xc000500000, 0xc0006c77d0)
	/usr/local/Cellar/go/1.15.2/libexec/src/net/tcpsock.go:261 +0x65
github.com/multiformats/go-multiaddr/net.(*maListener).Accept(0xc005d0cce0, 0x30e91e4000421500, 0x5f690eb4, 0xc0006c7828, 0x40d4806)
	/Users/jennijuju/go/pkg/mod/github.com/multiformats/[email protected]/net/net.go:243 +0x37
github.com/multiformats/go-multiaddr/net.(*netListenerAdapter).Accept(0xc00034faf0, 0xc0006c7878, 0x18, 0xc000000180, 0x44e7a8c)
	/Users/jennijuju/go/pkg/mod/github.com/multiformats/[email protected]/net/net.go:222 +0x33
net/http.(*Server).Serve(0xc0005ccc40, 0x67f9e80, 0xc00034faf0, 0x0, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/net/http/server.go:2937 +0x266
main.glob..func34(0xc00054a680, 0x0, 0x0)
	/Users/jennijuju/filecoin/software/lotus/cmd/lotus-storage-miner/run.go:183 +0xdbd
github.com/urfave/cli/v2.(*Command).Run(0x7594240, 0xc00054a4c0, 0x0, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/urfave/cli/[email protected]/command.go:164 +0x4ed
github.com/urfave/cli/v2.(*App).RunContext(0xc000001980, 0x68038c0, 0xc000134008, 0xc00011a180, 0x3, 0x3, 0x0, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:306 +0x81f
github.com/urfave/cli/v2.(*App).Run(...)
	/Users/jennijuju/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:215
github.com/filecoin-project/lotus/cli.RunApp(0xc000001980)
	/Users/jennijuju/filecoin/software/lotus/cli/helper.go:34 +0x7c
main.main()
	/Users/jennijuju/filecoin/software/lotus/cmd/lotus-storage-miner/main.go:105 +0xa12

goroutine 19 [select, 64 minutes]:
github.com/ipfs/go-log/writer.(*MirrorWriter).logRoutine(0xc00011ba10)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/writer/writer.go:71 +0x128
created by github.com/ipfs/go-log/writer.NewMirrorWriter
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/writer/writer.go:36 +0xb9

goroutine 20 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc000196400)
	/Users/jennijuju/go/pkg/mod/[email protected]/stats/view/worker.go:276 +0x105
created by go.opencensus.io/stats/view.init.0
	/Users/jennijuju/go/pkg/mod/[email protected]/stats/view/worker.go:34 +0x68

goroutine 7 [select]:
github.com/filecoin-project/go-jsonrpc.(*wsConn).handleWsConn(0xc00055c000, 0x68038c0, 0xc000134008)
	/Users/jennijuju/go/pkg/mod/github.com/filecoin-project/[email protected]/websocket.go:555 +0x488
created by github.com/filecoin-project/go-jsonrpc.NewMergeClient
	/Users/jennijuju/go/pkg/mod/github.com/filecoin-project/[email protected]/client.go:122 +0x459

goroutine 9 [select, 64 minutes]:
github.com/filecoin-project/lotus/journal.(*fsJournal).runLoop(0xc0004220f0)
	/Users/jennijuju/filecoin/software/lotus/journal/fs.go:126 +0x111
created by github.com/filecoin-project/lotus/journal.OpenFSJournal
	/Users/jennijuju/filecoin/software/lotus/journal/fs.go:54 +0x36c

goroutine 10 [select, 6 minutes]:
github.com/libp2p/go-libp2p-peerstore/pstoremem.(*memoryAddrBook).background(0xc000341b00)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/pstoremem/addr_book.go:93 +0x126
created by github.com/libp2p/go-libp2p-peerstore/pstoremem.NewAddrBook
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/pstoremem/addr_book.go:83 +0x18f

goroutine 11 [select, 2 minutes]:
github.com/libp2p/go-libp2p-connmgr.(*decayer).process(0xc00051f100)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/decay.go:165 +0x288
created by github.com/libp2p/go-libp2p-connmgr.NewDecayer
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/decay.go:95 +0x218

goroutine 12 [select, 2 minutes]:
github.com/libp2p/go-libp2p-connmgr.(*BasicConnMgr).background(0xc000342d00)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/connmgr.go:246 +0x16d
created by github.com/libp2p/go-libp2p-connmgr.NewConnManager
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/connmgr.go:140 +0x2bf

goroutine 14 [select, 64 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x6803880, 0xc000424500, 0x681b6c0, 0xc0004a9b60)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:65 +0xda
created by github.com/jbenet/goprocess/context.CloseAfterContext
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:64 +0xba

goroutine 16 [select, 6 minutes]:
github.com/libp2p/go-libp2p-swarm.(*DialBackoff).background(0xc0005db490, 0x6803880, 0xc000424540)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/swarm_dial.go:126 +0x115
created by github.com/libp2p/go-libp2p-swarm.(*DialBackoff).init
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/swarm_dial.go:119 +0x5d

goroutine 66 [select, 6 minutes]:
github.com/libp2p/go-libp2p/p2p/protocol/identify.(*ObservedAddrManager).worker(0xc0004a9da0, 0x6803880, 0xc000424a40)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/p2p/protocol/identify/obsaddr.go:236 +0x245
created by github.com/libp2p/go-libp2p/p2p/protocol/identify.NewObservedAddrManager
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/p2p/protocol/identify/obsaddr.go:127 +0x17a

goroutine 67 [select]:
github.com/libp2p/go-libp2p/p2p/protocol/identify.(*IDService).loop(0xc00048aa90)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/p2p/protocol/identify/id.go:204 +0x508
created by github.com/libp2p/go-libp2p/p2p/protocol/identify.NewIDService
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/p2p/protocol/identify/id.go:151 +0x2d0

goroutine 70 [select, 64 minutes]:
github.com/libp2p/go-libp2p/p2p/host/basic.(*natManager).start.func1(0x681b6c0, 0xc0004a9f20)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/p2p/host/basic/natmgr.go:113 +0x26a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000437630, 0xc0004a9f20, 0xc0004a9f80)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 631 [chan receive, 64 minutes]:
github.com/filecoin-project/go-jsonrpc.(*wsConn).handleCtxAsync(0xc00055c000, 0x6803940, 0xc0003d3680, 0xf)
	/Users/jennijuju/go/pkg/mod/github.com/filecoin-project/[email protected]/websocket.go:282 +0x65
created by github.com/filecoin-project/go-jsonrpc.(*wsConn).handleResponse
	/Users/jennijuju/go/pkg/mod/github.com/filecoin-project/[email protected]/websocket.go:369 +0x46a

goroutine 26 [sleep]:
time.Sleep(0x3b9aca00)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/time.go:188 +0xbf
github.com/raulk/clock.(*clock).Sleep(0x75f6a80, 0x3b9aca00)
	/Users/jennijuju/go/pkg/mod/github.com/raulk/[email protected]/clock.go:44 +0x2b
github.com/filecoin-project/lotus/chain/events.(*Events).listenHeadChanges(0xc0006aa090, 0x68038c0, 0xc000134030)
	/Users/jennijuju/filecoin/software/lotus/chain/events/events.go:103 +0x55
created by github.com/filecoin-project/lotus/chain/events.NewEvents
	/Users/jennijuju/filecoin/software/lotus/chain/events/events.go:83 +0x597

goroutine 71 [select, 6 minutes]:
github.com/libp2p/go-libp2p-peerstore/pstoremem.(*memoryAddrBook).background(0xc0000c2000)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/pstoremem/addr_book.go:93 +0x126
created by github.com/libp2p/go-libp2p-peerstore/pstoremem.NewAddrBook
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/pstoremem/addr_book.go:83 +0x18f

goroutine 72 [select, 64 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x6803880, 0xc000424540, 0x681b6c0, 0xc0004ce660)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:65 +0xda
created by github.com/jbenet/goprocess/context.CloseAfterContext
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:64 +0xba

goroutine 58 [select]:
github.com/dgraph-io/badger/v2.(*levelsController).runCompactor(0xc0001c2000, 0x0, 0xc00055bb40)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:390 +0x2af
created by github.com/dgraph-io/badger/v2.(*levelsController).startCompact
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:371 +0x8d

goroutine 74 [select, 6 minutes]:
github.com/libp2p/go-libp2p-swarm.(*DialBackoff).background(0xc00047c410, 0x6803880, 0xc000424c40)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/swarm_dial.go:126 +0x115
created by github.com/libp2p/go-libp2p-swarm.(*DialBackoff).init
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/swarm_dial.go:119 +0x5d

goroutine 75 [select]:
github.com/libp2p/go-libp2p-autonat.(*autoNATService).background(0xc0006200f0, 0x6803880, 0xc00034a0c0)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/svc.go:218 +0x1dd
created by github.com/libp2p/go-libp2p-autonat.(*autoNATService).Enable
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/svc.go:198 +0xcd

goroutine 96 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc000335200)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:224 +0x31c
created by github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 78 [select]:
github.com/libp2p/go-libp2p-autonat.(*AmbientAutoNAT).background(0xc0001e89c0)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/autonat.go:175 +0x2f8
created by github.com/libp2p/go-libp2p-autonat.New
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/autonat.go:125 +0x6b9

goroutine 79 [select]:
github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).background(0xc00012d600)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/p2p/host/basic/basic_host.go:520 +0x257
created by github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).Start
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/p2p/host/basic/basic_host.go:368 +0x5c

goroutine 80 [select, 64 minutes]:
github.com/dgraph-io/badger/v2/y.(*WaterMark).process(0xc000578870, 0xc000344880)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:212 +0x2d4
created by github.com/dgraph-io/badger/v2/y.(*WaterMark).Init
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:70 +0x76

goroutine 81 [select, 64 minutes]:
github.com/dgraph-io/badger/v2/y.(*WaterMark).process(0xc0005788a0, 0xc000344880)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:212 +0x2d4
created by github.com/dgraph-io/badger/v2/y.(*WaterMark).Init
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:70 +0x76

goroutine 82 [select, 2 minutes]:
github.com/dgraph-io/badger/v2.(*DB).updateSize(0xc0004c3000, 0xc0003448e0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:1200 +0x155
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:360 +0x99e

goroutine 59 [select]:
github.com/dgraph-io/badger/v2.(*levelsController).runCompactor(0xc0001c2000, 0x1, 0xc00055bb40)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:390 +0x2af
created by github.com/dgraph-io/badger/v2.(*levelsController).startCompact
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:371 +0x8d

goroutine 60 [chan receive, 64 minutes]:
github.com/dgraph-io/badger/v2.(*DB).flushMemtable(0xc0004c3000, 0xc00055bb60, 0x0, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:1107 +0xb7
github.com/dgraph-io/badger/v2.Open.func5(0xc000590390)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:377 +0x37
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:376 +0x13c5

goroutine 63 [select, 64 minutes]:
github.com/dgraph-io/badger/v2.(*DB).doWrites(0xc0004c3000, 0xc00055bd00)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:862 +0x417
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:411 +0xec5

goroutine 62 [select, 64 minutes]:
github.com/dgraph-io/badger/v2.(*valueLog).flushDiscardStats(0xc0004c31d0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/value.go:1948 +0x17d
created by github.com/dgraph-io/badger/v2.(*valueLog).open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/value.go:1114 +0x6c

goroutine 64 [chan receive, 64 minutes]:
github.com/dgraph-io/badger/v2.(*valueLog).waitOnGC(0xc0004c31d0, 0xc00055bd20)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/value.go:1851 +0x65
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:415 +0x10f7

goroutine 65 [select, 64 minutes]:
github.com/dgraph-io/badger/v2.(*publisher).listenForUpdates(0xc000578930, 0xc00055bd40)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/publisher.go:67 +0x168
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:419 +0xfa5

goroutine 98 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0005cc2a0)
	/Users/jennijuju/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/util/buffer_pool.go:206 +0x128
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
	/Users/jennijuju/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/util/buffer_pool.go:237 +0x18c

goroutine 99 [select, 64 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc00011e000)
	/Users/jennijuju/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/db_compaction.go:90 +0xd1
created by github.com/syndtr/goleveldb/leveldb.openDB
	/Users/jennijuju/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/db.go:142 +0x42b

goroutine 100 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc00011e000)
	/Users/jennijuju/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/db_state.go:101 +0x105
created by github.com/syndtr/goleveldb/leveldb.openDB
	/Users/jennijuju/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/db.go:143 +0x44d

goroutine 101 [select, 64 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc00011e000)
	/Users/jennijuju/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/db_compaction.go:825 +0x265
created by github.com/syndtr/goleveldb/leveldb.openDB
	/Users/jennijuju/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/db.go:149 +0x5a5

goroutine 102 [select, 64 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc00011e000)
	/Users/jennijuju/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/db_compaction.go:762 +0x145
created by github.com/syndtr/goleveldb/leveldb.openDB
	/Users/jennijuju/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/db.go:150 +0x5c7

goroutine 103 [select, 64 minutes]:
github.com/dgraph-io/badger/v2/y.(*WaterMark).process(0xc000578030, 0xc00000e4c0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:212 +0x2d4
created by github.com/dgraph-io/badger/v2/y.(*WaterMark).Init
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:70 +0x76

goroutine 104 [select, 64 minutes]:
github.com/dgraph-io/badger/v2/y.(*WaterMark).process(0xc000578060, 0xc00000e4c0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:212 +0x2d4
created by github.com/dgraph-io/badger/v2/y.(*WaterMark).Init
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:70 +0x76

goroutine 105 [select, 2 minutes]:
github.com/dgraph-io/badger/v2.(*DB).updateSize(0xc000520000, 0xc00000e560)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:1200 +0x155
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:360 +0x99e

goroutine 106 [select]:
github.com/dgraph-io/badger/v2.(*levelsController).runCompactor(0xc0005945b0, 0x0, 0xc0003440c0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:390 +0x2af
created by github.com/dgraph-io/badger/v2.(*levelsController).startCompact
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:371 +0x8d

goroutine 107 [select]:
github.com/dgraph-io/badger/v2.(*levelsController).runCompactor(0xc0005945b0, 0x1, 0xc0003440c0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:390 +0x2af
created by github.com/dgraph-io/badger/v2.(*levelsController).startCompact
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:371 +0x8d

goroutine 108 [chan receive, 64 minutes]:
github.com/dgraph-io/badger/v2.(*DB).flushMemtable(0xc000520000, 0xc0003440e0, 0x0, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:1107 +0xb7
github.com/dgraph-io/badger/v2.Open.func5(0xc0001304c8)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:377 +0x37
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:376 +0x13c5

goroutine 111 [select, 64 minutes]:
github.com/dgraph-io/badger/v2.(*DB).doWrites(0xc000520000, 0xc000344220)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:862 +0x417
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:411 +0xec5

goroutine 110 [select, 64 minutes]:
github.com/dgraph-io/badger/v2.(*valueLog).flushDiscardStats(0xc0005201d0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/value.go:1948 +0x17d
created by github.com/dgraph-io/badger/v2.(*valueLog).open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/value.go:1114 +0x6c

goroutine 112 [chan receive, 64 minutes]:
github.com/dgraph-io/badger/v2.(*valueLog).waitOnGC(0xc0005201d0, 0xc0003442c0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/value.go:1851 +0x65
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:415 +0x10f7

goroutine 113 [select, 64 minutes]:
github.com/dgraph-io/badger/v2.(*publisher).listenForUpdates(0xc0005780f0, 0xc000344320)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/publisher.go:67 +0x168
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:419 +0xfa5

goroutine 114 [select, 6 minutes]:
github.com/ipfs/go-ds-badger2.(*Datastore).periodicGC(0xc0004ceba0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/datastore.go:172 +0x105
created by github.com/ipfs/go-ds-badger2.NewDatastore
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/datastore.go:160 +0x69d

goroutine 115 [select, 64 minutes]:
github.com/dgraph-io/badger/v2/y.(*WaterMark).process(0xc000578a20, 0xc000344380)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:212 +0x2d4
created by github.com/dgraph-io/badger/v2/y.(*WaterMark).Init
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:70 +0x76

goroutine 116 [select, 64 minutes]:
github.com/dgraph-io/badger/v2/y.(*WaterMark).process(0xc000578a50, 0xc000344380)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:212 +0x2d4
created by github.com/dgraph-io/badger/v2/y.(*WaterMark).Init
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/y/watermark.go:70 +0x76

goroutine 117 [select, 2 minutes]:
github.com/dgraph-io/badger/v2.(*DB).updateSize(0xc000520800, 0xc0003443e0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:1200 +0x155
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:360 +0x99e

goroutine 118 [select]:
github.com/dgraph-io/badger/v2.(*levelsController).runCompactor(0xc000594690, 0x0, 0xc000344640)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:390 +0x2af
created by github.com/dgraph-io/badger/v2.(*levelsController).startCompact
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:371 +0x8d

goroutine 119 [select]:
github.com/dgraph-io/badger/v2.(*levelsController).runCompactor(0xc000594690, 0x1, 0xc000344640)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:390 +0x2af
created by github.com/dgraph-io/badger/v2.(*levelsController).startCompact
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/levels.go:371 +0x8d

goroutine 120 [chan receive, 64 minutes]:
github.com/dgraph-io/badger/v2.(*DB).flushMemtable(0xc000520800, 0xc000344660, 0x0, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:1107 +0xb7
github.com/dgraph-io/badger/v2.Open.func5(0xc0001300f0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:377 +0x37
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:376 +0x13c5

goroutine 83 [select, 64 minutes]:
github.com/dgraph-io/badger/v2.(*DB).doWrites(0xc000520800, 0xc0006a3980)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:862 +0x417
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:411 +0xec5

goroutine 122 [select, 64 minutes]:
github.com/dgraph-io/badger/v2.(*valueLog).flushDiscardStats(0xc0005209d0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/value.go:1948 +0x17d
created by github.com/dgraph-io/badger/v2.(*valueLog).open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/value.go:1114 +0x6c

goroutine 84 [chan receive, 64 minutes]:
github.com/dgraph-io/badger/v2.(*valueLog).waitOnGC(0xc0005209d0, 0xc0006a39c0)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/value.go:1851 +0x65
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:415 +0x10f7

goroutine 85 [select, 64 minutes]:
github.com/dgraph-io/badger/v2.(*publisher).listenForUpdates(0xc000578ae0, 0xc0006a3a20)
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/publisher.go:67 +0x168
created by github.com/dgraph-io/badger/v2.Open
	/Users/jennijuju/go/pkg/mod/github.com/dgraph-io/badger/[email protected]/db.go:419 +0xfa5

goroutine 86 [select, 6 minutes]:
github.com/ipfs/go-ds-badger2.(*Datastore).periodicGC(0xc000518480)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/datastore.go:172 +0x105
created by github.com/ipfs/go-ds-badger2.NewDatastore
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/datastore.go:160 +0x69d

goroutine 123 [select, 64 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x6803880, 0xc000098800, 0x681b6c0, 0xc0004cfce0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:65 +0xda
created by github.com/jbenet/goprocess/context.CloseAfterContext
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:64 +0xba

goroutine 125 [select, 64 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x6803880, 0xc000098940, 0x681b6c0, 0xc0004cfda0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:65 +0xda
created by github.com/jbenet/goprocess/context.CloseAfterContext
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:64 +0xba

goroutine 95 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc000335200)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:224 +0x31c
created by github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 128 [select, 6 minutes]:
github.com/libp2p/go-libp2p-kad-dht/providers.(*ProviderManager).run(0xc000098980, 0x681b6c0, 0xc0004cfe60)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/providers/providers_manager.go:134 +0x2d1
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006e570, 0xc0004cfe60, 0xc0004cfec0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 153 [select, 64 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0005cc540, 0x6803940, 0xc0003ad080, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x681b6c0, 0xc000335560)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc0003ad560, 0xc000335560, 0xc000335620)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 41 [IO wait, 64 minutes]:
internal/poll.runtime_pollWait(0x8f5de58, 0x72, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc00009a098, 0x72, 0x0, 0x0, 0x647c946)
	/usr/local/Cellar/go/1.15.2/libexec/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	/usr/local/Cellar/go/1.15.2/libexec/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc00009a080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/internal/poll/fd_unix.go:394 +0x1fc
net.(*netFD).accept(0xc00009a080, 0x0, 0x0, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/net/fd_unix.go:172 +0x45
net.(*TCPListener).accept(0xc000128820, 0x0, 0x0, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/net/tcpsock_posix.go:139 +0x32
net.(*TCPListener).Accept(0xc000128820, 0x0, 0x0, 0x4010310, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/net/tcpsock.go:261 +0x65
github.com/multiformats/go-multiaddr/net.(*maListener).Accept(0xc000128920, 0xc00005cd80, 0x89a9560, 0x0, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/multiformats/[email protected]/net/net.go:243 +0x37
github.com/libp2p/go-tcp-transport.(*lingerListener).Accept(0xc0001289a0, 0x0, 0x0, 0xc0005125d8, 0x8)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/tcp.go:42 +0x37
github.com/libp2p/go-libp2p-transport-upgrader.(*listener).handleIncoming(0xc0005806c0)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/listener.go:77 +0xf7
created by github.com/libp2p/go-libp2p-transport-upgrader.(*Upgrader).UpgradeListener
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/upgrader.go:49 +0x18d

goroutine 88 [chan receive, 64 minutes]:
github.com/libp2p/go-libp2p-transport-upgrader.(*listener).Accept(0xc0005806c0, 0x75ccc60, 0x75ccc70, 0xc0006d0f20, 0x406dfde)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/listener.go:155 +0x51
github.com/libp2p/go-libp2p-swarm.(*Swarm).AddListenAddr.func2(0x68045c0, 0xc0005806c0, 0xc0005db380, 0x681ffc0, 0xc0001288e0)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/swarm_listen.go:84 +0x18e
created by github.com/libp2p/go-libp2p-swarm.(*Swarm).AddListenAddr
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/swarm_listen.go:69 +0x25c

goroutine 135 [select, 64 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*subscriberNotifee).subscribe(0xc000344aa0, 0x681b6c0, 0xc000334120)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/subscriber_notifee.go:75 +0x1b9
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006e5f0, 0xc000334120, 0xc0003341e0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 137 [select, 6 minutes]:
github.com/libp2p/go-libp2p-kad-dht/rtrefresh.(*RtRefreshManager).loop(0xc0005a8990)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/rtrefresh/rt_refresh_manager.go:138 +0x508
created by github.com/libp2p/go-libp2p-kad-dht/rtrefresh.(*RtRefreshManager).Start
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/rtrefresh/rt_refresh_manager.go:83 +0x5c

goroutine 138 [select, 2 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).persistRTPeersInPeerStore(0xc000564a80)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:454 +0x145
created by github.com/libp2p/go-libp2p-kad-dht.New
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:207 +0x49d

goroutine 141 [select, 2 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).fixLowPeersRoutine(0xc000564a80, 0x681b6c0, 0xc0003342a0)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:382 +0x17e
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006e600, 0xc0003342a0, 0xc000334420)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 142 [IO wait, 64 minutes]:
internal/poll.runtime_pollWait(0x8f5df38, 0x72, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc000648598, 0x72, 0x0, 0x0, 0x647c946)
	/usr/local/Cellar/go/1.15.2/libexec/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	/usr/local/Cellar/go/1.15.2/libexec/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc000648580, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/internal/poll/fd_unix.go:394 +0x1fc
net.(*netFD).accept(0xc000648580, 0x0, 0x0, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/net/fd_unix.go:172 +0x45
net.(*TCPListener).accept(0xc000344c20, 0x0, 0x0, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/net/tcpsock_posix.go:139 +0x32
net.(*TCPListener).Accept(0xc000344c20, 0x0, 0x0, 0x4010310, 0x0)
	/usr/local/Cellar/go/1.15.2/libexec/src/net/tcpsock.go:261 +0x65
github.com/multiformats/go-multiaddr/net.(*maListener).Accept(0xc000344ca0, 0xc000498d80, 0x89a8108, 0x0, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/multiformats/[email protected]/net/net.go:243 +0x37
github.com/libp2p/go-tcp-transport.(*lingerListener).Accept(0xc000344ce0, 0x0, 0x0, 0x0, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/tcp.go:42 +0x37
github.com/libp2p/go-libp2p-transport-upgrader.(*listener).handleIncoming(0xc000334480)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/listener.go:77 +0xf7
created by github.com/libp2p/go-libp2p-transport-upgrader.(*Upgrader).UpgradeListener
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/upgrader.go:49 +0x18d

goroutine 40 [chan receive, 64 minutes]:
github.com/libp2p/go-libp2p-transport-upgrader.(*listener).Accept(0xc000334480, 0x75ca120, 0x75ca130, 0xc0006ce720, 0x406dfde)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/listener.go:155 +0x51
github.com/libp2p/go-libp2p-swarm.(*Swarm).AddListenAddr.func2(0x68045c0, 0xc000334480, 0xc0005db380, 0x681ffc0, 0xc000344c80)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/swarm_listen.go:84 +0x18e
created by github.com/libp2p/go-libp2p-swarm.(*Swarm).AddListenAddr
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/swarm_listen.go:69 +0x25c

goroutine 156 [select, 64 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0005cc540, 0x6803940, 0xc0003ad080, 0x1)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x681b6c0, 0xc000335680)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc0003ad6b0, 0xc000335680, 0xc0003356e0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 150 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).run(0xc000335200)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:321 +0x266
created by github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).Startup
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:102 +0x3f

goroutine 93 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc000335200)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:224 +0x31c
created by github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 94 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc000335200)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:224 +0x31c
created by github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 90 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).providerRequestBufferWorker(0xc000335200)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:289 +0x165
created by github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:315 +0x85

goroutine 92 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc000335200)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:224 +0x31c
created by github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 91 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc000335200)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:224 +0x31c
created by github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 149 [chan receive, 64 minutes]:
github.com/cskr/pubsub.(*PubSub).start(0xc00006f940)
	/Users/jennijuju/go/pkg/mod/github.com/cskr/[email protected]/pubsub.go:130 +0x1d0
created by github.com/cskr/pubsub.New
	/Users/jennijuju/go/pkg/mod/github.com/cskr/[email protected]/pubsub.go:44 +0x95

goroutine 159 [select, 64 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0005cc540, 0x6803940, 0xc0003ad080, 0x2)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x681b6c0, 0xc0003357a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc0003ad800, 0xc0003357a0, 0xc000335800)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 194 [select, 64 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0005cc540, 0x6803940, 0xc0003ad080, 0x3)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x681b6c0, 0xc000335b00)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc0003ad980, 0xc000335b00, 0xc000335b60)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 197 [select, 64 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0005cc540, 0x6803940, 0xc0003ad080, 0x4)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x681b6c0, 0xc000335bc0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc0003adad0, 0xc000335bc0, 0xc000335c20)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 200 [select, 64 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0005cc540, 0x6803940, 0xc0003ad080, 0x5)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x681b6c0, 0xc000335ce0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc0003adc20, 0xc000335ce0, 0xc000335da0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 203 [select, 64 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0005cc540, 0x6803940, 0xc0003ad080, 0x6)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x681b6c0, 0xc000335e00)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc0003add70, 0xc000335e00, 0xc000335e60)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 206 [select, 64 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0005cc540, 0x6803940, 0xc0003ad080, 0x7)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x681b6c0, 0xc000335f20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc0003adec0, 0xc000335f20, 0xc00041c000)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 209 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c060)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fac0, 0xc00041c060, 0xc00041c0c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 212 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c120)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fad0, 0xc00041c120, 0xc00041c180)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 215 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c1e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fae0, 0xc00041c1e0, 0xc00041c240)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 218 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c2a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006faf0, 0xc00041c2a0, 0xc00041c300)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 221 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c360)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fb00, 0xc00041c360, 0xc00041c3c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 224 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c420)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fb10, 0xc00041c420, 0xc00041c480)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 227 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c4e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fb20, 0xc00041c4e0, 0xc00041c540)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 230 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c5a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fb30, 0xc00041c5a0, 0xc00041c600)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 233 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c660)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fb40, 0xc00041c660, 0xc00041c6c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 569 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625aa0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed130, 0xc000625aa0, 0xc000625b00)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 236 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c720)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fb50, 0xc00041c720, 0xc00041c780)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 239 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c7e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fb60, 0xc00041c7e0, 0xc00041c840)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 242 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c8a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fb70, 0xc00041c8a0, 0xc00041c900)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 245 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041c960)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fb80, 0xc00041c960, 0xc00041c9c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 248 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041ca20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fb90, 0xc00041ca20, 0xc00041ca80)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 251 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041cae0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fba0, 0xc00041cae0, 0xc00041cb40)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 740 [chan receive, 64 minutes]:
github.com/libp2p/go-flow-metrics.(*sweeper).run(0x75c3c60)
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/sweeper.go:40 +0x65
created by github.com/libp2p/go-flow-metrics.(*sweeper).start
	/Users/jennijuju/go/pkg/mod/github.com/libp2p/[email protected]/sweeper.go:36 +0x6c

goroutine 254 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041cba0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fbb0, 0xc00041cba0, 0xc00041cc00)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 257 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041cc60)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fbc0, 0xc00041cc60, 0xc00041ccc0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 260 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041cd20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fbd0, 0xc00041cd20, 0xc00041cd80)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 263 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041cde0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fbe0, 0xc00041cde0, 0xc00041ce40)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 704 [select]:
github.com/jbenet/goprocess/periodic.Every.func1(0x681b6c0, 0xc005d5a9c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/periodic/periodic.go:51 +0xf5
github.com/jbenet/goprocess.Go.func1(0xc005d45a60, 0xc005d5a9c0, 0xc005d5aa20)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/goprocess.go:188 +0x3c
created by github.com/jbenet/goprocess.Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/goprocess.go:187 +0x1d4

goroutine 266 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041cea0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fbf0, 0xc00041cea0, 0xc00041cf00)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 443 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559b00)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ffa0, 0xc000559b00, 0xc000559b60)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 269 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041cf60)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fc00, 0xc00041cf60, 0xc00041cfc0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 272 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d020)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fc10, 0xc00041d020, 0xc00041d080)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 473 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006242a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000119550, 0xc0006242a0, 0xc000624300)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 275 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d0e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fc20, 0xc00041d0e0, 0xc00041d140)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 278 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d1a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fc30, 0xc00041d1a0, 0xc00041d200)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 281 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d260)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fc40, 0xc00041d260, 0xc00041d2c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 440 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559a40)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ff90, 0xc000559a40, 0xc000559aa0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 284 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d320)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fc50, 0xc00041d320, 0xc00041d380)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 557 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006257a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed0f0, 0xc0006257a0, 0xc000625800)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 287 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d3e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fc60, 0xc00041d3e0, 0xc00041d440)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 290 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d4a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fc70, 0xc00041d4a0, 0xc00041d500)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 293 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d560)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fc80, 0xc00041d560, 0xc00041d5c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 296 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d620)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fc90, 0xc00041d620, 0xc00041d680)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 437 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559980)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ff80, 0xc000559980, 0xc0005599e0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 530 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006250e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ecfe0, 0xc0006250e0, 0xc000625140)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 299 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d6e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fca0, 0xc00041d6e0, 0xc00041d740)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 470 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006241e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000118f10, 0xc0006241e0, 0xc000624240)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 302 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d7a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fcb0, 0xc00041d7a0, 0xc00041d800)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 467 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624120)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000118ee0, 0xc000624120, 0xc000624180)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 305 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d860)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fcc0, 0xc00041d860, 0xc00041d8c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 596 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc00055c240, 0x6803940, 0xc0003ad080, 0x1, 0x89a9500, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:409 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc00055c240, 0x6803940, 0xc0003ad080)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:381 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x681b6c0, 0xc000666180)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:221 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc000587100, 0xc000666180, 0xc0006661e0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 645 [select, 64 minutes]:
github.com/ipfs/go-graphsync/requestmanager/asyncloader.(*AsyncLoader).run(0xc000697740)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/requestmanager/asyncloader/asyncloader.go:197 +0xff
created by github.com/ipfs/go-graphsync/requestmanager/asyncloader.(*AsyncLoader).Startup
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/requestmanager/asyncloader/asyncloader.go:68 +0x65

goroutine 308 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d920)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fcd0, 0xc00041d920, 0xc00041d980)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 633 [sleep]:
time.Sleep(0x3b9aca00)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/time.go:188 +0xbf
github.com/raulk/clock.(*clock).Sleep(0x75f6a80, 0x3b9aca00)
	/Users/jennijuju/go/pkg/mod/github.com/raulk/[email protected]/clock.go:44 +0x2b
github.com/filecoin-project/lotus/chain/events.(*Events).listenHeadChanges(0xc000090bd0, 0x6803880, 0xc00054ac00)
	/Users/jennijuju/filecoin/software/lotus/chain/events/events.go:103 +0x55
created by github.com/filecoin-project/lotus/chain/events.NewEvents
	/Users/jennijuju/filecoin/software/lotus/chain/events/events.go:83 +0x597

goroutine 181 [select, 64 minutes]:
reflect.rselect(0xc00074cb90, 0x3, 0x4, 0x5, 0x6cd9b366cd9b36)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/select.go:547 +0x390
reflect.Select(0xc0001a2000, 0x3, 0x4, 0xc00074cd30, 0x3, 0xc0001a2000, 0x2, 0x4)
	/usr/local/Cellar/go/1.15.2/libexec/src/reflect/value.go:2250 +0x1ab
github.com/filecoin-project/lotus/extern/sector-storage.(*scheduler).runWorkerWatcher(0xc000479e00)
	/Users/jennijuju/filecoin/software/lotus/extern/sector-storage/sched_watch.go:28 +0x5b3
created by github.com/filecoin-project/lotus/extern/sector-storage.(*scheduler).runSched
	/Users/jennijuju/filecoin/software/lotus/extern/sector-storage/sched.go:223 +0x8a

goroutine 311 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041d9e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fce0, 0xc00041d9e0, 0xc00041da40)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 464 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624060)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000118eb0, 0xc000624060, 0xc0006240c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 536 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625260)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed000, 0xc000625260, 0xc0006252c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 314 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041daa0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fcf0, 0xc00041daa0, 0xc00041db00)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 434 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0005598c0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ff70, 0xc0005598c0, 0xc000559920)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 605 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc00055c240, 0x6803940, 0xc0003ad080, 0x1, 0x89a9500, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:409 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc00055c240, 0x6803940, 0xc0003ad080)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:381 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x681b6c0, 0xc0006663c0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:221 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc0005877e0, 0xc0006663c0, 0xc000666420)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 317 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041db60)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fd00, 0xc00041db60, 0xc00041dbc0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 572 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625b60)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed140, 0xc000625b60, 0xc000625bc0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 461 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559f80)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000118650, 0xc000559f80, 0xc000624000)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 320 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041dc20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fd10, 0xc00041dc20, 0xc00041dc80)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 575 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625c20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed150, 0xc000625c20, 0xc000625c80)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 323 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041dce0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fd20, 0xc00041dce0, 0xc00041dd40)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 187 [select, 64 minutes]:
github.com/filecoin-project/go-statemachine.(*StateMachine).run(0xc000701080)
	/Users/jennijuju/go/pkg/mod/github.com/filecoin-project/[email protected]/machine.go:53 +0x14f
created by github.com/filecoin-project/go-statemachine.(*StateGroup).loadOrCreate
	/Users/jennijuju/go/pkg/mod/github.com/filecoin-project/[email protected]/group.go:133 +0x3bc

goroutine 837 [select]:
github.com/jbenet/goprocess/periodic.Every.func1(0x681b6c0, 0xc005d9dbc0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/periodic/periodic.go:51 +0xf5
github.com/jbenet/goprocess.Go.func1(0xc005d97c00, 0xc005d9dbc0, 0xc005d9dc20)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/goprocess.go:188 +0x3c
created by github.com/jbenet/goprocess.Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/goprocess.go:187 +0x1d4

goroutine 326 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041dda0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fd30, 0xc00041dda0, 0xc00041de00)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 431 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559800)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ff60, 0xc000559800, 0xc000559860)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 458 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559ec0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fff0, 0xc000559ec0, 0xc000559f20)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 329 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041de60)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fd40, 0xc00041de60, 0xc00041dec0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 332 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc00041df20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fd50, 0xc00041df20, 0xc00041df80)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 455 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559e00)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ffe0, 0xc000559e00, 0xc000559e60)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 335 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558000)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fd60, 0xc000558000, 0xc000558060)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 428 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559740)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ff50, 0xc000559740, 0xc0005597a0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 338 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0005580c0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fd70, 0xc0005580c0, 0xc000558120)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 341 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558180)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fd80, 0xc000558180, 0xc0005581e0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 602 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc00055c240, 0x6803940, 0xc0003ad080, 0x1, 0x89a9500, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:409 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc00055c240, 0x6803940, 0xc0003ad080)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:381 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x681b6c0, 0xc000666300)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:221 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc000587540, 0xc000666300, 0xc000666360)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 344 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558240)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fd90, 0xc000558240, 0xc0005582a0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 347 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558300)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fda0, 0xc000558300, 0xc000558360)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 646 [select, 64 minutes]:
github.com/ipfs/go-graphsync/requestmanager.(*RequestManager).run(0xc0006aa480)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/requestmanager/requestmanager.go:288 +0x128
created by github.com/ipfs/go-graphsync/requestmanager.(*RequestManager).Startup
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/requestmanager/requestmanager.go:274 +0x3f

goroutine 350 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0005583c0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fdb0, 0xc0005583c0, 0xc000558420)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 608 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc00055c240, 0x6803940, 0xc0003ad080, 0x1, 0x89a9500, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:409 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc00055c240, 0x6803940, 0xc0003ad080)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:381 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x681b6c0, 0xc000666480)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:221 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc000587880, 0xc000666480, 0xc0006664e0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 554 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006256e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed0e0, 0xc0006256e0, 0xc000625740)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 353 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558480)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fdc0, 0xc000558480, 0xc0005584e0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 425 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559680)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ff40, 0xc000559680, 0xc0005596e0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 422 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0005595c0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ff30, 0xc0005595c0, 0xc000559620)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 356 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558540)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fdd0, 0xc000558540, 0xc0005585a0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 452 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559d40)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ffd0, 0xc000559d40, 0xc000559da0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 359 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558600)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fde0, 0xc000558600, 0xc000558660)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 578 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625ce0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed160, 0xc000625ce0, 0xc000625d40)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 419 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559500)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ff20, 0xc000559500, 0xc000559560)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 362 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0005586c0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fdf0, 0xc0005586c0, 0xc000558720)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 365 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558780)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fe00, 0xc000558780, 0xc0005587e0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 416 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559440)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ff10, 0xc000559440, 0xc0005594a0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 368 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558840)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fe10, 0xc000558840, 0xc0005588a0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 371 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558900)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fe20, 0xc000558900, 0xc000558960)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 449 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559c80)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ffc0, 0xc000559c80, 0xc000559ce0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 374 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0005589c0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fe30, 0xc0005589c0, 0xc000558a20)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 533 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006251a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ecff0, 0xc0006251a0, 0xc000625200)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 377 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558a80)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fe40, 0xc000558a80, 0xc000558ae0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 446 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559bc0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ffb0, 0xc000559bc0, 0xc000559c20)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 380 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558b40)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fe50, 0xc000558b40, 0xc000558ba0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 383 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558c00)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fe60, 0xc000558c00, 0xc000558c60)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 386 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558cc0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fe70, 0xc000558cc0, 0xc000558d20)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 542 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006253e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed070, 0xc0006253e0, 0xc000625440)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 389 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558d80)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fe80, 0xc000558d80, 0xc000558de0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 97 [select, 64 minutes]:
github.com/filecoin-project/lotus/extern/sector-storage.(*scheduler).runWorker.func1(0xc000479e00, 0x0, 0xc0004ec7d0)
	/Users/jennijuju/filecoin/software/lotus/extern/sector-storage/sched.go:551 +0x57c
created by github.com/filecoin-project/lotus/extern/sector-storage.(*scheduler).runWorker
	/Users/jennijuju/filecoin/software/lotus/extern/sector-storage/sched.go:503 +0xa6

goroutine 599 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc00055c240, 0x6803940, 0xc0003ad080, 0x1, 0x89a9500, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:409 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc00055c240, 0x6803940, 0xc0003ad080)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:381 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x681b6c0, 0xc000666240)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:221 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc000587220, 0xc000666240, 0xc0006662a0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 392 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558e40)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fe90, 0xc000558e40, 0xc000558ea0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 413 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559380)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006ff00, 0xc000559380, 0xc0005593e0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 581 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625da0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed170, 0xc000625da0, 0xc000625e00)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 395 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558f00)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fea0, 0xc000558f00, 0xc000558f60)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 476 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624360)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000119560, 0xc000624360, 0xc0006243c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 398 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000558fc0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006feb0, 0xc000558fc0, 0xc000559020)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 644 [select, 64 minutes]:
github.com/ipfs/go-graphsync/requestmanager/asyncloader.(*AsyncLoader).messageQueueWorker(0xc000697740)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/requestmanager/asyncloader/asyncloader.go:221 +0x186
created by github.com/ipfs/go-graphsync/requestmanager/asyncloader.(*AsyncLoader).Startup
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/requestmanager/asyncloader/asyncloader.go:67 +0x3f

goroutine 401 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559080)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fec0, 0xc000559080, 0xc0005590e0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 527 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625020)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ecfd0, 0xc000625020, 0xc000625080)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 404 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559140)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fed0, 0xc000559140, 0xc0005591a0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 539 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625320)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed060, 0xc000625320, 0xc000625380)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 551 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625620)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed0d0, 0xc000625620, 0xc000625680)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 407 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000559200)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fee0, 0xc000559200, 0xc000559260)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 614 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc00055c240, 0x6803940, 0xc0003ad080, 0x1, 0x89a9500, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:409 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc00055c240, 0x6803940, 0xc0003ad080)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:381 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x681b6c0, 0xc000666600)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:221 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc000587a80, 0xc000666600, 0xc000666660)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 410 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0005592c0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc00006fef0, 0xc0005592c0, 0xc000559320)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 611 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc00055c240, 0x6803940, 0xc0003ad080, 0x1, 0x89a9500, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:409 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc00055c240, 0x6803940, 0xc0003ad080)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:381 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x681b6c0, 0xc000666540)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:221 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc000587940, 0xc000666540, 0xc0006665a0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 593 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).scoreWorker(0xc00055c240, 0x681b6c0, 0xc0006660c0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:258 +0x6a5
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed1d0, 0xc0006660c0, 0xc000666120)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 479 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624420)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000119580, 0xc000624420, 0xc000624480)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 482 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006244e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000119590, 0xc0006244e0, 0xc000624540)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 524 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624f60)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ecf80, 0xc000624f60, 0xc000624fc0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 485 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006245a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001195a0, 0xc0006245a0, 0xc000624600)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 521 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624ea0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ecf20, 0xc000624ea0, 0xc000624f00)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 488 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624660)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000119740, 0xc000624660, 0xc0006246c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 560 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625860)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed100, 0xc000625860, 0xc0006258c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 491 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624720)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000119750, 0xc000624720, 0xc000624780)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 590 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000666000)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed1c0, 0xc000666000, 0xc000666060)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 670 [select, 64 minutes]:
github.com/filecoin-project/go-statemachine.(*StateMachine).run(0xc005d06c60)
	/Users/jennijuju/go/pkg/mod/github.com/filecoin-project/[email protected]/machine.go:53 +0x14f
created by github.com/filecoin-project/go-statemachine.(*StateGroup).loadOrCreate
	/Users/jennijuju/go/pkg/mod/github.com/filecoin-project/[email protected]/group.go:133 +0x3bc

goroutine 494 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006247e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000119810, 0xc0006247e0, 0xc000624840)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 183 [sleep]:
time.Sleep(0x2540be400)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/time.go:188 +0xbf
github.com/raulk/clock.(*clock).Sleep(0x75f6a80, 0x2540be400)
	/Users/jennijuju/go/pkg/mod/github.com/raulk/[email protected]/clock.go:44 +0x2b
github.com/filecoin-project/lotus/storage.(*WindowPoStScheduler).Run(0xc00048cdc0, 0x6803880, 0xc00054ac00)
	/Users/jennijuju/filecoin/software/lotus/storage/wdpost_sched.go:103 +0x86c
created by github.com/filecoin-project/lotus/node/modules.StorageMiner.func1.1
	/Users/jennijuju/filecoin/software/lotus/node/modules/storageminer.go:204 +0x67

goroutine 587 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625f20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed190, 0xc000625f20, 0xc000625f80)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 497 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006248a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000119860, 0xc0006248a0, 0xc000624900)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 500 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624960)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc000510a60, 0xc000624960, 0xc0006249c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 518 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624de0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ecef0, 0xc000624de0, 0xc000624e40)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 563 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625920)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed110, 0xc000625920, 0xc000625980)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 503 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624a20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ecea0, 0xc000624a20, 0xc000624a80)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 647 [select, 64 minutes]:
github.com/ipfs/go-graphsync/responsemanager.(*ResponseManager).run(0xc0006aa510)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/responsemanager.go:283 +0x169
created by github.com/ipfs/go-graphsync/responsemanager.(*ResponseManager).Startup
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/responsemanager.go:262 +0x3f

goroutine 6976 [select]:
github.com/filecoin-project/lotus/miner.(*Miner).Stop(0xc005d03200, 0x68038c0, 0xc000134030, 0x6120a40, 0xc005d60c90)
	/Users/jennijuju/filecoin/software/lotus/miner/miner.go:129 +0x15a
github.com/filecoin-project/lotus/node/modules.SetupBlockProducer.func2(0x68038c0, 0xc000134030, 0xa, 0xc005d60c70)
	/Users/jennijuju/filecoin/software/lotus/node/modules/storageminer.go:356 +0x3e
go.uber.org/fx/internal/lifecycle.(*Lifecycle).Stop(0xc00033ec90, 0x68038c0, 0xc000134030, 0x0, 0x1)
	/Users/jennijuju/go/pkg/mod/go.uber.org/[email protected]/internal/lifecycle/lifecycle.go:86 +0x162
go.uber.org/fx.withTimeout.func1(0xc005cf7e60, 0xc005d60c50, 0x68038c0, 0xc000134030)
	/Users/jennijuju/go/pkg/mod/go.uber.org/[email protected]/app.go:600 +0x3a
created by go.uber.org/fx.withTimeout
	/Users/jennijuju/go/pkg/mod/go.uber.org/[email protected]/app.go:600 +0x91

goroutine 506 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624ae0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001eceb0, 0xc000624ae0, 0xc000624b40)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 515 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624d20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ecee0, 0xc000624d20, 0xc000624d80)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 509 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624ba0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ecec0, 0xc000624ba0, 0xc000624c00)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 566 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006259e0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed120, 0xc0006259e0, 0xc000625a40)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 545 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc0006254a0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed090, 0xc0006254a0, 0xc000625500)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 512 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000624c60)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001eced0, 0xc000624c60, 0xc000624cc0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 584 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625e60)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed180, 0xc000625e60, 0xc000625ec0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 548 [select, 64 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc0003ad350)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x681b6c0, 0xc000625560)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed0c0, 0xc000625560, 0xc0006255c0)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 617 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc00055c240, 0x6803940, 0xc0003ad080, 0x1, 0x0, 0x0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:409 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc00055c240, 0x6803940, 0xc0003ad080)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:381 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x681b6c0, 0xc0006666c0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:221 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc000587b80, 0xc0006666c0, 0xc000666720)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 618 [chan receive, 64 minutes]:
github.com/ipfs/go-bitswap.New.func6(0x681b6c0, 0xc000335020, 0xc000130648, 0xc00006f910, 0x67f78c0, 0xc0003ad2c0)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/bitswap.go:199 +0x48
created by github.com/ipfs/go-bitswap.New
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/bitswap.go:198 +0xe35

goroutine 619 [select, 64 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x6803940, 0xc0003ad080, 0x681b6c0, 0xc000335020)
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:65 +0xda
created by github.com/jbenet/goprocess/context.CloseAfterContext
	/Users/jennijuju/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:64 +0xba

goroutine 620 [select]:
github.com/filecoin-project/lotus/extern/sector-storage/stores.(*Local).reportHealth(0xc0006668a0, 0x6803880, 0xc000099a40)
	/Users/jennijuju/filecoin/software/lotus/extern/sector-storage/stores/local.go:239 +0x54c
created by github.com/filecoin-project/lotus/extern/sector-storage/stores.(*Local).open
	/Users/jennijuju/filecoin/software/lotus/extern/sector-storage/stores/local.go:229 +0x1ab

goroutine 621 [select, 64 minutes]:
github.com/filecoin-project/lotus/extern/sector-storage.(*scheduler).runSched(0xc000479e00)
	/Users/jennijuju/filecoin/software/lotus/extern/sector-storage/sched.go:231 +0x22e
created by github.com/filecoin-project/lotus/extern/sector-storage.New
	/Users/jennijuju/filecoin/software/lotus/extern/sector-storage/manager.go:119 +0x65c

goroutine 660 [select]:
github.com/ipfs/go-graphsync/responsemanager.(*queryExecutor).processQueriesWorker(0xc000140d20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/queryexecutor.go:49 +0x16a
created by github.com/ipfs/go-graphsync/responsemanager.(*ResponseManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/responsemanager.go:279 +0x8d

goroutine 661 [select]:
github.com/ipfs/go-graphsync/responsemanager.(*queryExecutor).processQueriesWorker(0xc000140d20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/queryexecutor.go:49 +0x16a
created by github.com/ipfs/go-graphsync/responsemanager.(*ResponseManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/responsemanager.go:279 +0x8d

goroutine 662 [select]:
github.com/ipfs/go-graphsync/responsemanager.(*queryExecutor).processQueriesWorker(0xc000140d20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/queryexecutor.go:49 +0x16a
created by github.com/ipfs/go-graphsync/responsemanager.(*ResponseManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/responsemanager.go:279 +0x8d

goroutine 663 [select]:
github.com/ipfs/go-graphsync/responsemanager.(*queryExecutor).processQueriesWorker(0xc000140d20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/queryexecutor.go:49 +0x16a
created by github.com/ipfs/go-graphsync/responsemanager.(*ResponseManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/responsemanager.go:279 +0x8d

goroutine 664 [select]:
github.com/ipfs/go-graphsync/responsemanager.(*queryExecutor).processQueriesWorker(0xc000140d20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/queryexecutor.go:49 +0x16a
created by github.com/ipfs/go-graphsync/responsemanager.(*ResponseManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/responsemanager.go:279 +0x8d

goroutine 665 [select]:
github.com/ipfs/go-graphsync/responsemanager.(*queryExecutor).processQueriesWorker(0xc000140d20)
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/queryexecutor.go:49 +0x16a
created by github.com/ipfs/go-graphsync/responsemanager.(*ResponseManager).run
	/Users/jennijuju/go/pkg/mod/github.com/ipfs/[email protected]/responsemanager/responsemanager.go:279 +0x8d

goroutine 693 [select]:
go.uber.org/fx.withTimeout(0x68038c0, 0xc000134030, 0xc005d60c50, 0x4520876, 0xc00017e580)
	/Users/jennijuju/go/pkg/mod/go.uber.org/[email protected]/app.go:602 +0x12b
go.uber.org/fx.(*App).Stop(0xc000323760, 0x68038c0, 0xc000134030, 0x0, 0xc00017e580)
	/Users/jennijuju/go/pkg/mod/go.uber.org/[email protected]/app.go:446 +0x76
main.glob..func34.3(0xc005d5a360, 0xc0005f2ea0, 0xc00034da50, 0xc0005ccc40)
	/Users/jennijuju/filecoin/software/lotus/cmd/lotus-storage-miner/run.go:173 +0x229
created by main.glob..func34
	/Users/jennijuju/filecoin/software/lotus/cmd/lotus-storage-miner/run.go:164 +0xcf1

goroutine 6986 [sleep]:
time.Sleep(0x9242c51)
	/usr/local/Cellar/go/1.15.2/libexec/src/runtime/time.go:188 +0xbf
github.com/filecoin-project/go-jsonrpc.(*wsConn).handleWsConn.func1(0xc00055c000, 0xc000010020, 0x68038c0, 0xc000134008)
	/Users/jennijuju/go/pkg/mod/github.com/filecoin-project/[email protected]/websocket.go:575 +0xd6
created by github.com/filecoin-project/go-jsonrpc.(*wsConn).handleWsConn
	/Users/jennijuju/go/pkg/mod/github.com/filecoin-project/[email protected]/websocket.go:565 +0xfc5

rax    0x2000003
rbx    0xc005b12f68
rcx    0x7ffeefbffa58
rdx    0x1
rdi    0xc
rsi    0xc005b12f8f
rbp    0x7ffeefbffa60
rsp    0x7ffeefbffa58
r8     0xc000567800
r9     0x0
r10    0xc005b12f68
r11    0x212
r12    0x7
r13    0x0
r14    0xc000334cc0
r15    0xc000440ae0
rip    0x7fff6a1f881c
rflags 0x212
cs     0x7
fs     0x0
gs     0x0
@jennijuju
Copy link
Member Author

Then restart both daemon and miner gives me <!!> SLASH FILTER ERROR: produced block would trigger 'double-fork mining faults' consensus fault;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ux Area: UX kind/enhancement Kind: Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant