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

Test PutBlock with the max sized data square #275

Closed
evan-forbes opened this issue Apr 8, 2021 · 2 comments · Fixed by #276
Closed

Test PutBlock with the max sized data square #275

evan-forbes opened this issue Apr 8, 2021 · 2 comments · Fixed by #276
Assignees
Labels
T:Bug Type: Bug (confirmed) T:tests

Comments

@evan-forbes
Copy link
Member

When using the max sized data square in TestPutBlock, we eventually crash.

I'm still investigating why. As @Wondertan mentioned, we definitely need to test PutBlock with the max sized data square, which we currently are not doing (this was my mistake in #178!). I'm getting the same crash that we're experiencing in #270, even after using the optimization introduced in #271

When running PutBlock with the max sized data square, we're getting some huge goroutine leak

goroutine 431 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc001f891d0)
        /home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x22c0500, 0xc002242ea0)
        /home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc001e17330, 0xc002242ea0, 0xc002242f00)
        /home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
        /home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe
...
...
goroutine 609 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc001e480c0, 0x22ac940, 0xc001f88ea0, 0x1, 0x0, 0x0)
        /home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:313 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc001e480c0, 0x22ac940, 0xc001f88ea0)
        /home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:285 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x22c0500, 0xc0022ffb00)
        /home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:240 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc002378fa0, 0xc0022ffb00, 0xc0022ffb60)
        /home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
        /home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

Originally posted by @evan-forbes in #232 (comment)

@evan-forbes evan-forbes self-assigned this Apr 8, 2021
@evan-forbes evan-forbes added T:Bug Type: Bug (confirmed) T:tests labels Apr 8, 2021
@evan-forbes
Copy link
Member Author

evan-forbes commented Apr 9, 2021

here's the full error output that occurs after the test has been ran for 10 minutes

panic: test timed out after 10m0s

goroutine 50196 [running]:
testing.(*M).startAlarm.func1()
/usr/local/go/src/testing/testing.go:1618 +0xe5
created by time.goFunc
/usr/local/go/src/time/sleep.go:167 +0x45

goroutine 1 [chan receive, 10 minutes]:
testing.(*T).Run(0xc0000c0c00, 0x20598b4, 0xc, 0x22a97c8, 0xc33501)
/usr/local/go/src/testing/testing.go:1169 +0x2da
testing.runTests.func1(0xc0000c0a80)
/usr/local/go/src/testing/testing.go:1439 +0x78
testing.tRunner(0xc0000c0a80, 0xc000649d70)
/usr/local/go/src/testing/testing.go:1123 +0xef
testing.runTests(0xc000314a00, 0x2f6cd20, 0x8c, 0x8c, 0xc0143b0144401a19, 0x8bb4fceff1, 0x30a0940, 0xcaaaea)
/usr/local/go/src/testing/testing.go:1437 +0x2fe
testing.(*M).Run(0xc000050100, 0x0)
/usr/local/go/src/testing/testing.go:1345 +0x1eb
github.com/lazyledger/lazyledger-core/types.TestMain(0xc000050100)
/home/evan/go/src/github.com/lazyledger/lazyledger-core/types/block_test.go:38 +0x2b
main.main()
_testmain.go:335 +0x165

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

goroutine 21 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc00019c280)
/home/evan/go/pkg/mod/[email protected]/stats/view/worker.go:276 +0x105
created by go.opencensus.io/stats/view.init.0
/home/evan/go/pkg/mod/[email protected]/stats/view/worker.go:34 +0x68

goroutine 14 [chan receive, 9 minutes]:
testing.(*T).Run(0xc0029c6000, 0x209e6a0, 0xf, 0xc002158740, 0xc002143020)
/usr/local/go/src/testing/testing.go:1169 +0x2da
github.com/lazyledger/lazyledger-core/types.TestPutBlock(0xc0000c0c00)
/home/evan/go/src/github.com/lazyledger/lazyledger-core/types/block_test.go:1362 +0x517
testing.tRunner(0xc0000c0c00, 0x22a97c8)
/usr/local/go/src/testing/testing.go:1123 +0xef
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:1168 +0x2b3

goroutine 16 [select, 9 minutes]:
github.com/libp2p/go-libp2p-peerstore/pstoremem.(*memoryAddrBook).background(0xc000158900)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/pstoremem/addr_book.go:93 +0x126
created by github.com/libp2p/go-libp2p-peerstore/pstoremem.NewAddrBook
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/pstoremem/addr_book.go:83 +0x18f

goroutine 66 [select]:
github.com/libp2p/go-libp2p-connmgr.(*decayer).process(0xc000050800)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/decay.go:165 +0x288
created by github.com/libp2p/go-libp2p-connmgr.NewDecayer
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/decay.go:95 +0x218

goroutine 67 [select]:
github.com/libp2p/go-libp2p-connmgr.(*BasicConnMgr).background(0xc00015a400)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/connmgr.go:246 +0x16d
created by github.com/libp2p/go-libp2p-connmgr.NewConnManager
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/connmgr.go:140 +0x2bf

goroutine 68 [select, 9 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x2451d80, 0xc0008b5180, 0x2465da0, 0xc001f9a5a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:65 +0xda
created by github.com/jbenet/goprocess/context.CloseAfterContext
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:64 +0xba

goroutine 69 [select, 4 minutes]:
github.com/libp2p/go-libp2p/p2p/protocol/identify.(*ObservedAddrManager).worker(0xc001f9a6c0, 0x2451d80, 0xc00212b740)
/home/evan/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
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/p2p/protocol/identify/obsaddr.go:127 +0x17a

goroutine 70 [select, 9 minutes]:
github.com/libp2p/go-libp2p/p2p/protocol/identify.(*IDService).loop(0xc0021d65b0)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/p2p/protocol/identify/id.go:203 +0x508
created by github.com/libp2p/go-libp2p/p2p/protocol/identify.NewIDService
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/p2p/protocol/identify/id.go:150 +0x2d0

goroutine 72 [select, 9 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x2451d80, 0xc00212a5c0, 0x2465da0, 0xc001f9ade0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:65 +0xda
created by github.com/jbenet/goprocess/context.CloseAfterContext
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:64 +0xba

goroutine 74 [select, 9 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x2451d80, 0xc00212b980, 0x2465da0, 0xc001f9aea0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:65 +0xda
created by github.com/jbenet/goprocess/context.CloseAfterContext
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:64 +0xba

goroutine 77 [select, 9 minutes]:
github.com/libp2p/go-libp2p-kad-dht/providers.(*ProviderManager).run(0xc00212b9c0, 0x2465da0, 0xc001f9af00)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/providers/providers_manager.go:134 +0x2d1
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed1e0, 0xc001f9af00, 0xc001f9af60)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 100 [select, 9 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*subscriberNotifee).subscribe(0xc0021b98c0, 0x2465da0, 0xc001f9b080)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/subscriber_notifee.go:68 +0x1b9
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed260, 0xc001f9b080, 0xc001f9b0e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 102 [select, 3 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).persistRTPeersInPeerStore(0xc0008d1500)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:521 +0x145
created by github.com/libp2p/go-libp2p-kad-dht.New
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:223 +0x492

goroutine 105 [select, 9 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).rtPeerLoop(0xc0008d1500, 0x2465da0, 0xc001f9b140)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:630 +0x169
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed270, 0xc001f9b140, 0xc001f9b1a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 109 [select, 9 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x2451d80, 0xc00212a5c0, 0x2465da0, 0xc001f9b2c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:65 +0xda
created by github.com/jbenet/goprocess/context.CloseAfterContext
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:64 +0xba

goroutine 111 [select, 9 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x2451d80, 0xc00212bb80, 0x2465da0, 0xc001f9b380)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:65 +0xda
created by github.com/jbenet/goprocess/context.CloseAfterContext
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:64 +0xba

goroutine 57 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc001f9ba40)
/home/evan/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
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 114 [select]:
github.com/libp2p/go-libp2p-kad-dht/providers.(*ProviderManager).run(0xc00212bbc0, 0x2465da0, 0xc001f9b3e0)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/providers/providers_manager.go:134 +0x2d1
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed330, 0xc001f9b3e0, 0xc001f9b440)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 53 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc001f9ba40)
/home/evan/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
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 54 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc001f9ba40)
/home/evan/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
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 130 [select, 9 minutes]:
github.com/libp2p/go-libp2p-kad-dht/rtrefresh.(*RtRefreshManager).loop(0xc0020c99a0)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/rtrefresh/rt_refresh_manager.go:143 +0x528
created by github.com/libp2p/go-libp2p-kad-dht/rtrefresh.(*RtRefreshManager).Start
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/rtrefresh/rt_refresh_manager.go:88 +0x5c

goroutine 120 [select, 9 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*subscriberNotifee).subscribe(0xc0021b9a20, 0x2465da0, 0xc001f9b500)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/subscriber_notifee.go:68 +0x1b9
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed3e0, 0xc001f9b500, 0xc001f9b560)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 133 [select, 1 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).fixLowPeersRoutine(0xc0002ed500, 0x2465da0, 0xc000674300)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:444 +0x17d
github.com/jbenet/goprocess.(*process).Go.func1(0xc00067a010, 0xc000674300, 0xc000674360)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 122 [select, 3 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).persistRTPeersInPeerStore(0xc0002ed500)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:521 +0x145
created by github.com/libp2p/go-libp2p-kad-dht.New
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:223 +0x492

goroutine 56 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc001f9ba40)
/home/evan/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
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 125 [select, 9 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).rtPeerLoop(0xc0002ed500, 0x2465da0, 0xc001f9b5c0)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:630 +0x169
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed3f0, 0xc001f9b5c0, 0xc001f9b620)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 55 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc001f9ba40)
/home/evan/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
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 129 [chan receive, 9 minutes]:
github.com/cskr/pubsub.(*PubSub).start(0xc0001edf80)
/home/evan/go/pkg/mod/github.com/cskr/[email protected]/pubsub.go:130 +0x1d0
created by github.com/cskr/pubsub.New
/home/evan/go/pkg/mod/github.com/cskr/[email protected]/pubsub.go:44 +0x95

goroutine 146 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).run(0xc001f9ba40)
/home/evan/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
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:102 +0x3f

goroutine 149 [select, 9 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0001d9f00, 0x2451e40, 0xc002496540, 0x0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x2465da0, 0xc001f9bc20)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc002496a20, 0xc001f9bc20, 0xc001f9bc80)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 152 [select, 9 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0001d9f00, 0x2451e40, 0xc002496540, 0x1)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x2465da0, 0xc001f9bce0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc002496b70, 0xc001f9bce0, 0xc001f9bd40)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 52 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).providerRequestBufferWorker(0xc001f9ba40)
/home/evan/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
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:315 +0x85

goroutine 155 [select, 9 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0001d9f00, 0x2451e40, 0xc002496540, 0x2)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x2465da0, 0xc001f9bda0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc002496cc0, 0xc001f9bda0, 0xc001f9be00)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 158 [select, 9 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0001d9f00, 0x2451e40, 0xc002496540, 0x3)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x2465da0, 0xc001f9be60)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc002496e10, 0xc001f9be60, 0xc001f9bec0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 161 [select, 9 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0001d9f00, 0x2451e40, 0xc002496540, 0x4)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x2465da0, 0xc001f9bf20)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc002496f60, 0xc001f9bf20, 0xc001f9bf80)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 164 [select, 9 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0001d9f00, 0x2451e40, 0xc002496540, 0x5)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x2465da0, 0xc0024b8000)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024970b0, 0xc0024b8000, 0xc0024b8060)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 167 [select, 9 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0001d9f00, 0x2451e40, 0xc002496540, 0x6)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x2465da0, 0xc0024b80c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc002497200, 0xc0024b80c0, 0xc0024b8120)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 170 [select, 9 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).taskWorker(0xc0001d9f00, 0x2451e40, 0xc002496540, 0x7)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:49 +0x379
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func1(0x2465da0, 0xc0024b8180)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:25 +0x45
github.com/jbenet/goprocess.(*process).Go.func1(0xc002497350, 0xc0024b8180, 0xc0024b81e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 173 [select, 9 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).provideCollector(0xc0001d9f00, 0x2451e40, 0xc002496540)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:200 +0x1d2
github.com/ipfs/go-bitswap.(*Bitswap).startWorkers.func2(0x2465da0, 0xc0024b8240)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:32 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc0022e6740, 0xc0024b8240, 0xc0024b82a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 176 [select, 9 minutes]:
github.com/ipfs/go-bitswap.(*Bitswap).provideWorker(0xc0001d9f00, 0x2465da0, 0xc0024b8300)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/workers.go:175 +0x2d4
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac100, 0xc0024b8300, 0xc0024b8360)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 179 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b83c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac110, 0xc0024b83c0, 0xc0024b8420)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 182 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8480)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac120, 0xc0024b8480, 0xc0024b84e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 185 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8540)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac130, 0xc0024b8540, 0xc0024b85a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 188 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8600)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac140, 0xc0024b8600, 0xc0024b8660)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 191 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b86c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac150, 0xc0024b86c0, 0xc0024b8720)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 194 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8780)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac160, 0xc0024b8780, 0xc0024b87e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 197 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8840)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac170, 0xc0024b8840, 0xc0024b88a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 58 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/providerquerymanager.(*ProviderQueryManager).findProviderWorker(0xc001f9ba40)
/home/evan/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
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/providerquerymanager/providerquerymanager.go:317 +0xb3

goroutine 200 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8900)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac180, 0xc0024b8900, 0xc0024b8960)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 203 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b89c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac190, 0xc0024b89c0, 0xc0024b8a20)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 206 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8a80)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac1a0, 0xc0024b8a80, 0xc0024b8ae0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 209 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8b40)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac1b0, 0xc0024b8b40, 0xc0024b8ba0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 212 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8c00)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac1c0, 0xc0024b8c00, 0xc0024b8c60)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 215 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8cc0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac1d0, 0xc0024b8cc0, 0xc0024b8d20)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 218 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8d80)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac1e0, 0xc0024b8d80, 0xc0024b8de0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 221 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8e40)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac1f0, 0xc0024b8e40, 0xc0024b8ea0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 224 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8f00)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac200, 0xc0024b8f00, 0xc0024b8f60)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 227 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b8fc0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac210, 0xc0024b8fc0, 0xc0024b9020)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 230 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9080)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac220, 0xc0024b9080, 0xc0024b90e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 233 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9140)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac230, 0xc0024b9140, 0xc0024b91a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 236 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9200)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac240, 0xc0024b9200, 0xc0024b9260)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 239 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b92c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac250, 0xc0024b92c0, 0xc0024b9320)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 242 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9380)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac260, 0xc0024b9380, 0xc0024b93e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 245 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9440)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac270, 0xc0024b9440, 0xc0024b94a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 248 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9500)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac280, 0xc0024b9500, 0xc0024b9560)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 251 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b95c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac290, 0xc0024b95c0, 0xc0024b9620)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 254 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9680)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac2a0, 0xc0024b9680, 0xc0024b96e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 257 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9740)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac2b0, 0xc0024b9740, 0xc0024b97a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 260 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9800)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac2c0, 0xc0024b9800, 0xc0024b9860)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 263 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b98c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac2d0, 0xc0024b98c0, 0xc0024b9920)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 266 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9980)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac2e0, 0xc0024b9980, 0xc0024b99e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 269 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9a40)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac2f0, 0xc0024b9a40, 0xc0024b9aa0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 272 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9b00)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac300, 0xc0024b9b00, 0xc0024b9b60)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 275 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9bc0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac310, 0xc0024b9bc0, 0xc0024b9c20)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 278 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9c80)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac320, 0xc0024b9c80, 0xc0024b9ce0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 281 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9d40)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac330, 0xc0024b9d40, 0xc0024b9da0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 284 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9e00)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac340, 0xc0024b9e00, 0xc0024b9e60)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 287 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9ec0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac350, 0xc0024b9ec0, 0xc0024b9f20)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 290 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024b9f80)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac360, 0xc0024b9f80, 0xc0024fe000)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 293 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe060)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac370, 0xc0024fe060, 0xc0024fe0c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 296 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe120)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac380, 0xc0024fe120, 0xc0024fe180)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 299 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe1e0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac390, 0xc0024fe1e0, 0xc0024fe240)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 302 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe2a0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac3a0, 0xc0024fe2a0, 0xc0024fe300)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 305 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe360)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac3b0, 0xc0024fe360, 0xc0024fe3c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 308 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe420)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac3c0, 0xc0024fe420, 0xc0024fe480)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 311 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe4e0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac3d0, 0xc0024fe4e0, 0xc0024fe540)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 314 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe5a0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac3e0, 0xc0024fe5a0, 0xc0024fe600)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 317 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe660)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac3f0, 0xc0024fe660, 0xc0024fe6c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 320 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe720)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac400, 0xc0024fe720, 0xc0024fe780)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 323 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe7e0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac410, 0xc0024fe7e0, 0xc0024fe840)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 326 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe8a0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac420, 0xc0024fe8a0, 0xc0024fe900)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 329 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fe960)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac430, 0xc0024fe960, 0xc0024fe9c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 332 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fea20)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac440, 0xc0024fea20, 0xc0024fea80)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 335 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024feae0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac450, 0xc0024feae0, 0xc0024feb40)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 338 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024feba0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac460, 0xc0024feba0, 0xc0024fec00)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 341 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fec60)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac470, 0xc0024fec60, 0xc0024fecc0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 344 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fed20)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac480, 0xc0024fed20, 0xc0024fed80)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 347 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fede0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac490, 0xc0024fede0, 0xc0024fee40)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 350 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024feea0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac4a0, 0xc0024feea0, 0xc0024fef00)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 353 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fef60)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac4b0, 0xc0024fef60, 0xc0024fefc0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 356 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff020)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac4c0, 0xc0024ff020, 0xc0024ff080)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 719 [select, 9 minutes]:
github.com/libp2p/go-libp2p-kad-dht/rtrefresh.(*RtRefreshManager).loop(0xc0020c9900)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/rtrefresh/rt_refresh_manager.go:143 +0x528
created by github.com/libp2p/go-libp2p-kad-dht/rtrefresh.(*RtRefreshManager).Start
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/rtrefresh/rt_refresh_manager.go:88 +0x5c

goroutine 695 [runnable]:
github.com/ipfs/go-datastore.(*MapDatastore).Query(0xc0001261f0, 0xc002fd99d0, 0x62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/basic_ds.go:68 +0xfa
github.com/ipfs/go-datastore/sync.(*MutexDatastore).Query(0xc0008d7200, 0xc002fd99d0, 0x62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/sync/sync.go:79 +0xd5
github.com/ipfs/go-datastore/keytransform.(*Datastore).Query(0xc0022e6a20, 0xc0001e7d60, 0x4c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/keytransform/keytransform.go:71 +0x219
github.com/ipfs/go-ipfs-pinner/dsindex.(*indexer).ForEach(0xc0024aca50, 0x2451dc0, 0xc000124018, 0xc0046d0100, 0x38, 0xc000715aa8, 0xc008958480, 0x0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/dsindex/indexer.go:111 +0xdd
github.com/ipfs/go-ipfs-pinner/dsindex.(*indexer).HasAny(0xc0024aca50, 0x2451dc0, 0xc000124018, 0xc0046d0100, 0x38, 0xc000715b68, 0x439160f8, 0xcd5c0cb4e99e1cb5)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/dsindex/indexer.go:161 +0x8a
github.com/ipfs/go-ipfs-pinner/dspinner.(*pinner).PinWithMode(0xc000220180, 0xc0046d0100, 0x38, 0x0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/dspinner/pin.go:879 +0x1ef
github.com/ipfs/go-ipfs/core/coreapi.(*pinningAdder).AddMany(0xc002170000, 0x2451e00, 0xc002143020, 0xc005ebc000, 0xbf00, 0xec00, 0x0, 0x0)
/home/evan/go/pkg/mod/github.com/lazyledger/[email protected]/core/coreapi/dag.go:44 +0x312
github.com/lazyledger/lazyledger-core/types.(*Block).PutBlock(0xc0029ba000, 0x2451e00, 0xc002143020, 0x242e780, 0xc002170000, 0x0, 0x0)
/home/evan/go/src/github.com/lazyledger/lazyledger-core/types/block.go:356 +0x6a2
github.com/lazyledger/lazyledger-core/types.TestPutBlock.func1(0xc0029c6000)
/home/evan/go/src/github.com/lazyledger/lazyledger-core/types/block_test.go:1363 +0xf6
testing.tRunner(0xc0029c6000, 0xc002158740)
/usr/local/go/src/testing/testing.go:1123 +0xef
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:1168 +0x2b3

goroutine 359 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff0e0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac4d0, 0xc0024ff0e0, 0xc0024ff140)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 362 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff1a0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac4e0, 0xc0024ff1a0, 0xc0024ff200)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 365 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff260)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac4f0, 0xc0024ff260, 0xc0024ff2c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 368 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff320)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac500, 0xc0024ff320, 0xc0024ff380)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 371 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff3e0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac510, 0xc0024ff3e0, 0xc0024ff440)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 374 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff4a0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac520, 0xc0024ff4a0, 0xc0024ff500)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 377 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff560)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac530, 0xc0024ff560, 0xc0024ff5c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 380 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff620)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac540, 0xc0024ff620, 0xc0024ff680)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 383 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff6e0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac550, 0xc0024ff6e0, 0xc0024ff740)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 386 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff7a0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac560, 0xc0024ff7a0, 0xc0024ff800)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 389 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff860)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac570, 0xc0024ff860, 0xc0024ff8c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 392 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff920)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac580, 0xc0024ff920, 0xc0024ff980)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 395 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ff9e0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac590, 0xc0024ff9e0, 0xc0024ffa40)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 398 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ffaa0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac5a0, 0xc0024ffaa0, 0xc0024ffb00)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 401 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ffb60)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac5b0, 0xc0024ffb60, 0xc0024ffbc0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 404 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ffc20)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac5c0, 0xc0024ffc20, 0xc0024ffc80)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 407 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ffce0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac5d0, 0xc0024ffce0, 0xc0024ffd40)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 410 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ffda0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac5e0, 0xc0024ffda0, 0xc0024ffe00)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 413 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024ffe60)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac5f0, 0xc0024ffe60, 0xc0024ffec0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 416 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0024fff20)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac600, 0xc0024fff20, 0xc0024fff80)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 419 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654000)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac610, 0xc002654000, 0xc002654060)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 629 [select, 9 minutes]:
github.com/ipfs/go-ipfs/namesys/republisher.(*Republisher).Run(0xc0021c9c20, 0x2465da0, 0xc0026acea0)
/home/evan/go/pkg/mod/github.com/lazyledger/[email protected]/namesys/republisher/repub.go:71 +0x133
github.com/jbenet/goprocess.(*process).Go.func1(0xc0001ed770, 0xc0026acea0, 0xc0026acf00)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 422 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026540c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac620, 0xc0026540c0, 0xc002654120)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 425 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654180)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac630, 0xc002654180, 0xc0026541e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 428 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654240)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac640, 0xc002654240, 0xc0026542a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 431 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654300)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac650, 0xc002654300, 0xc002654360)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 434 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026543c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac660, 0xc0026543c0, 0xc002654420)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 140 [select, 9 minutes]:
github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements.func1(0xc00249a7c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:85 +0x11f
created by github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:83 +0x45

goroutine 139 [select, 9 minutes]:
github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements.func1(0xc00249a7c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:85 +0x11f
created by github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:83 +0x45

goroutine 437 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654480)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac670, 0xc002654480, 0xc0026544e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 137 [select, 9 minutes]:
github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements.func1(0xc00249a7c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:85 +0x11f
created by github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:83 +0x45

goroutine 440 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654540)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac680, 0xc002654540, 0xc0026545a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 443 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654600)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac690, 0xc002654600, 0xc002654660)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 446 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026546c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac6a0, 0xc0026546c0, 0xc002654720)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 449 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654780)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac6b0, 0xc002654780, 0xc0026547e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 452 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654840)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac6c0, 0xc002654840, 0xc0026548a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 138 [select, 9 minutes]:
github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements.func1(0xc00249a7c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:85 +0x11f
created by github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:83 +0x45

goroutine 455 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654900)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac6d0, 0xc002654900, 0xc002654960)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 458 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026549c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac6e0, 0xc0026549c0, 0xc002654a20)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 461 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654a80)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac6f0, 0xc002654a80, 0xc002654ae0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 464 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654b40)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac700, 0xc002654b40, 0xc002654ba0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 467 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654c00)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac710, 0xc002654c00, 0xc002654c60)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 470 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654cc0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac720, 0xc002654cc0, 0xc002654d20)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 473 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654d80)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac730, 0xc002654d80, 0xc002654de0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 476 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654e40)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac740, 0xc002654e40, 0xc002654ea0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 479 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654f00)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac750, 0xc002654f00, 0xc002654f60)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 482 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002654fc0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac760, 0xc002654fc0, 0xc002655020)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 485 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655080)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac770, 0xc002655080, 0xc0026550e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 488 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655140)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac780, 0xc002655140, 0xc0026551a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 491 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655200)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac790, 0xc002655200, 0xc002655260)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 494 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026552c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac7a0, 0xc0026552c0, 0xc002655320)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 497 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655380)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac7b0, 0xc002655380, 0xc0026553e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 143 [select, 9 minutes]:
github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements.func1(0xc00249a7c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:85 +0x11f
created by github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:83 +0x45

goroutine 500 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655440)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac7c0, 0xc002655440, 0xc0026554a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 503 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655500)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac7d0, 0xc002655500, 0xc002655560)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 142 [select, 9 minutes]:
github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements.func1(0xc00249a7c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:85 +0x11f
created by github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:83 +0x45

goroutine 141 [select, 9 minutes]:
github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements.func1(0xc00249a7c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:85 +0x11f
created by github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:83 +0x45

goroutine 506 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026555c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac7e0, 0xc0026555c0, 0xc002655620)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 509 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655680)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac7f0, 0xc002655680, 0xc0026556e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 512 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655740)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac800, 0xc002655740, 0xc0026557a0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 515 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655800)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac810, 0xc002655800, 0xc002655860)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 518 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026558c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac820, 0xc0026558c0, 0xc002655920)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 521 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655980)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac830, 0xc002655980, 0xc0026559e0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 524 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655a40)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac840, 0xc002655a40, 0xc002655aa0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 593 [select, 9 minutes]:
github.com/ipfs/go-ipfs/core.NewNode.func2(0x2451dc0, 0xc000124010, 0xc00014c000, 0x2451e40, 0xc0008d71a0)
/home/evan/go/pkg/mod/github.com/lazyledger/[email protected]/core/builder.go:67 +0xea
created by github.com/ipfs/go-ipfs/core.NewNode
/home/evan/go/pkg/mod/github.com/lazyledger/[email protected]/core/builder.go:63 +0x33a

goroutine 527 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655b00)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac850, 0xc002655b00, 0xc002655b60)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 592 [select, 9 minutes]:
github.com/ipfs/go-ipfs-provider/queue.(*Queue).work.func1(0xc002663450)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/queue/queue.go:118 +0x238
created by github.com/ipfs/go-ipfs-provider/queue.(*Queue).work
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/queue/queue.go:75 +0x3f

goroutine 591 [select, 9 minutes]:
github.com/ipfs/go-mfs.(*Republisher).Run(0xc002663220, 0xc002009da0, 0x22)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/repub.go:114 +0x25f
created by github.com/ipfs/go-mfs.NewRoot
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/root.go:105 +0x4ec

goroutine 530 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655bc0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac860, 0xc002655bc0, 0xc002655c20)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 533 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655c80)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac870, 0xc002655c80, 0xc002655ce0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 536 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655d40)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac880, 0xc002655d40, 0xc002655da0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 539 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655e00)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac890, 0xc002655e00, 0xc002655e60)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 542 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655ec0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac8a0, 0xc002655ec0, 0xc002655f20)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 545 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc002655f80)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac8b0, 0xc002655f80, 0xc0026ac000)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 548 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026ac060)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac8c0, 0xc0026ac060, 0xc0026ac0c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 551 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026ac120)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac8d0, 0xc0026ac120, 0xc0026ac180)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 554 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026ac1e0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac8e0, 0xc0026ac1e0, 0xc0026ac240)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 557 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026ac2a0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac8f0, 0xc0026ac2a0, 0xc0026ac300)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 560 [select, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).worker(0xc002496870)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:45 +0xdf
github.com/ipfs/go-bitswap/internal/decision.(*blockstoreManager).start.func1(0x2465da0, 0xc0026ac360)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/blockstoremanager.go:38 +0x2a
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac900, 0xc0026ac360, 0xc0026ac3c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 561 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*DefaultScoreLedger).scoreWorker(0xc00249a080)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/scoreledger.go:151 +0x67a
created by github.com/ipfs/go-bitswap/internal/decision.(*DefaultScoreLedger).Start
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/scoreledger.go:284 +0x57

goroutine 633 [select]:
github.com/jbenet/goprocess/periodic.callOnTicker.func1(0x2465da0, 0xc0026acfc0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/periodic/periodic.go:143 +0xc9
github.com/jbenet/goprocess/periodic.Tick.func1(0x2465da0, 0xc0026acfc0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/periodic/periodic.go:99 +0x74
github.com/jbenet/goprocess.Go.func1(0xc0022e7360, 0xc0026acfc0, 0xc0026ad020)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/goprocess.go:188 +0x3c
created by github.com/jbenet/goprocess.Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/goprocess.go:187 +0x1d4

goroutine 564 [chan receive, 9 minutes]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).startScoreLedger.func2(0x2465da0, 0xc0026ac420)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:227 +0x51
github.com/jbenet/goprocess.(*process).Go.func1(0xc0024ac920, 0xc0026ac420, 0xc0026ac480)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 631 [select]:
github.com/cenkalti/backoff.RetryNotify(0xc0037d7df0, 0x242e040, 0xc009449000, 0x0, 0x0, 0x0)
/home/evan/go/pkg/mod/github.com/cenkalti/[email protected]+incompatible/retry.go:60 +0x1e5
github.com/cenkalti/backoff.Retry(...)
/home/evan/go/pkg/mod/github.com/cenkalti/[email protected]+incompatible/retry.go:24
github.com/ipfs/go-ipfs-provider/simple.(*Reprovider).Reprovide(0xc0026634f0, 0xc000b0ee98, 0x4)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/reprovide.go:140 +0x325
github.com/ipfs/go-ipfs-provider/simple.(*Reprovider).Run(0xc0026634f0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/reprovide.go:102 +0x1f8
created by github.com/ipfs/go-ipfs-provider.(*system).Run
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/system.go:30 +0x6e

goroutine 567 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc0001aa6c0, 0x2451e40, 0xc002496540, 0x1, 0x0, 0x0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:313 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc0001aa6c0, 0x2451e40, 0xc002496540)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:285 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x2465da0, 0xc0026ac4e0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:240 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc0022e67a0, 0xc0026ac4e0, 0xc0026ac540)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 570 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc0001aa6c0, 0x2451e40, 0xc002496540, 0x1, 0x0, 0x0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:313 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc0001aa6c0, 0x2451e40, 0xc002496540)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:285 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x2465da0, 0xc0026ac5a0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:240 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc0022e67c0, 0xc0026ac5a0, 0xc0026ac600)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 136 [select, 9 minutes]:
github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements.func1(0xc00249a7c0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:85 +0x11f
created by github.com/ipfs/go-ipfs-provider/simple.(*Provider).handleAnnouncements
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/simple/provider.go:83 +0x45

goroutine 573 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc0001aa6c0, 0x2451e40, 0xc002496540, 0x1, 0x0, 0x0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:313 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc0001aa6c0, 0x2451e40, 0xc002496540)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:285 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x2465da0, 0xc0026ac660)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:240 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc0022e67e0, 0xc0026ac660, 0xc0026ac6c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 576 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc0001aa6c0, 0x2451e40, 0xc002496540, 0x1, 0x0, 0x0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:313 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc0001aa6c0, 0x2451e40, 0xc002496540)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:285 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x2465da0, 0xc0026ac720)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:240 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc0022e6800, 0xc0026ac720, 0xc0026ac780)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 579 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc0001aa6c0, 0x2451e40, 0xc002496540, 0x1, 0x0, 0x0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:313 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc0001aa6c0, 0x2451e40, 0xc002496540)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:285 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x2465da0, 0xc0026ac7e0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:240 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc0022e6820, 0xc0026ac7e0, 0xc0026ac840)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 582 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc0001aa6c0, 0x2451e40, 0xc002496540, 0x1, 0x0, 0x0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:313 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc0001aa6c0, 0x2451e40, 0xc002496540)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:285 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x2465da0, 0xc0026ac8a0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:240 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc0022e6840, 0xc0026ac8a0, 0xc0026ac900)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 585 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc0001aa6c0, 0x2451e40, 0xc002496540, 0x1, 0x0, 0x0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:313 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc0001aa6c0, 0x2451e40, 0xc002496540)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:285 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x2465da0, 0xc0026ac960)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:240 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc0022e6860, 0xc0026ac960, 0xc0026ac9c0)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 588 [select]:
github.com/ipfs/go-bitswap/internal/decision.(*Engine).nextEnvelope(0xc0001aa6c0, 0x2451e40, 0xc002496540, 0x1, 0x0, 0x0)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:313 +0x128
github.com/ipfs/go-bitswap/internal/decision.(*Engine).taskWorker(0xc0001aa6c0, 0x2451e40, 0xc002496540)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:285 +0x1be
github.com/ipfs/go-bitswap/internal/decision.(*Engine).StartWorkers.func1(0x2465da0, 0xc0026aca20)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/internal/decision/engine.go:240 +0x3c
github.com/jbenet/goprocess.(*process).Go.func1(0xc0022e6880, 0xc0026aca20, 0xc0026aca80)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 589 [chan receive, 9 minutes]:
github.com/ipfs/go-bitswap.New.func6(0x2465da0, 0xc001f9b980, 0xc0000104a0, 0xc0001edf50, 0x2446440, 0xc002496780)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/bitswap.go:224 +0x48
created by github.com/ipfs/go-bitswap.New
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/bitswap.go:223 +0xe25

goroutine 590 [select, 9 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x2451e40, 0xc002496540, 0x2465da0, 0xc001f9b980)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:65 +0xda
created by github.com/jbenet/goprocess/context.CloseAfterContext
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/context/context.go:64 +0xba

goroutine 722 [select, 1 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).fixLowPeersRoutine(0xc0008d1500, 0x2465da0, 0xc001091200)
/home/evan/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:444 +0x17d
github.com/jbenet/goprocess.(*process).Go.func1(0xc001094ec0, 0xc001091200, 0xc001091260)
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:134 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/home/evan/go/pkg/mod/github.com/jbenet/[email protected]/impl-mutex.go:133 +0x1fe

goroutine 49665 [select, 9 minutes]:
github.com/ipfs/go-ipfs-blockstore.(*blockstore).AllKeysChan.func1(0x245a7e0, 0xc0002e7030, 0xc006ec43c0, 0x2451d80, 0xc00249a840)
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/blockstore.go:229 +0x2dc
created by github.com/ipfs/go-ipfs-blockstore.(*blockstore).AllKeysChan
/home/evan/go/pkg/mod/github.com/ipfs/[email protected]/blockstore.go:206 +0x185
exit status 2
FAIL github.com/lazyledger/lazyledger-core/types 600.074s

@evan-forbes
Copy link
Member Author

Looks like the massive amount of overhead was caused by pinning the data to IPFS. It's still unclear exactly what causes this overhead while pinning, but not using the pinning option solves this issue entirely. TestPutBlock goes from reaching the testing timeout of 10 minutes, to completing in less than a second. The entire 10 minutes before the timeout, PutBlock is still pushing data to IPFS, it just happens so slowly as to not finish in 10 minutes. 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T:Bug Type: Bug (confirmed) T:tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant