dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Panic during bats test

Open timsehn opened this issue 3 years ago • 0 comments

On my Mac, I get errors like the below ~1/100 bats tests runs. It looks like something is wrong in garbage collection.

 ✗ feature-version: older client maintains access to feature branch
   (from function `setup_remote_tests' in file ./feature-version.bats, line 64,
    in test file ./feature-version.bats, line 108)
     `setup_remote_tests' failed with status 2
   Successfully initialized dolt data repository.
   /var/folders/54/v92yp9tj6ll0j10w7rjg_3jc0000gn/T/dolt-repo-37015/first_repo /var/folders/54/v92yp9tj6ll0j10w7rjg_3jc0000gn/T/dolt-repo-37015
   Successfully initialized dolt data repository.
   Query OK, 3 rows affected (0.00 sec)
   commit ur31m76h9n7gn1qf755csaeclvbqqj73 (HEAD -> main) 
   Author: Bats Tests <[email protected]>
   Date:  Thu Oct 27 11:56:21 -0700 2022
   
   	test table
   
   fatal error: unexpected signal during runtime execution
   [signal SIGSEGV: segmentation violation code=0x1 addr=0x1005a8810 pc=0x1021000]
   
   runtime stack:
   runtime.throw({0x2c93629?, 0x6000?})
   	/usr/local/go/src/runtime/panic.go:1047 +0x5d fp=0x209570e38 sp=0x209570e08 pc=0x103887d
   runtime.sigpanic()
   	/usr/local/go/src/runtime/signal_unix.go:819 +0x369 fp=0x209570e88 sp=0x209570e38 pc=0x104f309
   runtime.gcDrain(0xc000077240, 0x7)
   	/usr/local/go/src/runtime/mgcmark.go:1119 +0x260 fp=0x209570ee8 sp=0x209570e88 pc=0x1021000
   runtime.gcBgMarkWorker.func2()
   	/usr/local/go/src/runtime/mgc.go:1327 +0x6d fp=0x209570f38 sp=0x209570ee8 pc=0x101d62d
   runtime.systemstack()
   	/usr/local/go/src/runtime/asm_amd64.s:492 +0x49 fp=0x209570f40 sp=0x209570f38 pc=0x106b1e9
   
   goroutine 36 [GC worker (idle)]:
   runtime.systemstack_switch()
   	/usr/local/go/src/runtime/asm_amd64.s:459 fp=0xc00055f750 sp=0xc00055f748 pc=0x106b180
   runtime.gcBgMarkWorker()
   	/usr/local/go/src/runtime/mgc.go:1295 +0x205 fp=0xc00055f7e0 sp=0xc00055f750 pc=0x101d305
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00055f7e8 sp=0xc00055f7e0 pc=0x106d3c1
   created by runtime.gcBgMarkStartWorkers
   	/usr/local/go/src/runtime/mgc.go:1159 +0x25
   
   goroutine 1 [semacquire]:
   runtime.gopark(0x6?, 0xc000af0bc8?, 0xe0?, 0x5c?, 0x77005b8?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00101eb48 sp=0xc00101eb28 pc=0x103b456
   runtime.goparkunlock(...)
   	/usr/local/go/src/runtime/proc.go:369
   runtime.semacquire1(0xc0001643d0, 0xce?, 0x1, 0x0)
   	/usr/local/go/src/runtime/sema.go:150 +0x1fe fp=0xc00101ebb0 sp=0xc00101eb48 pc=0x104c2fe
   sync.runtime_Semacquire(0xc0000061a0?)
   	/usr/local/go/src/runtime/sema.go:62 +0x25 fp=0xc00101ebe0 sp=0xc00101ebb0 pc=0x1068905
   sync.(*WaitGroup).Wait(0xc000164301?)
   	/usr/local/go/src/sync/waitgroup.go:139 +0x52 fp=0xc00101ec08 sp=0xc00101ebe0 pc=0x1078fb2
   golang.org/x/sync/errgroup.(*Group).Wait(0xc0001643c0)
   	/Users/timsehn/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:40 +0x27 fp=0xc00101ec20 sp=0xc00101ec08 pc=0x16cdb07
   github.com/dolthub/dolt/go/store/nbs.tableSet.rebase({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, {0x3028dc8, 0xc00014ac60}, {0x301f770, 0xc000162e30}, ...}, ...)
   	/Users/timsehn/dolthub/git/dolt/go/store/nbs/table_set.go:422 +0x679 fp=0xc00101f038 sp=0xc00101ec20 pc=0x1e4ea19
   github.com/dolthub/dolt/go/store/nbs.newNomsBlockStore({0x30285e8, 0xc00005e068}, {0x2c3dfc0, 0x8}, {{0x3022350?, 0xc00009f0e0?}, 0xc0001545a0?, 0xc000146b70?}, {0x3028dc8, 0xc00014ac60}, ...)
   	/Users/timsehn/dolthub/git/dolt/go/store/nbs/store.go:590 +0x53a fp=0xc00101f498 sp=0xc00101f038 pc=0x1e38dfa
   github.com/dolthub/dolt/go/store/nbs.newLocalStore({0x30285e8, 0xc00005e068}, {0x2c3dfc0, 0x8}, {0xc000f165a7, 0x56}, 0xc000f165a7?, 0x100, {0x301f770, 0xc000162e30})
   	/Users/timsehn/dolthub/git/dolt/go/store/nbs/store.go:545 +0x1e5 fp=0xc00101f558 sp=0xc00101f498 pc=0x1e38725
   github.com/dolthub/dolt/go/store/nbs.NewLocalStore(...)
   	/Users/timsehn/dolthub/git/dolt/go/store/nbs/store.go:526
   github.com/dolthub/dolt/go/libraries/doltcore/dbfactory.FileFactory.CreateDB({}, {0x30285e8, 0xc00005e068}, 0x45ae918, 0xc0005646c0, 0xc000966360?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/dbfactory/file.go:88 +0x185 fp=0xc00101f758 sp=0xc00101f558 pc=0x1eb33e5
   github.com/dolthub/dolt/go/libraries/doltcore/dbfactory.(*FileFactory).CreateDB(0x2936200?, {0x30285e8?, 0xc00005e068?}, 0x4?, 0x5d?, 0xc000af1868?)
   	<autogenerated>:1 +0x45 fp=0xc00101f790 sp=0xc00101f758 pc=0x1eb7345
   github.com/dolthub/dolt/go/libraries/doltcore/dbfactory.CreateDB({0x30285e8, 0xc00005e068}, 0xc000af1868?, {0xc000f165a0?, 0x1?}, 0x200?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/dbfactory/factory.go:94 +0xb7 fp=0xc00101f7f8 sp=0xc00101f790 pc=0x1eb2e77
   github.com/dolthub/dolt/go/libraries/doltcore/doltdb.LoadDoltDBWithParams({0x30285e8?, 0xc00005e068?}, 0x46150f0?, {0xc000056d50?, 0x13?}, {0x30470b0?, 0x46150f0?}, 0xc000af18f8?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/doltdb/doltdb.go:113 +0x1ad fp=0xc00101f888 sp=0xc00101f7f8 pc=0x21a658d
   github.com/dolthub/dolt/go/libraries/doltcore/doltdb.LoadDoltDB(...)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/doltdb/doltdb.go:92
   github.com/dolthub/dolt/go/libraries/doltcore/env.Load({0x30285e8, 0xc00005e068}, 0x2d006e8, {0x30470b0?, 0x46150f0}, {0xc000056d50, 0x13}, {0x2c3adc8, 0x7})
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/env/environment.go:108 +0x12c fp=0xc00101fa38 sp=0xc00101f888 pc=0x221c92c
   main.runMain()
   	/Users/timsehn/dolthub/git/dolt/go/cmd/dolt/dolt.go:310 +0x11f fp=0xc00101ff68 sp=0xc00101fa38 pc=0x274443f
   main.main()
   	/Users/timsehn/dolthub/git/dolt/go/cmd/dolt/dolt.go:140 +0x19 fp=0xc00101ff80 sp=0xc00101ff68 pc=0x2743a39
   runtime.main()
   	/usr/local/go/src/runtime/proc.go:250 +0x212 fp=0xc00101ffe0 sp=0xc00101ff80 pc=0x103b092
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00101ffe8 sp=0xc00101ffe0 pc=0x106d3c1
   
   goroutine 2 [force gc (idle)]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000088fb0 sp=0xc000088f90 pc=0x103b456
   runtime.goparkunlock(...)
   	/usr/local/go/src/runtime/proc.go:369
   runtime.forcegchelper()
   	/usr/local/go/src/runtime/proc.go:302 +0xad fp=0xc000088fe0 sp=0xc000088fb0 pc=0x103b2ed
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000088fe8 sp=0xc000088fe0 pc=0x106d3c1
   created by runtime.init.6
   	/usr/local/go/src/runtime/proc.go:290 +0x25
   
   goroutine 18 [GC sweep wait]:
   runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000084790 sp=0xc000084770 pc=0x103b456
   runtime.goparkunlock(...)
   	/usr/local/go/src/runtime/proc.go:369
   runtime.bgsweep(0x0?)
   	/usr/local/go/src/runtime/mgcsweep.go:297 +0xd7 fp=0xc0000847c8 sp=0xc000084790 pc=0x1026437
   runtime.gcenable.func1()
   	/usr/local/go/src/runtime/mgc.go:178 +0x26 fp=0xc0000847e0 sp=0xc0000847c8 pc=0x101b0a6
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000847e8 sp=0xc0000847e0 pc=0x106d3c1
   created by runtime.gcenable
   	/usr/local/go/src/runtime/mgc.go:178 +0x6b
   
   goroutine 19 [GC scavenge wait]:
   runtime.gopark(0xc00010e000?, 0x3004058?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000084f70 sp=0xc000084f50 pc=0x103b456
   runtime.goparkunlock(...)
   	/usr/local/go/src/runtime/proc.go:369
   runtime.(*scavengerState).park(0x4620740)
   	/usr/local/go/src/runtime/mgcscavenge.go:389 +0x53 fp=0xc000084fa0 sp=0xc000084f70 pc=0x1024493
   runtime.bgscavenge(0x0?)
   	/usr/local/go/src/runtime/mgcscavenge.go:622 +0x65 fp=0xc000084fc8 sp=0xc000084fa0 pc=0x1024a85
   runtime.gcenable.func2()
   	/usr/local/go/src/runtime/mgc.go:179 +0x26 fp=0xc000084fe0 sp=0xc000084fc8 pc=0x101b046
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000084fe8 sp=0xc000084fe0 pc=0x106d3c1
   created by runtime.gcenable
   	/usr/local/go/src/runtime/mgc.go:179 +0xaa
   
   goroutine 3 [finalizer wait]:
   runtime.gopark(0x0?, 0x2d03d28?, 0x80?, 0x88?, 0x2000000020?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000088628 sp=0xc000088608 pc=0x103b456
   runtime.goparkunlock(...)
   	/usr/local/go/src/runtime/proc.go:369
   runtime.runfinq()
   	/usr/local/go/src/runtime/mfinal.go:180 +0x10f fp=0xc0000887e0 sp=0xc000088628 pc=0x101a1af
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000887e8 sp=0xc0000887e0 pc=0x106d3c1
   created by runtime.createfing
   	/usr/local/go/src/runtime/mfinal.go:157 +0x45
   
   goroutine 4 [GC worker (idle)]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000089750 sp=0xc000089730 pc=0x103b456
   runtime.gcBgMarkWorker()
   	/usr/local/go/src/runtime/mgc.go:1235 +0xf1 fp=0xc0000897e0 sp=0xc000089750 pc=0x101d1f1
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000897e8 sp=0xc0000897e0 pc=0x106d3c1
   created by runtime.gcBgMarkStartWorkers
   	/usr/local/go/src/runtime/mgc.go:1159 +0x25
   
   goroutine 20 [GC worker (idle)]:
   runtime.gopark(0x262bea7e262e5?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000085750 sp=0xc000085730 pc=0x103b456
   runtime.gcBgMarkWorker()
   	/usr/local/go/src/runtime/mgc.go:1235 +0xf1 fp=0xc0000857e0 sp=0xc000085750 pc=0x101d1f1
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000857e8 sp=0xc0000857e0 pc=0x106d3c1
   created by runtime.gcBgMarkStartWorkers
   	/usr/local/go/src/runtime/mgc.go:1159 +0x25
   
   goroutine 21 [GC worker (idle)]:
   runtime.gopark(0x262bea7e26291?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000085f50 sp=0xc000085f30 pc=0x103b456
   runtime.gcBgMarkWorker()
   	/usr/local/go/src/runtime/mgc.go:1235 +0xf1 fp=0xc000085fe0 sp=0xc000085f50 pc=0x101d1f1
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000085fe8 sp=0xc000085fe0 pc=0x106d3c1
   created by runtime.gcBgMarkStartWorkers
   	/usr/local/go/src/runtime/mgc.go:1159 +0x25
   
   goroutine 34 [GC worker (idle)]:
   runtime.gopark(0x262bea7e25ed3?, 0x3?, 0xfd?, 0x19?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00055e750 sp=0xc00055e730 pc=0x103b456
   runtime.gcBgMarkWorker()
   	/usr/local/go/src/runtime/mgc.go:1235 +0xf1 fp=0xc00055e7e0 sp=0xc00055e750 pc=0x101d1f1
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00055e7e8 sp=0xc00055e7e0 pc=0x106d3c1
   created by runtime.gcBgMarkStartWorkers
   	/usr/local/go/src/runtime/mgc.go:1159 +0x25
   
   goroutine 22 [GC worker (idle)]:
   runtime.gopark(0x465f4c0?, 0x1?, 0x5d?, 0x62?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000086750 sp=0xc000086730 pc=0x103b456
   runtime.gcBgMarkWorker()
   	/usr/local/go/src/runtime/mgc.go:1235 +0xf1 fp=0xc0000867e0 sp=0xc000086750 pc=0x101d1f1
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000867e8 sp=0xc0000867e0 pc=0x106d3c1
   created by runtime.gcBgMarkStartWorkers
   	/usr/local/go/src/runtime/mgc.go:1159 +0x25
   
   goroutine 5 [GC worker (idle)]:
   runtime.gopark(0x262bea7e26679?, 0x1?, 0x83?, 0x1?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000089f50 sp=0xc000089f30 pc=0x103b456
   runtime.gcBgMarkWorker()
   	/usr/local/go/src/runtime/mgc.go:1235 +0xf1 fp=0xc000089fe0 sp=0xc000089f50 pc=0x101d1f1
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000089fe8 sp=0xc000089fe0 pc=0x106d3c1
   created by runtime.gcBgMarkStartWorkers
   	/usr/local/go/src/runtime/mgc.go:1159 +0x25
   
   goroutine 35 [GC worker (idle)]:
   runtime.gopark(0x262bea7e26556?, 0x3?, 0x69?, 0x9?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00055ef50 sp=0xc00055ef30 pc=0x103b456
   runtime.gcBgMarkWorker()
   	/usr/local/go/src/runtime/mgc.go:1235 +0xf1 fp=0xc00055efe0 sp=0xc00055ef50 pc=0x101d1f1
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00055efe8 sp=0xc00055efe0 pc=0x106d3c1
   created by runtime.gcBgMarkStartWorkers
   	/usr/local/go/src/runtime/mgc.go:1159 +0x25
   
   goroutine 23 [GC worker (idle)]:
   runtime.gopark(0x262bea7e262bb?, 0xc0000595e0?, 0x18?, 0x14?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000086f50 sp=0xc000086f30 pc=0x103b456
   runtime.gcBgMarkWorker()
   	/usr/local/go/src/runtime/mgc.go:1235 +0xf1 fp=0xc000086fe0 sp=0xc000086f50 pc=0x101d1f1
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000086fe8 sp=0xc000086fe0 pc=0x106d3c1
   created by runtime.gcBgMarkStartWorkers
   	/usr/local/go/src/runtime/mgc.go:1159 +0x25
   
   goroutine 6 [GC worker (idle)]:
   runtime.gopark(0x262bea7e264d9?, 0x3?, 0xe4?, 0xc9?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00008a750 sp=0xc00008a730 pc=0x103b456
   runtime.gcBgMarkWorker()
   	/usr/local/go/src/runtime/mgc.go:1235 +0xf1 fp=0xc00008a7e0 sp=0xc00008a750 pc=0x101d1f1
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00008a7e8 sp=0xc00008a7e0 pc=0x106d3c1
   created by runtime.gcBgMarkStartWorkers
   	/usr/local/go/src/runtime/mgc.go:1159 +0x25
   
   goroutine 7 [select]:
   runtime.gopark(0xc000560f88?, 0x3?, 0x8?, 0xe8?, 0xc000560f72?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000560df8 sp=0xc000560dd8 pc=0x103b456
   runtime.selectgo(0xc000560f88, 0xc000560f6c, 0xc000598300?, 0x0, 0x0?, 0x1)
   	/usr/local/go/src/runtime/select.go:328 +0x7bc fp=0xc000560f38 sp=0xc000560df8 pc=0x104b23c
   go.opencensus.io/stats/view.(*worker).start(0xc000598300)
   	/Users/timsehn/go/pkg/mod/[email protected]/stats/view/worker.go:276 +0xad fp=0xc000560fc8 sp=0xc000560f38 pc=0x1d26d6d
   go.opencensus.io/stats/view.init.0.func1()
   	/Users/timsehn/go/pkg/mod/[email protected]/stats/view/worker.go:34 +0x26 fp=0xc000560fe0 sp=0xc000560fc8 pc=0x1d25fe6
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000560fe8 sp=0xc000560fe0 pc=0x106d3c1
   created by go.opencensus.io/stats/view.init.0
   	/Users/timsehn/go/pkg/mod/[email protected]/stats/view/worker.go:34 +0x8d
   
   goroutine 38 [chan receive]:
   runtime.gopark(0x21e298c?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00055b5e8 sp=0xc00055b5c8 pc=0x103b456
   runtime.chanrecv(0xc00005c5a0, 0xc00055b6c7, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc00055b678 sp=0xc00055b5e8 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc00055b6a0 sp=0xc00055b678 pc=0x1007d78
   github.com/klauspost/compress/zstd.(*blockDec).startDecoder(0xc000e5b2b0)
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:215 +0x94 fp=0xc00055b7c8 sp=0xc00055b6a0 pc=0x259a074
   github.com/klauspost/compress/zstd.newBlockDec.func1()
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x26 fp=0xc00055b7e0 sp=0xc00055b7c8 pc=0x2599c26
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00055b7e8 sp=0xc00055b7e0 pc=0x106d3c1
   created by github.com/klauspost/compress/zstd.newBlockDec
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x165
   
   goroutine 37 [chan receive]:
   runtime.gopark(0x21e298c?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00055c5e8 sp=0xc00055c5c8 pc=0x103b456
   runtime.chanrecv(0xc00005c4e0, 0xc00055c6c7, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc00055c678 sp=0xc00055c5e8 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc00055c6a0 sp=0xc00055c678 pc=0x1007d78
   github.com/klauspost/compress/zstd.(*blockDec).startDecoder(0xc000e5b1e0)
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:215 +0x94 fp=0xc00055c7c8 sp=0xc00055c6a0 pc=0x259a074
   github.com/klauspost/compress/zstd.newBlockDec.func1()
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x26 fp=0xc00055c7e0 sp=0xc00055c7c8 pc=0x2599c26
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00055c7e8 sp=0xc00055c7e0 pc=0x106d3c1
   created by github.com/klauspost/compress/zstd.newBlockDec
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x165
   
   goroutine 11 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000087e80 sp=0xc000087e60 pc=0x103b456
   runtime.chanrecv(0xc000115200, 0xc000087fb0, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000087f10 sp=0xc000087e80 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc000087f38 sp=0xc000087f10 pc=0x1007d78
   github.com/dolthub/dolt/go/libraries/events.NewCollector.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/events/collector.go:66 +0xbd fp=0xc000087fe0 sp=0xc000087f38 pc=0x1e993fd
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000087fe8 sp=0xc000087fe0 pc=0x106d3c1
   created by github.com/dolthub/dolt/go/libraries/events.NewCollector
   	/Users/timsehn/dolthub/git/dolt/go/libraries/events/collector.go:62 +0x131
   
   goroutine 12 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00008ad38 sp=0xc00008ad18 pc=0x103b456
   runtime.chanrecv(0xc0001154a0, 0xc00008af18, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc00008adc8 sp=0xc00008ad38 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc00008adf0 sp=0xc00008adc8 pc=0x1007d78
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:89 +0x1ec fp=0xc00008afa8 sp=0xc00008adf0 pc=0x21e298c
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc(0x0?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:102 +0x33 fp=0xc00008afc8 sp=0xc00008afa8 pc=0x21e2773
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:62 +0x1d fp=0xc00008afe0 sp=0xc00008afc8 pc=0x21e271d
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00008afe8 sp=0xc00008afe0 pc=0x106d3c1
   created by github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:61 +0x2b
   
   goroutine 13 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000096d38 sp=0xc000096d18 pc=0x103b456
   runtime.chanrecv(0xc0001154a0, 0xc000096f18, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000096dc8 sp=0xc000096d38 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc000096df0 sp=0xc000096dc8 pc=0x1007d78
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:89 +0x1ec fp=0xc000096fa8 sp=0xc000096df0 pc=0x21e298c
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc(0x0?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:102 +0x33 fp=0xc000096fc8 sp=0xc000096fa8 pc=0x21e2773
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:62 +0x1d fp=0xc000096fe0 sp=0xc000096fc8 pc=0x21e271d
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000096fe8 sp=0xc000096fe0 pc=0x106d3c1
   created by github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:61 +0x2b
   
   goroutine 14 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00013dd38 sp=0xc00013dd18 pc=0x103b456
   runtime.chanrecv(0xc0001154a0, 0xc00013df18, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc00013ddc8 sp=0xc00013dd38 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc00013ddf0 sp=0xc00013ddc8 pc=0x1007d78
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:89 +0x1ec fp=0xc00013dfa8 sp=0xc00013ddf0 pc=0x21e298c
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc(0x0?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:102 +0x33 fp=0xc00013dfc8 sp=0xc00013dfa8 pc=0x21e2773
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:62 +0x1d fp=0xc00013dfe0 sp=0xc00013dfc8 pc=0x21e271d
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00013dfe8 sp=0xc00013dfe0 pc=0x106d3c1
   created by github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:61 +0x2b
   
   goroutine 15 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000139d38 sp=0xc000139d18 pc=0x103b456
   runtime.chanrecv(0xc0001154a0, 0xc000139f18, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000139dc8 sp=0xc000139d38 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc000139df0 sp=0xc000139dc8 pc=0x1007d78
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:89 +0x1ec fp=0xc000139fa8 sp=0xc000139df0 pc=0x21e298c
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc(0x0?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:102 +0x33 fp=0xc000139fc8 sp=0xc000139fa8 pc=0x21e2773
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:62 +0x1d fp=0xc000139fe0 sp=0xc000139fc8 pc=0x21e271d
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000139fe8 sp=0xc000139fe0 pc=0x106d3c1
   created by github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:61 +0x2b
   
   goroutine 16 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00055bd38 sp=0xc00055bd18 pc=0x103b456
   runtime.chanrecv(0xc0001154a0, 0xc00055bf18, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc00055bdc8 sp=0xc00055bd38 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc00055bdf0 sp=0xc00055bdc8 pc=0x1007d78
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:89 +0x1ec fp=0xc00055bfa8 sp=0xc00055bdf0 pc=0x21e298c
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc(0x0?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:102 +0x33 fp=0xc00055bfc8 sp=0xc00055bfa8 pc=0x21e2773
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:62 +0x1d fp=0xc00055bfe0 sp=0xc00055bfc8 pc=0x21e271d
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00055bfe8 sp=0xc00055bfe0 pc=0x106d3c1
   created by github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:61 +0x2b
   
   goroutine 50 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000a57d38 sp=0xc000a57d18 pc=0x103b456
   runtime.chanrecv(0xc0001154a0, 0xc000a57f18, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000a57dc8 sp=0xc000a57d38 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc000a57df0 sp=0xc000a57dc8 pc=0x1007d78
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:89 +0x1ec fp=0xc000a57fa8 sp=0xc000a57df0 pc=0x21e298c
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc(0x0?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:102 +0x33 fp=0xc000a57fc8 sp=0xc000a57fa8 pc=0x21e2773
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:62 +0x1d fp=0xc000a57fe0 sp=0xc000a57fc8 pc=0x21e271d
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000a57fe8 sp=0xc000a57fe0 pc=0x106d3c1
   created by github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:61 +0x2b
   
   goroutine 51 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000a83d38 sp=0xc000a83d18 pc=0x103b456
   runtime.chanrecv(0xc0001154a0, 0xc000a83f18, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000a83dc8 sp=0xc000a83d38 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc000a83df0 sp=0xc000a83dc8 pc=0x1007d78
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:89 +0x1ec fp=0xc000a83fa8 sp=0xc000a83df0 pc=0x21e298c
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc(0x0?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:102 +0x33 fp=0xc000a83fc8 sp=0xc000a83fa8 pc=0x21e2773
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:62 +0x1d fp=0xc000a83fe0 sp=0xc000a83fc8 pc=0x21e271d
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000a83fe8 sp=0xc000a83fe0 pc=0x106d3c1
   created by github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:61 +0x2b
   
   goroutine 52 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000a87d38 sp=0xc000a87d18 pc=0x103b456
   runtime.chanrecv(0xc0001154a0, 0xc000a87f18, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000a87dc8 sp=0xc000a87d38 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc000a87df0 sp=0xc000a87dc8 pc=0x1007d78
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:89 +0x1ec fp=0xc000a87fa8 sp=0xc000a87df0 pc=0x21e298c
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc(0x0?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:102 +0x33 fp=0xc000a87fc8 sp=0xc000a87fa8 pc=0x21e2773
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:62 +0x1d fp=0xc000a87fe0 sp=0xc000a87fc8 pc=0x21e271d
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000a87fe8 sp=0xc000a87fe0 pc=0x106d3c1
   created by github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:61 +0x2b
   
   goroutine 53 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000a5bd38 sp=0xc000a5bd18 pc=0x103b456
   runtime.chanrecv(0xc0001154a0, 0xc000a5bf18, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000a5bdc8 sp=0xc000a5bd38 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc000a5bdf0 sp=0xc000a5bdc8 pc=0x1007d78
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:89 +0x1ec fp=0xc000a5bfa8 sp=0xc000a5bdf0 pc=0x21e298c
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc(0x0?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:102 +0x33 fp=0xc000a5bfc8 sp=0xc000a5bfa8 pc=0x21e2773
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:62 +0x1d fp=0xc000a5bfe0 sp=0xc000a5bfc8 pc=0x21e271d
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000a5bfe8 sp=0xc000a5bfe0 pc=0x106d3c1
   created by github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:61 +0x2b
   
   goroutine 54 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000097d38 sp=0xc000097d18 pc=0x103b456
   runtime.chanrecv(0xc0001154a0, 0xc000097f18, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000097dc8 sp=0xc000097d38 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc000097df0 sp=0xc000097dc8 pc=0x1007d78
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:89 +0x1ec fp=0xc000097fa8 sp=0xc000097df0 pc=0x21e298c
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).workerFunc(0x0?)
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:102 +0x33 fp=0xc000097fc8 sp=0xc000097fa8 pc=0x21e2773
   github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start.func1()
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:62 +0x1d fp=0xc000097fe0 sp=0xc000097fc8 pc=0x21e271d
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000097fe8 sp=0xc000097fe0 pc=0x106d3c1
   created by github.com/dolthub/dolt/go/libraries/doltcore/sqle/index.(*asyncLookups).start
   	/Users/timsehn/dolthub/git/dolt/go/libraries/doltcore/sqle/index/async_indexed_lookups.go:61 +0x2b
   
   goroutine 39 [chan receive]:
   runtime.gopark(0x21e298c?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00055dde8 sp=0xc00055ddc8 pc=0x103b456
   runtime.chanrecv(0xc00005c600, 0xc00055dec7, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc00055de78 sp=0xc00055dde8 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc00055dea0 sp=0xc00055de78 pc=0x1007d78
   github.com/klauspost/compress/zstd.(*blockDec).startDecoder(0xc000e5b380)
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:215 +0x94 fp=0xc00055dfc8 sp=0xc00055dea0 pc=0x259a074
   github.com/klauspost/compress/zstd.newBlockDec.func1()
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x26 fp=0xc00055dfe0 sp=0xc00055dfc8 pc=0x2599c26
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00055dfe8 sp=0xc00055dfe0 pc=0x106d3c1
   created by github.com/klauspost/compress/zstd.newBlockDec
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x165
   
   goroutine 40 [chan receive]:
   runtime.gopark(0x21e298c?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00055fde8 sp=0xc00055fdc8 pc=0x103b456
   runtime.chanrecv(0xc00005c720, 0xc00055fec7, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc00055fe78 sp=0xc00055fde8 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc00055fea0 sp=0xc00055fe78 pc=0x1007d78
   github.com/klauspost/compress/zstd.(*blockDec).startDecoder(0xc000e5b450)
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:215 +0x94 fp=0xc00055ffc8 sp=0xc00055fea0 pc=0x259a074
   github.com/klauspost/compress/zstd.newBlockDec.func1()
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x26 fp=0xc00055ffe0 sp=0xc00055ffc8 pc=0x2599c26
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00055ffe8 sp=0xc00055ffe0 pc=0x106d3c1
   created by github.com/klauspost/compress/zstd.newBlockDec
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x165
   
   goroutine 41 [chan receive]:
   runtime.gopark(0xc000561dd8?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000561de8 sp=0xc000561dc8 pc=0x103b456
   runtime.chanrecv(0xc00005c780, 0xc000561ec7, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000561e78 sp=0xc000561de8 pc=0x100823b
   runtime.chanrecv2(0xc000561f20?, 0x109a46b?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc000561ea0 sp=0xc000561e78 pc=0x1007d78
   github.com/klauspost/compress/zstd.(*blockDec).startDecoder(0xc000e5b520)
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:215 +0x94 fp=0xc000561fc8 sp=0xc000561ea0 pc=0x259a074
   github.com/klauspost/compress/zstd.newBlockDec.func1()
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x26 fp=0xc000561fe0 sp=0xc000561fc8 pc=0x2599c26
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000561fe8 sp=0xc000561fe0 pc=0x106d3c1
   created by github.com/klauspost/compress/zstd.newBlockDec
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x165
   
   goroutine 42 [chan receive]:
   runtime.gopark(0x21e298c?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00008bde8 sp=0xc00008bdc8 pc=0x103b456
   runtime.chanrecv(0xc00005c7e0, 0xc00008bec7, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc00008be78 sp=0xc00008bde8 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc00008bea0 sp=0xc00008be78 pc=0x1007d78
   github.com/klauspost/compress/zstd.(*blockDec).startDecoder(0xc000e5b5f0)
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:215 +0x94 fp=0xc00008bfc8 sp=0xc00008bea0 pc=0x259a074
   github.com/klauspost/compress/zstd.newBlockDec.func1()
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x26 fp=0xc00008bfe0 sp=0xc00008bfc8 pc=0x2599c26
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00008bfe8 sp=0xc00008bfe0 pc=0x106d3c1
   created by github.com/klauspost/compress/zstd.newBlockDec
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x165
   
   goroutine 43 [chan receive]:
   runtime.gopark(0x21e298c?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc00008b5e8 sp=0xc00008b5c8 pc=0x103b456
   runtime.chanrecv(0xc00005c840, 0xc00008b6c7, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc00008b678 sp=0xc00008b5e8 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc00008b6a0 sp=0xc00008b678 pc=0x1007d78
   github.com/klauspost/compress/zstd.(*blockDec).startDecoder(0xc000e5b6c0)
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:215 +0x94 fp=0xc00008b7c8 sp=0xc00008b6a0 pc=0x259a074
   github.com/klauspost/compress/zstd.newBlockDec.func1()
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x26 fp=0xc00008b7e0 sp=0xc00008b7c8 pc=0x2599c26
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00008b7e8 sp=0xc00008b7e0 pc=0x106d3c1
   created by github.com/klauspost/compress/zstd.newBlockDec
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x165
   
   goroutine 44 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc0000875e8 sp=0xc0000875c8 pc=0x103b456
   runtime.chanrecv(0xc00005c900, 0xc0000876c7, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000087678 sp=0xc0000875e8 pc=0x100823b
   runtime.chanrecv2(0xc000087720?, 0x109a46b?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc0000876a0 sp=0xc000087678 pc=0x1007d78
   github.com/klauspost/compress/zstd.(*blockDec).startDecoder(0xc000e5b790)
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:215 +0x94 fp=0xc0000877c8 sp=0xc0000876a0 pc=0x259a074
   github.com/klauspost/compress/zstd.newBlockDec.func1()
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x26 fp=0xc0000877e0 sp=0xc0000877c8 pc=0x2599c26
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0000877e8 sp=0xc0000877e0 pc=0x106d3c1
   created by github.com/klauspost/compress/zstd.newBlockDec
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x165
   
   goroutine 45 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000e7f5e8 sp=0xc000e7f5c8 pc=0x103b456
   runtime.chanrecv(0xc00005c960, 0xc000e7f6c7, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000e7f678 sp=0xc000e7f5e8 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc000e7f6a0 sp=0xc000e7f678 pc=0x1007d78
   github.com/klauspost/compress/zstd.(*blockDec).startDecoder(0xc000e5b860)
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:215 +0x94 fp=0xc000e7f7c8 sp=0xc000e7f6a0 pc=0x259a074
   github.com/klauspost/compress/zstd.newBlockDec.func1()
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x26 fp=0xc000e7f7e0 sp=0xc000e7f7c8 pc=0x2599c26
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000e7f7e8 sp=0xc000e7f7e0 pc=0x106d3c1
   created by github.com/klauspost/compress/zstd.newBlockDec
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x165
   
   goroutine 46 [chan receive]:
   runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
   	/usr/local/go/src/runtime/proc.go:363 +0xd6 fp=0xc000e7fde8 sp=0xc000e7fdc8 pc=0x103b456
   runtime.chanrecv(0xc00005c9c0, 0xc000e7fec7, 0x1)
   	/usr/local/go/src/runtime/chan.go:583 +0x49b fp=0xc000e7fe78 sp=0xc000e7fde8 pc=0x100823b
   runtime.chanrecv2(0x0?, 0x0?)
   	/usr/local/go/src/runtime/chan.go:447 +0x18 fp=0xc000e7fea0 sp=0xc000e7fe78 pc=0x1007d78
   github.com/klauspost/compress/zstd.(*blockDec).startDecoder(0xc000e5b930)
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:215 +0x94 fp=0xc000e7ffc8 sp=0xc000e7fea0 pc=0x259a074
   github.com/klauspost/compress/zstd.newBlockDec.func1()
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x26 fp=0xc000e7ffe0 sp=0xc000e7ffc8 pc=0x2599c26
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000e7ffe8 sp=0xc000e7ffe0 pc=0x106d3c1
   created by github.com/klauspost/compress/zstd.newBlockDec
   	/Users/timsehn/go/pkg/mod/github.com/klauspost/[email protected]/zstd/blockdec.go:118 +0x165
   
   goroutine 28 [runnable]:
   path/filepath.join({0xc00065fc78?, 0x2?, 0x2?})
   	/usr/local/go/src/path/filepath/path_unix.go:41 +0xa8 fp=0xc00065fb80 sp=0xc00065fb78 pc=0x127bc28
   path/filepath.Join(...)
   	/usr/local/go/src/path/filepath/path.go:225
   github.com/dolthub/dolt/go/store/nbs.newFileTableReader({0xc000f165a7?, 0x56?}, {0xec, 0x82, 0x3f, 0x79, 0xc6, 0xcc, 0x5a, 0x18, ...}, ...)
   	/Users/timsehn/dolthub/git/dolt/go/store/nbs/file_table_reader.go:45 +0xee fp=0xc00065fe68 sp=0xc00065fb80 pc=0x1e250ce
   github.com/dolthub/dolt/go/store/nbs.(*fsTablePersister).Open(0x0?, {0x0?, 0x0?}, {0xec, 0x82, 0x3f, 0x79, 0xc6, 0xcc, 0x5a, ...}, ...)
   	/Users/timsehn/dolthub/git/dolt/go/store/nbs/file_table_persister.go:53 +0x47 fp=0xc00065fec0 sp=0xc00065fe68 pc=0x1e23b67
   github.com/dolthub/dolt/go/store/nbs.tableSet.rebase.func1()
   	/Users/timsehn/dolthub/git/dolt/go/store/nbs/table_set.go:409 +0xfa fp=0xc00065ff78 sp=0xc00065fec0 pc=0x1e4f45a
   golang.org/x/sync/errgroup.(*Group).Go.func1()
   	/Users/timsehn/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x67 fp=0xc00065ffe0 sp=0xc00065ff78 pc=0x16cdc87
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00065ffe8 sp=0xc00065ffe0 pc=0x106d3c1
   created by golang.org/x/sync/errgroup.(*Group).Go
   	/Users/timsehn/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:54 +0x8d

timsehn avatar Oct 27 '22 20:10 timsehn