Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save social244305-Architect/e9cea1d235a2b5b9df74d48de12d6862 to your computer and use it in GitHub Desktop.
Save social244305-Architect/e9cea1d235a2b5b9df74d48de12d6862 to your computer and use it in GitHub Desktop.
celestia_bridge_out_of_memory
Started celestia-bridge Cosmos daemon.
2024-05-22T23:47:11.861Z INFO node nodebuilder/module.go:26 Accessing keyring...
2024-05-22T23:47:11.889Z INFO module/state state/keyring.go:40 constructed keyring signer {"backend": "test", "path": "/home/architect/.celestia-bridge-mocha-4/keys", "key name": "my_celes_key", "chain-id": "mocha-4"}
2024-05-22T23:47:12.659Z INFO badger4 v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:171 All 142 tables opened in 22ms
2024-05-22T23:47:12.661Z INFO badger4 v4@v4.2.1-0.20240106094458-1c417aa3799c/discard.go:66 Discard stats nextEmptySlot: 59596
2024-05-22T23:47:12.662Z INFO badger4 v4@v4.2.1-0.20240106094458-1c417aa3799c/db.go:368 Set nextTxnTs to 37604547
fatal error: runtime: out of memory
runtime stack:
runtime.throw({0x2a2da9c?, 0x0?})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/panic.go:1023 +0x5c fp=0x7fbda37fdc18 sp=0x7fbda37fdbe8 pc=0x44049c
runtime.sysMapOS(0xc008400000, 0x400000)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mem_linux.go:167 +0x11b fp=0x7fbda37fdc58 sp=0x7fbda37fdc18 pc=0x41e33b
runtime.sysMap(0xc008400000, 0x400000, 0x1?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mem.go:155 +0x34 fp=0x7fbda37fdc78 sp=0x7fbda37fdc58 pc=0x41ddb4
runtime.(*mheap).grow(0x50b0e40, 0x2000?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mheap.go:1534 +0x236 fp=0x7fbda37fdce8 sp=0x7fbda37fdc78 pc=0x4310d6
runtime.(*mheap).allocSpan(0x50b0e40, 0x1, 0x0, 0x59)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mheap.go:1246 +0x1b0 fp=0x7fbda37fdd88 sp=0x7fbda37fdce8 pc=0x4307b0
runtime.(*mheap).alloc.func1()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mheap.go:964 +0x5c fp=0x7fbda37fddd0 sp=0x7fbda37fdd88 pc=0x43025c
runtime.systemstack(0x800000)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:509 +0x4a fp=0x7fbda37fdde0 sp=0x7fbda37fddd0 pc=0x479aca
goroutine 1 gp=0xc0000061c0 m=24 mp=0xc002180808 [running]:
runtime.systemstack_switch()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:474 +0x8 fp=0xc002190378 sp=0xc002190368 pc=0x479a68
runtime.(*mheap).alloc(0x76?, 0xc0021903e0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mheap.go:958 +0x5b fp=0xc0021903c0 sp=0xc002190378 pc=0x4301bb
runtime.(*mcentral).grow(0x2000?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mcentral.go:254 +0x52 fp=0xc002190400 sp=0xc0021903c0 pc=0x41d852
runtime.(*mcentral).cacheSpan(0x50c5388)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mcentral.go:170 +0x418 fp=0xc002190478 sp=0xc002190400 pc=0x41d6b8
runtime.(*mcache).refill(0x7fbe46ace108, 0x59?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mcache.go:182 +0x153 fp=0xc0021904b8 sp=0xc002190478 pc=0x41ccf3
runtime.(*mcache).nextFree(0x7fbe46ace108, 0x59)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/malloc.go:948 +0x85 fp=0xc0021904f0 sp=0xc0021904b8 pc=0x413b05
runtime.mallocgc(0xf25, 0x0, 0x0)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/malloc.go:1149 +0x4a5 fp=0xc002190578 sp=0xc0021904f0 pc=0x414125
runtime.slicebytetostring(0xc0083fe000?, 0xc000675000, 0xf25)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/string.go:112 +0x77 fp=0xc0021905a8 sp=0xc002190578 pc=0x45e4d7
fmt.Errorf({0xc0021906b0, 0x1e}, {0xc0083eee80, 0x1, 0x1})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/fmt/errors.go:26 +0x9b fp=0xc002190670 sp=0xc0021905a8 pc=0x50dafb
github.com/dgraph-io/badger/v4/y.Wrapf({0x3829740?, 0xc0083eee70?}, {0x2a265f0?, 0x13?}, {0x0?, 0x0?, 0x1?})
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/y/error.go:83 +0x125 fp=0xc002190700 sp=0xc002190670 pc=0x1ba3785
github.com/dgraph-io/badger/v4.Open({{0x0}, {0xc0018c42a0, 0x2d}, {0xc0018c42a0, 0x2d}, 0x0, 0x1, 0x0, {0x38568d0, 0xc0018bfc40}, ...})
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/db.go:371 +0x19cd fp=0xc002190d68 sp=0xc002190700 pc=0x1bcc48d
github.com/ipfs/go-ds-badger4.NewDatastore({0xc0018c42a0?, 0x10?}, 0x10?)
/home/architect/go/pkg/mod/github.com/ipfs/go-ds-badger4@v0.1.5/datastore.go:186 +0x419 fp=0xc0021911e0 sp=0xc002190d68 pc=0x1c174b9
github.com/celestiaorg/celestia-node/nodebuilder.(*fsStore).Datastore(0xc000955740)
/home/architect/celestia-node/nodebuilder/store.go:125 +0x114 fp=0xc002191298 sp=0xc0021911e0 pc=0x22ec514
github.com/celestiaorg/celestia-node/nodebuilder.Store.Datastore-fm()
<autogenerated>:1 +0x25 fp=0xc0021912b0 sp=0xc002191298 pc=0x2302305
runtime.call16(0xc0018ad110, 0xc0003939c8, 0x0, 0x0, 0x0, 0x0, 0xc0021915c8)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:770 +0x43 fp=0xc0021912d0 sp=0xc0021912b0 pc=0x479fc3
runtime.reflectcall(0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
<autogenerated>:1 +0x36 fp=0xc002191310 sp=0xc0021912d0 pc=0x47e616
reflect.Value.call({0x24e24e0?, 0xc0003939c8?, 0x7fbdfc1b5f08?}, {0x2a06b20, 0x4}, {0x5107c80, 0x0, 0x7fbdfc1b5968?})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/reflect/value.go:596 +0xce5 fp=0xc002191918 sp=0xc002191310 pc=0x4f8f45
reflect.Value.Call({0x24e24e0?, 0xc0003939c8?, 0x4146c5?}, {0x5107c80?, 0x26d2a00?, 0xc0018ad001?})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/reflect/value.go:380 +0xb9 fp=0xc002191990 sp=0xc002191918 pc=0x4f8019
go.uber.org/dig.defaultInvoker({0x24e24e0?, 0xc0003939c8?, 0x5107c80?}, {0x5107c80?, 0x0?, 0x387cfd0?})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/container.go:238 +0x25 fp=0xc0021919d0 sp=0xc002191990 pc=0x1947805
go.uber.org/dig.(*constructorNode).Call(0xc00035b8c0, {0x387cfd0, 0xc001764280})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/constructor.go:185 +0x34a fp=0xc002191bc0 sp=0xc0021919d0 pc=0x194688a
go.uber.org/dig.paramSingle.Build({{0x0, 0x0}, 0x0, {0x3889088, 0x2745440}}, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:287 +0x34a fp=0xc002191cd8 sp=0xc002191bc0 pc=0x1951e4a
go.uber.org/dig.(*paramSingle).Build(0x41c6c5?, {0x387cfd0?, 0xc001764320?})
<autogenerated>:1 +0x72 fp=0xc002191d48 sp=0xc002191cd8 pc=0x1963372
go.uber.org/dig.paramList.BuildList({{0x3889088, 0x25965e0}, {0xc0017a0ee0, 0x2, 0x2}}, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:150 +0xad fp=0xc002191d98 sp=0xc002191d48 pc=0x195120d
go.uber.org/dig.(*constructorNode).Call(0xc00035be00, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/constructor.go:155 +0x137 fp=0xc002191f88 sp=0xc002191d98 pc=0x1946677
go.uber.org/dig.paramSingle.Build({{0x0, 0x0}, 0x0, {0x3889088, 0x28fa740}}, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:287 +0x34a fp=0xc0021920a0 sp=0xc002191f88 pc=0x1951e4a
go.uber.org/dig.(*paramSingle).Build(0x41c6c5?, {0x387cfd0?, 0xc001764320?})
<autogenerated>:1 +0x72 fp=0xc002192110 sp=0xc0021920a0 pc=0x1963372
go.uber.org/dig.paramList.BuildList({{0x3889088, 0x2596700}, {0xc0017a0d60, 0x2, 0x2}}, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:150 +0xad fp=0xc002192160 sp=0xc002192110 pc=0x195120d
go.uber.org/dig.(*constructorNode).Call(0xc00035bd40, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/constructor.go:155 +0x137 fp=0xc002192350 sp=0xc002192160 pc=0x1946677
go.uber.org/dig.paramSingle.Build({{0x0, 0x0}, 0x0, {0x3889088, 0x28a5a20}}, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:287 +0x34a fp=0xc002192468 sp=0xc002192350 pc=0x1951e4a
go.uber.org/dig.(*paramSingle).Build(0x25e6800?, {0x387cfd0?, 0xc001764320?})
<autogenerated>:1 +0x72 fp=0xc0021924d8 sp=0xc002192468 pc=0x1963372
go.uber.org/dig.paramObjectField.Build(...)
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:484
go.uber.org/dig.paramObject.Build({{0x3889088, 0x296f0a0}, {0xc001616b08, 0xc, 0x11}, {0x0, 0x0, 0x0}}, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:412 +0x5d2 fp=0xc0021926a8 sp=0xc0021924d8 pc=0x1953492
go.uber.org/dig.(*paramObject).Build(0x41c6c5?, {0x387cfd0?, 0xc001764320?})
<autogenerated>:1 +0xa6 fp=0xc002192748 sp=0xc0021926a8 pc=0x19637a6
go.uber.org/dig.paramList.BuildList({{0x3889088, 0x2547dc0}, {0xc00179bf30, 0x1, 0x1}}, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:150 +0xad fp=0xc002192798 sp=0xc002192748 pc=0x195120d
go.uber.org/dig.(*constructorNode).Call(0xc0009620c0, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/constructor.go:155 +0x137 fp=0xc002192988 sp=0xc002192798 pc=0x1946677
go.uber.org/dig.paramSingle.Build({{0x0, 0x0}, 0x0, {0x3889088, 0x27f33c0}}, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:287 +0x34a fp=0xc002192aa0 sp=0xc002192988 pc=0x1951e4a
go.uber.org/dig.(*paramSingle).Build(0x41c6c5?, {0x387cfd0?, 0xc001764320?})
<autogenerated>:1 +0x72 fp=0xc002192b10 sp=0xc002192aa0 pc=0x1963372
go.uber.org/dig.paramList.BuildList({{0x3889088, 0x2547d60}, {0xc0017a14c0, 0x2, 0x2}}, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:150 +0xad fp=0xc002192b60 sp=0xc002192b10 pc=0x195120d
go.uber.org/dig.(*constructorNode).Call(0xc000962480, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/constructor.go:155 +0x137 fp=0xc002192d50 sp=0xc002192b60 pc=0x1946677
go.uber.org/dig.paramSingle.Build({{0x0, 0x0}, 0x0, {0x3889088, 0x27f5180}}, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:287 +0x34a fp=0xc002192e68 sp=0xc002192d50 pc=0x1951e4a
go.uber.org/dig.(*paramSingle).Build(0x56?, {0x387cfd0?, 0xc001764320?})
<autogenerated>:1 +0x72 fp=0xc002192ed8 sp=0xc002192e68 pc=0x1963372
go.uber.org/dig.paramList.BuildList({{0x3889088, 0x24e6300}, {0xc0018af2e0, 0x1, 0x1}}, {0x387cfd0, 0xc001764320})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go:150 +0xad fp=0xc002192f28 sp=0xc002192ed8 pc=0x195120d
go.uber.org/dig.(*Scope).Invoke(0xc001764320, {0x24e6300, 0xc00163cca0}, {0x0, 0x0, 0xc0007f1250?})
/home/architect/go/pkg/mod/go.uber.org/dig@v1.17.1/invoke.go:122 +0x318 fp=0xc0021931e8 sp=0xc002192f28 pc=0x194f158
go.uber.org/fx.runInvoke({0x7fbdfc22e618?, 0xc001764320?}, {{0x24e6300, 0xc00163cca0}, {0xc001761a40, 0x7, 0x8}})
/home/architect/go/pkg/mod/go.uber.org/fx@v1.21.1/invoke.go:109 +0x153 fp=0xc002193260 sp=0xc0021931e8 pc=0x197ed73
go.uber.org/fx.(*module).executeInvoke(0xc00175ef70, {{0x24e6300, 0xc00163cca0}, {0xc001761a40, 0x7, 0x8}})
/home/architect/go/pkg/mod/go.uber.org/fx@v1.21.1/module.go:320 +0x145 fp=0xc0021932e8 sp=0xc002193260 pc=0x1981325
go.uber.org/fx.(*module).executeInvokes(0xc00175ef70)
/home/architect/go/pkg/mod/go.uber.org/fx@v1.21.1/module.go:306 +0xda fp=0xc002193370 sp=0xc0021932e8 pc=0x198119a
go.uber.org/fx.(*module).executeInvokes(0xc00175eea0)
/home/architect/go/pkg/mod/go.uber.org/fx@v1.21.1/module.go:300 +0x65 fp=0xc0021933f8 sp=0xc002193370 pc=0x1981125
go.uber.org/fx.(*module).executeInvokes(0xc00175ed00)
/home/architect/go/pkg/mod/go.uber.org/fx@v1.21.1/module.go:300 +0x65 fp=0xc002193480 sp=0xc0021933f8 pc=0x1981125
go.uber.org/fx.New({0xc0007f1790, 0x3, 0x2?})
/home/architect/go/pkg/mod/go.uber.org/fx@v1.21.1/app.go:517 +0x9da fp=0xc002193748 sp=0xc002193480 pc=0x197d0fa
github.com/celestiaorg/celestia-node/nodebuilder.newNode({0xc00163d200, 0x2, 0x2})
/home/architect/celestia-node/nodebuilder/node.go:173 +0x17c fp=0xc0021937f8 sp=0xc002193748 pc=0x22e8e3c
github.com/celestiaorg/celestia-node/nodebuilder.NewWithConfig(0xf0?, {0x2a0b0e1?, 0x5107c80?}, {0x385f940?, 0xc000955740?}, 0x2a144ac?, {0xc0013e7d10, 0x1, 0x4?})
/home/architect/celestia-node/nodebuilder/node.go:95 +0x126 fp=0xc002193860 sp=0xc0021937f8 pc=0x22e8086
github.com/celestiaorg/celestia-node/cmd.Start.func1(0xc0003ed208, {0xc000975780?, 0x4?, 0x2a06a04?})
/home/architect/celestia-node/cmd/start.go:54 +0x465 fp=0xc002193cc0 sp=0xc002193860 pc=0x2308005
github.com/spf13/cobra.(*Command).execute(0xc0003ed208, {0xc000975700, 0x8, 0x8})
/home/architect/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:983 +0xaca fp=0xc002193e48 sp=0xc002193cc0 pc=0x600daa
github.com/spf13/cobra.(*Command).ExecuteC(0x4f7bfa0)
/home/architect/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:1115 +0x3ff fp=0xc002193f20 sp=0xc002193e48 pc=0x60167f
github.com/spf13/cobra.(*Command).Execute(...)
/home/architect/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:1039
github.com/spf13/cobra.(*Command).ExecuteContext(...)
/home/architect/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:1032
main.run()
/home/architect/celestia-node/cmd/celestia/main.go:47 +0x4f fp=0xc002193f38 sp=0xc002193f20 pc=0x2317f4f
main.main()
/home/architect/celestia-node/cmd/celestia/main.go:40 +0x13 fp=0xc002193f50 sp=0xc002193f38 pc=0x2317ed3
runtime.main()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:271 +0x29d fp=0xc002193fe0 sp=0xc002193f50 pc=0x442ffd
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc002193fe8 sp=0xc002193fe0 pc=0x47ba81
goroutine 2 gp=0xc000006c40 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c4fa8 sp=0xc0000c4f88 pc=0x44344e
runtime.goparkunlock(...)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:408
runtime.forcegchelper()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:326 +0xb3 fp=0xc0000c4fe0 sp=0xc0000c4fa8 pc=0x4432b3
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c4fe8 sp=0xc0000c4fe0 pc=0x47ba81
created by runtime.init.6 in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:314 +0x1a
goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c5780 sp=0xc0000c5760 pc=0x44344e
runtime.goparkunlock(...)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:408
runtime.bgsweep(0xc0000ee000)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgcsweep.go:318 +0xdf fp=0xc0000c57c8 sp=0xc0000c5780 pc=0x42cc1f
runtime.gcenable.gowrap1()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:203 +0x25 fp=0xc0000c57e0 sp=0xc0000c57c8 pc=0x421505
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c57e8 sp=0xc0000c57e0 pc=0x47ba81
created by runtime.gcenable in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:203 +0x66
goroutine 4 gp=0xc000007340 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x3819248?, 0x0?, 0x0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c5f78 sp=0xc0000c5f58 pc=0x44344e
runtime.goparkunlock(...)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:408
runtime.(*scavengerState).park(0x50a0580)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc0000c5fa8 sp=0xc0000c5f78 pc=0x42a5a9
runtime.bgscavenge(0xc0000ee000)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc0000c5fc8 sp=0xc0000c5fa8 pc=0x42ab59
runtime.gcenable.gowrap2()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:204 +0x25 fp=0xc0000c5fe0 sp=0xc0000c5fc8 pc=0x4214a5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c5fe8 sp=0xc0000c5fe0 pc=0x47ba81
created by runtime.gcenable in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:204 +0xa5
goroutine 5 gp=0xc000007c00 m=nil [select]:
runtime.gopark(0xc0000c47a8?, 0x2?, 0x32?, 0xbd?, 0xc0000c477c?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c4620 sp=0xc0000c4600 pc=0x44344e
runtime.selectgo(0xc0000c47a8, 0xc0000c4778, 0x4f9e130?, 0x0, 0x0?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc0000c4740 sp=0xc0000c4620 pc=0x455285
github.com/desertbit/timer.timerRoutine()
/home/architect/go/pkg/mod/github.com/desertbit/timer@v0.0.0-20180107155436-c41aec40b27f/timers.go:119 +0xac fp=0xc0000c47e0 sp=0xc0000c4740 pc=0x20ef08c
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c47e8 sp=0xc0000c47e0 pc=0x47ba81
created by github.com/desertbit/timer.init.0 in goroutine 1
/home/architect/go/pkg/mod/github.com/desertbit/timer@v0.0.0-20180107155436-c41aec40b27f/timers.go:15 +0x1a
goroutine 6 gp=0xc000007dc0 m=nil [finalizer wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c6620 sp=0xc0000c6600 pc=0x44344e
runtime.runfinq()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mfinal.go:194 +0x107 fp=0xc0000c67e0 sp=0xc0000c6620 pc=0x420547
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c67e8 sp=0xc0000c67e0 pc=0x47ba81
created by runtime.createfing in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mfinal.go:164 +0x3d
goroutine 7 gp=0xc0001c6000 m=nil [select]:
runtime.gopark(0xc0000c6f60?, 0x2?, 0x0?, 0x0?, 0xc0000c6f1c?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c6db0 sp=0xc0000c6d90 pc=0x44344e
runtime.selectgo(0xc0000c6f60, 0xc0000c6f18, 0x0?, 0x0, 0x0?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc0000c6ed0 sp=0xc0000c6db0 pc=0x455285
github.com/ipfs/go-log/writer.(*MirrorWriter).logRoutine(0xc00018a300)
/home/architect/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/writer/writer.go:71 +0x10e fp=0xc0000c6fc8 sp=0xc0000c6ed0 pc=0x1b53fee
github.com/ipfs/go-log/writer.NewMirrorWriter.gowrap1()
/home/architect/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/writer/writer.go:36 +0x25 fp=0xc0000c6fe0 sp=0xc0000c6fc8 pc=0x1b53e25
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c6fe8 sp=0xc0000c6fe0 pc=0x47ba81
created by github.com/ipfs/go-log/writer.NewMirrorWriter in goroutine 1
/home/architect/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/writer/writer.go:36 +0xbf
goroutine 8 gp=0xc000349a40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c7750 sp=0xc0000c7730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000c77e0 sp=0xc0000c7750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c77e8 sp=0xc0000c77e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 18 gp=0xc000102700 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d45d9b?, 0x0?, 0x0?, 0x0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c0750 sp=0xc0000c0730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000c07e0 sp=0xc0000c0750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c07e8 sp=0xc0000c07e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 19 gp=0xc0001028c0 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d454b8?, 0x0?, 0x0?, 0x0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c0f50 sp=0xc0000c0f30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000c0fe0 sp=0xc0000c0f50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c0fe8 sp=0xc0000c0fe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 20 gp=0xc000102a80 m=nil [GC worker (idle)]:
runtime.gopark(0x510b4e0?, 0x1?, 0xa3?, 0x4a?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c1750 sp=0xc0000c1730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000c17e0 sp=0xc0000c1750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c17e8 sp=0xc0000c17e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 21 gp=0xc000102c40 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d9da9c?, 0x3?, 0x14?, 0x15?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c1f50 sp=0xc0000c1f30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000c1fe0 sp=0xc0000c1f50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c1fe8 sp=0xc0000c1fe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 34 gp=0xc00020a000 m=nil [GC worker (idle)]:
runtime.gopark(0x510b4e0?, 0x3?, 0xee?, 0x9b?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000210750 sp=0xc000210730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0002107e0 sp=0xc000210750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0002107e8 sp=0xc0002107e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 9 gp=0xc000349c00 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d9d95e?, 0x1?, 0x1a?, 0xc3?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c7f50 sp=0xc0000c7f30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000c7fe0 sp=0xc0000c7f50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c7fe8 sp=0xc0000c7fe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 10 gp=0xc000349dc0 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d9e3b8?, 0x3?, 0x4e?, 0x40?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00020c750 sp=0xc00020c730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00020c7e0 sp=0xc00020c750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00020c7e8 sp=0xc00020c7e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 11 gp=0xc000552000 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d45422?, 0x3?, 0xbf?, 0x20?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00020cf50 sp=0xc00020cf30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00020cfe0 sp=0xc00020cf50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00020cfe8 sp=0xc00020cfe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 22 gp=0xc000102e00 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d2c788?, 0x3?, 0xca?, 0xc?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c2750 sp=0xc0000c2730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000c27e0 sp=0xc0000c2750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c27e8 sp=0xc0000c27e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 23 gp=0xc000102fc0 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d45443?, 0x1?, 0xf6?, 0x2a?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c2f50 sp=0xc0000c2f30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000c2fe0 sp=0xc0000c2f50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c2fe8 sp=0xc0000c2fe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 24 gp=0xc000103180 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d9deb2?, 0x1?, 0xce?, 0x9f?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c3750 sp=0xc0000c3730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000c37e0 sp=0xc0000c3750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c37e8 sp=0xc0000c37e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 25 gp=0xc000103340 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d9ff99?, 0x1?, 0x5d?, 0xc1?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000c3f50 sp=0xc0000c3f30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000c3fe0 sp=0xc0000c3f50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000c3fe8 sp=0xc0000c3fe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 26 gp=0xc000103500 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d200a8?, 0x1?, 0xf1?, 0x57?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00011c750 sp=0xc00011c730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00011c7e0 sp=0xc00011c750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00011c7e8 sp=0xc00011c7e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 27 gp=0xc0001036c0 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48da20e4?, 0x3?, 0xef?, 0x1c?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00011cf50 sp=0xc00011cf30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00011cfe0 sp=0xc00011cf50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00011cfe8 sp=0xc00011cfe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 28 gp=0xc000103880 m=nil [GC worker (idle)]:
runtime.gopark(0x510b4e0?, 0x3?, 0xa4?, 0xf?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00011d750 sp=0xc00011d730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00011d7e0 sp=0xc00011d750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00011d7e8 sp=0xc00011d7e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 35 gp=0xc00020a1c0 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d9e9d5?, 0x3?, 0xcd?, 0x16?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000210f50 sp=0xc000210f30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc000210fe0 sp=0xc000210f50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000210fe8 sp=0xc000210fe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 36 gp=0xc00020a380 m=nil [GC worker (idle)]:
runtime.gopark(0x510b4e0?, 0x1?, 0x91?, 0x96?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000211750 sp=0xc000211730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0002117e0 sp=0xc000211750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0002117e8 sp=0xc0002117e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 29 gp=0xc000103a40 m=nil [GC worker (idle)]:
runtime.gopark(0x510b4e0?, 0x1?, 0x33?, 0xed?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00011df50 sp=0xc00011df30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00011dfe0 sp=0xc00011df50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00011dfe8 sp=0xc00011dfe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 37 gp=0xc00020a540 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d2015a?, 0x3?, 0xa?, 0xf9?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000211f50 sp=0xc000211f30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc000211fe0 sp=0xc000211f50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000211fe8 sp=0xc000211fe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 38 gp=0xc00020a700 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d45b82?, 0x3?, 0x60?, 0x22?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000212750 sp=0xc000212730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0002127e0 sp=0xc000212750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0002127e8 sp=0xc0002127e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 30 gp=0xc000103c00 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d9d537?, 0x3?, 0x53?, 0x49?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00011e750 sp=0xc00011e730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00011e7e0 sp=0xc00011e750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00011e7e8 sp=0xc00011e7e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 39 gp=0xc00020a8c0 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d9c374?, 0x1?, 0x7d?, 0xe7?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000212f50 sp=0xc000212f30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc000212fe0 sp=0xc000212f50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000212fe8 sp=0xc000212fe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 40 gp=0xc00020aa80 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d9d2e9?, 0x3?, 0xca?, 0x8?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000213750 sp=0xc000213730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0002137e0 sp=0xc000213750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0002137e8 sp=0xc0002137e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 41 gp=0xc00020ac40 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d46815?, 0x1?, 0x3f?, 0xaa?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000213f50 sp=0xc000213f30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc000213fe0 sp=0xc000213f50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000213fe8 sp=0xc000213fe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 42 gp=0xc00020ae00 m=nil [GC worker (idle)]:
runtime.gopark(0x510b4e0?, 0x1?, 0x50?, 0xec?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000118750 sp=0xc000118730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0001187e0 sp=0xc000118750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0001187e8 sp=0xc0001187e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 43 gp=0xc00020afc0 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d45f77?, 0x3?, 0x94?, 0x1c?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000118f50 sp=0xc000118f30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc000118fe0 sp=0xc000118f50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000118fe8 sp=0xc000118fe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 44 gp=0xc00020b180 m=nil [GC worker (idle)]:
runtime.gopark(0x510b4e0?, 0x1?, 0x66?, 0x2a?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000119750 sp=0xc000119730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0001197e0 sp=0xc000119750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0001197e8 sp=0xc0001197e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 45 gp=0xc00020b340 m=nil [GC worker (idle)]:
runtime.gopark(0x510b4e0?, 0x1?, 0xb4?, 0x10?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc000119f50 sp=0xc000119f30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc000119fe0 sp=0xc000119f50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000119fe8 sp=0xc000119fe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 46 gp=0xc00020b500 m=nil [GC worker (idle)]:
runtime.gopark(0xc00007bc50?, 0x1?, 0xee?, 0x62?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00011a750 sp=0xc00011a730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00011a7e0 sp=0xc00011a750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00011a7e8 sp=0xc00011a7e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 47 gp=0xc00020b6c0 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d9e5c2?, 0x1?, 0xb5?, 0xfd?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00011af50 sp=0xc00011af30 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00011afe0 sp=0xc00011af50 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00011afe8 sp=0xc00011afe0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 12 gp=0xc0005521c0 m=nil [GC worker (idle)]:
runtime.gopark(0xc0c48d20062?, 0x3?, 0x6b?, 0x5c?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00020d750 sp=0xc00020d730 pc=0x44344e
runtime.gcBgMarkWorker()
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00020d7e0 sp=0xc00020d750 pc=0x4235e5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00020d7e8 sp=0xc00020d7e0 pc=0x47ba81
created by runtime.gcBgMarkStartWorkers in goroutine 1
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/mgc.go:1234 +0x1c
goroutine 13 gp=0xc000582c40 m=nil [select]:
runtime.gopark(0xc00011ff80?, 0x2?, 0xb1?, 0x40?, 0xc00011ff74?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00011fe18 sp=0xc00011fdf8 pc=0x44344e
runtime.selectgo(0xc00011ff80, 0xc00011ff70, 0x0?, 0x0, 0x0?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc00011ff38 sp=0xc00011fe18 pc=0x455285
github.com/golang/glog.(*fileSink).flushDaemon(0x509acf8)
/home/architect/go/pkg/mod/github.com/golang/glog@v1.2.0/glog_file.go:351 +0xb9 fp=0xc00011ffc8 sp=0xc00011ff38 pc=0x1b95bb9
github.com/golang/glog.init.1.gowrap1()
/home/architect/go/pkg/mod/github.com/golang/glog@v1.2.0/glog_file.go:166 +0x25 fp=0xc00011ffe0 sp=0xc00011ffc8 pc=0x1b94c45
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00011ffe8 sp=0xc00011ffe0 pc=0x47ba81
created by github.com/golang/glog.init.1 in goroutine 1
/home/architect/go/pkg/mod/github.com/golang/glog@v1.2.0/glog_file.go:166 +0x126
goroutine 14 gp=0xc000582e00 m=nil [select]:
runtime.gopark(0xc00011b778?, 0x3?, 0x18?, 0xef?, 0xc00011b772?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00011b618 sp=0xc00011b5f8 pc=0x44344e
runtime.selectgo(0xc00011b778, 0xc00011b76c, 0xc00068f380?, 0x0, 0x0?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc00011b738 sp=0xc00011b618 pc=0x455285
go.opencensus.io/stats/view.(*worker).start(0xc00068f380)
/home/architect/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker.go:292 +0x9f fp=0xc00011b7c8 sp=0xc00011b738 pc=0x161153f
go.opencensus.io/stats/view.init.0.gowrap1()
/home/architect/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x25 fp=0xc00011b7e0 sp=0xc00011b7c8 pc=0x16108a5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00011b7e8 sp=0xc00011b7e0 pc=0x47ba81
created by go.opencensus.io/stats/view.init.0 in goroutine 1
/home/architect/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x8d
goroutine 15 gp=0xc0005836c0 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00036ba88 sp=0xc00036ba68 pc=0x44344e
runtime.netpollblock(0x0?, 0x409ec6?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/netpoll.go:573 +0xf7 fp=0xc00036bac0 sp=0xc00036ba88 pc=0x43c117
internal/poll.runtime_pollWait(0x7fbdfe6a0808, 0x72)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/netpoll.go:345 +0x85 fp=0xc00036bae0 sp=0xc00036bac0 pc=0x475825
internal/poll.(*pollDesc).wait(0xc00068fc80?, 0xc0005c65a0?, 0x0)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00036bb08 sp=0xc00036bae0 pc=0x4bf107
internal/poll.(*pollDesc).waitRead(...)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).ReadMsg(0xc00068fc80, {0xc0005c65a0, 0x10, 0x10}, {0xc000281328, 0x1000, 0x1000}, 0x40000000)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/internal/poll/fd_unix.go:301 +0x38a fp=0xc00036bbf0 sp=0xc00036bb08 pc=0x4c15ca
net.(*netFD).readMsg(0xc00068fc80, {0xc0005c65a0?, 0xa?, 0x8d0736bd08?}, {0xc000281328?, 0x3862a70?, 0x7fbe46ad77e8?}, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/fd_posix.go:78 +0x31 fp=0xc00036bc78 sp=0xc00036bbf0 pc=0x582951
net.(*UnixConn).readMsg(0xc0000c8800, {0xc0005c65a0?, 0x18?, 0x8?}, {0xc000281328?, 0x41c998?, 0x7fbe46ad71a8?})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/unixsock_posix.go:115 +0x45 fp=0xc00036bd08 sp=0xc00036bc78 pc=0x5a4665
net.(*UnixConn).ReadMsgUnix(0xc0000c8800, {0xc0005c65a0?, 0x30?, 0x7fbe46acef18?}, {0xc000281328?, 0xc0000cb808?, 0xc00005a300?})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/unixsock.go:143 +0x36 fp=0xc00036bd80 sp=0xc00036bd08 pc=0x5a2c56
github.com/godbus/dbus.(*oobReader).Read(0xc000281308, {0xc0005c65a0?, 0xc00036be30?, 0x4146c5?})
/home/architect/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/transport_unix.go:21 +0x3c fp=0xc00036bdf8 sp=0xc00036bd80 pc=0xdd327c
io.ReadAtLeast({0x3830e20, 0xc000281308}, {0xc0005c65a0, 0x10, 0x10}, 0x10)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/io/io.go:335 +0x90 fp=0xc00036be40 sp=0xc00036bdf8 pc=0x4b8e50
io.ReadFull(...)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/io/io.go:354
github.com/godbus/dbus.(*unixTransport).ReadMessage(0xc000200360)
/home/architect/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/transport_unix.go:91 +0xfe fp=0xc00036bf68 sp=0xc00036be40 pc=0xdd383e
github.com/godbus/dbus.(*Conn).inWorker(0xc0006c2120)
/home/architect/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/conn.go:294 +0x35 fp=0xc00036bfc8 sp=0xc00036bf68 pc=0xdbd715
github.com/godbus/dbus.(*Conn).Auth.gowrap1()
/home/architect/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/auth.go:118 +0x25 fp=0xc00036bfe0 sp=0xc00036bfc8 pc=0xdbaa85
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00036bfe8 sp=0xc00036bfe0 pc=0x47ba81
created by github.com/godbus/dbus.(*Conn).Auth in goroutine 1
/home/architect/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/auth.go:118 +0x94c
goroutine 31 gp=0xc000603180 m=nil [chan receive]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x2f100000000?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00041d6f8 sp=0xc00041d6d8 pc=0x44344e
runtime.chanrecv(0xc0002f01e0, 0xc00041d7b8, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/chan.go:583 +0x3bf fp=0xc00041d770 sp=0xc00041d6f8 pc=0x40cd3f
runtime.chanrecv2(0x0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/chan.go:447 +0x12 fp=0xc00041d798 sp=0xc00041d770 pc=0x40c972
github.com/ethereum/go-ethereum/metrics.(*meterArbiter).tick(...)
/home/architect/go/pkg/mod/github.com/ethereum/go-ethereum@v1.13.2/metrics/meter.go:178
github.com/ethereum/go-ethereum/metrics.NewMeter.gowrap2()
/home/architect/go/pkg/mod/github.com/ethereum/go-ethereum@v1.13.2/metrics/meter.go:49 +0x65 fp=0xc00041d7e0 sp=0xc00041d798 pc=0x1900645
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00041d7e8 sp=0xc00041d7e0 pc=0x47ba81
created by github.com/ethereum/go-ethereum/metrics.NewMeter in goroutine 1
/home/architect/go/pkg/mod/github.com/ethereum/go-ethereum@v1.13.2/metrics/meter.go:49 +0xc5
goroutine 48 gp=0xc0006036c0 m=nil [select]:
runtime.gopark(0xc00041df60?, 0x2?, 0x60?, 0x0?, 0xc00041df4c?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00041ddf0 sp=0xc00041ddd0 pc=0x44344e
runtime.selectgo(0xc00041df60, 0xc00041df48, 0x40bc37?, 0x0, 0x412870?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc00041df10 sp=0xc00041ddf0 pc=0x455285
github.com/dgraph-io/badger/v4.(*DB).updateSize(0xc000691208, 0xc0018ac540)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/db.go:1203 +0x14a fp=0xc00041dfc0 sp=0xc00041df10 pc=0x1bd16ea
github.com/dgraph-io/badger/v4.Open.gowrap2()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/db.go:333 +0x25 fp=0xc00041dfe0 sp=0xc00041dfc0 pc=0x1bcc745
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00041dfe8 sp=0xc00041dfe0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4.Open in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/db.go:333 +0xe76
goroutine 50 gp=0xc0003dfa40 m=nil [select]:
runtime.gopark(0xc00041ff68?, 0x2?, 0x40?, 0xfe?, 0xc00041ff34?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00041fdd8 sp=0xc00041fdb8 pc=0x44344e
runtime.selectgo(0xc00041ff68, 0xc00041ff30, 0x0?, 0x0, 0x7f3?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc00041fef8 sp=0xc00041fdd8 pc=0x455285
github.com/gammazero/workerpool.(*WorkerPool).dispatch(0xc000621280)
/home/architect/go/pkg/mod/github.com/gammazero/workerpool@v1.1.3/workerpool.go:185 +0x136 fp=0xc00041ffc8 sp=0xc00041fef8 pc=0x1b70bd6
github.com/gammazero/workerpool.New.gowrap1()
/home/architect/go/pkg/mod/github.com/gammazero/workerpool@v1.1.3/workerpool.go:37 +0x25 fp=0xc00041ffe0 sp=0xc00041ffc8 pc=0x1b70a65
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00041ffe8 sp=0xc00041ffe0 pc=0x47ba81
created by github.com/gammazero/workerpool.New in goroutine 1
/home/architect/go/pkg/mod/github.com/gammazero/workerpool@v1.1.3/workerpool.go:37 +0x11b
goroutine 55 gp=0xc000852fc0 m=nil [select]:
runtime.gopark(0xc0000d7da8?, 0x2?, 0x60?, 0x0?, 0xc0000d7cb4?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000d7b48 sp=0xc0000d7b28 pc=0x44344e
runtime.selectgo(0xc0000d7da8, 0xc0000d7cb0, 0x3e6?, 0x0, 0x0?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc0000d7c68 sp=0xc0000d7b48 pc=0x455285
github.com/dgraph-io/badger/v4/y.(*WaterMark).process(0xc0018ac270, 0xc0018ac240)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/y/watermark.go:214 +0x285 fp=0xc0000d7fc0 sp=0xc0000d7c68 pc=0x1ba4ea5
github.com/dgraph-io/badger/v4/y.(*WaterMark).Init.gowrap1()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/y/watermark.go:72 +0x25 fp=0xc0000d7fe0 sp=0xc0000d7fc0 pc=0x1ba4825
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000d7fe8 sp=0xc0000d7fe0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4/y.(*WaterMark).Init in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/y/watermark.go:72 +0xa7
goroutine 56 gp=0xc000853180 m=nil [select]:
runtime.gopark(0xc0000d9da8?, 0x2?, 0x2?, 0x0?, 0xc0000d9cb4?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000d9b48 sp=0xc0000d9b28 pc=0x44344e
runtime.selectgo(0xc0000d9da8, 0xc0000d9cb0, 0x0?, 0x0, 0x0?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc0000d9c68 sp=0xc0000d9b48 pc=0x455285
github.com/dgraph-io/badger/v4/y.(*WaterMark).process(0xc0018ac2a0, 0xc0018ac240)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/y/watermark.go:214 +0x285 fp=0xc0000d9fc0 sp=0xc0000d9c68 pc=0x1ba4ea5
github.com/dgraph-io/badger/v4/y.(*WaterMark).Init.gowrap1()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/y/watermark.go:72 +0x25 fp=0xc0000d9fe0 sp=0xc0000d9fc0 pc=0x1ba4825
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000d9fe8 sp=0xc0000d9fe0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4/y.(*WaterMark).Init in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/y/watermark.go:72 +0xa7
goroutine 57 gp=0xc002182380 m=nil [select]:
runtime.gopark(0xc00011f760?, 0x2?, 0x60?, 0x0?, 0xc00011f73c?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00011f5e0 sp=0xc00011f5c0 pc=0x44344e
runtime.selectgo(0xc00011f760, 0xc00011f738, 0x0?, 0x0, 0x0?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc00011f700 sp=0xc00011f5e0 pc=0x455285
github.com/dgraph-io/ristretto/z.(*AllocatorPool).freeupAllocators(0xc001c86630)
/home/architect/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.1/z/allocator.go:385 +0x125 fp=0xc00011f7c8 sp=0xc00011f700 pc=0x1b9a2c5
github.com/dgraph-io/ristretto/z.NewAllocatorPool.gowrap1()
/home/architect/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.1/z/allocator.go:324 +0x25 fp=0xc00011f7e0 sp=0xc00011f7c8 pc=0x1b99ee5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00011f7e8 sp=0xc00011f7e0 pc=0x47ba81
created by github.com/dgraph-io/ristretto/z.NewAllocatorPool in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.1/z/allocator.go:324 +0xb9
goroutine 58 gp=0xc002182540 m=nil [select]:
runtime.gopark(0xc00011bf48?, 0x2?, 0x60?, 0x0?, 0xc00011bf34?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc00011bdd8 sp=0xc00011bdb8 pc=0x44344e
runtime.selectgo(0xc00011bf48, 0xc00011bf30, 0x0?, 0x0, 0x0?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc00011bef8 sp=0xc00011bdd8 pc=0x455285
github.com/dgraph-io/badger/v4.(*DB).monitorCache(0xc000691208, 0xc0018ac480)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/db.go:471 +0x17c fp=0xc00011bfc0 sp=0xc00011bef8 pc=0x1bccf5c
github.com/dgraph-io/badger/v4.Open.gowrap1()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/db.go:313 +0x25 fp=0xc00011bfe0 sp=0xc00011bfc0 pc=0x1bcc7a5
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00011bfe8 sp=0xc00011bfe0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4.Open in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/db.go:313 +0xc69
goroutine 208 gp=0xc002202e00 m=nil [select]:
runtime.gopark(0xc0000daed8?, 0x2?, 0xc8?, 0xb5?, 0xc0000dae8c?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000dad30 sp=0xc0000dad10 pc=0x44344e
runtime.selectgo(0xc0000daed8, 0xc0000dae88, 0x10?, 0x0, 0x0?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc0000dae50 sp=0xc0000dad30 pc=0x455285
github.com/dgraph-io/badger/v4.(*levelsController).runCompactor(0xc001884070, 0x3, 0xc0005fa900)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:513 +0x314 fp=0xc0000dafb8 sp=0xc0000dae50 pc=0x1be55b4
github.com/dgraph-io/badger/v4.(*levelsController).startCompact.gowrap1()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x28 fp=0xc0000dafe0 sp=0xc0000dafb8 pc=0x1be4e48
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000dafe8 sp=0xc0000dafe0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4.(*levelsController).startCompact in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x58
goroutine 207 gp=0xc001630380 m=nil [select]:
runtime.gopark(0xc001d75ed8?, 0x2?, 0x58?, 0x5d?, 0xc001d75e8c?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc001d75d30 sp=0xc001d75d10 pc=0x44344e
runtime.selectgo(0xc001d75ed8, 0xc001d75e88, 0x1000?, 0x0, 0x664e38a0?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc001d75e50 sp=0xc001d75d30 pc=0x455285
github.com/dgraph-io/badger/v4.(*levelsController).runCompactor(0xc001884070, 0x2, 0xc0005fa900)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:513 +0x314 fp=0xc001d75fb8 sp=0xc001d75e50 pc=0x1be55b4
github.com/dgraph-io/badger/v4.(*levelsController).startCompact.gowrap1()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x28 fp=0xc001d75fe0 sp=0xc001d75fb8 pc=0x1be4e48
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc001d75fe8 sp=0xc001d75fe0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4.(*levelsController).startCompact in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x58
goroutine 206 gp=0xc001630e00 m=nil [select]:
runtime.gopark(0xc0000d6ed8?, 0x2?, 0x58?, 0x7d?, 0xc0000d6e8c?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000d6d30 sp=0xc0000d6d10 pc=0x44344e
runtime.selectgo(0xc0000d6ed8, 0xc0000d6e88, 0x342d6168636f6d2d?, 0x0, 0x6f6c762e32323933?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc0000d6e50 sp=0xc0000d6d30 pc=0x455285
github.com/dgraph-io/badger/v4.(*levelsController).runCompactor(0xc001884070, 0x1, 0xc0005fa900)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:513 +0x314 fp=0xc0000d6fb8 sp=0xc0000d6e50 pc=0x1be55b4
github.com/dgraph-io/badger/v4.(*levelsController).startCompact.gowrap1()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x28 fp=0xc0000d6fe0 sp=0xc0000d6fb8 pc=0x1be4e48
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000d6fe8 sp=0xc0000d6fe0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4.(*levelsController).startCompact in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x58
goroutine 205 gp=0xc001631340 m=nil [select]:
runtime.gopark(0xc0000dbed8?, 0x2?, 0x58?, 0x95?, 0xc0000dbe8c?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000dbd30 sp=0xc0000dbd10 pc=0x44344e
runtime.selectgo(0xc0000dbed8, 0xc0000dbe88, 0x0?, 0x0, 0x0?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc0000dbe50 sp=0xc0000dbd30 pc=0x455285
github.com/dgraph-io/badger/v4.(*levelsController).runCompactor(0xc001884070, 0x0, 0xc0005fa900)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:513 +0x314 fp=0xc0000dbfb8 sp=0xc0000dbe50 pc=0x1be55b4
github.com/dgraph-io/badger/v4.(*levelsController).startCompact.gowrap1()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x28 fp=0xc0000dbfe0 sp=0xc0000dbfb8 pc=0x1be4e48
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000dbfe8 sp=0xc0000dbfe0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4.(*levelsController).startCompact in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x58
goroutine 209 gp=0xc002202fc0 m=nil [select]:
runtime.gopark(0xc001d76ed8?, 0x2?, 0xc8?, 0x6d?, 0xc001d76e8c?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc001d76d30 sp=0xc001d76d10 pc=0x44344e
runtime.selectgo(0xc001d76ed8, 0xc001d76e88, 0x38e00000007?, 0x0, 0xc0000bff40?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc001d76e50 sp=0xc001d76d30 pc=0x455285
github.com/dgraph-io/badger/v4.(*levelsController).runCompactor(0xc001884070, 0x4, 0xc0005fa900)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:513 +0x314 fp=0xc001d76fb8 sp=0xc001d76e50 pc=0x1be55b4
github.com/dgraph-io/badger/v4.(*levelsController).startCompact.gowrap1()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x28 fp=0xc001d76fe0 sp=0xc001d76fb8 pc=0x1be4e48
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc001d76fe8 sp=0xc001d76fe0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4.(*levelsController).startCompact in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x58
goroutine 242 gp=0xc002203180 m=nil [select]:
runtime.gopark(0xc001d72ed8?, 0x2?, 0xc8?, 0xc5?, 0xc001d72e8c?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc001d72d30 sp=0xc001d72d10 pc=0x44344e
runtime.selectgo(0xc001d72ed8, 0xc001d72e88, 0x0?, 0x0, 0xa?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc001d72e50 sp=0xc001d72d30 pc=0x455285
github.com/dgraph-io/badger/v4.(*levelsController).runCompactor(0xc001884070, 0x5, 0xc0005fa900)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:513 +0x314 fp=0xc001d72fb8 sp=0xc001d72e50 pc=0x1be55b4
github.com/dgraph-io/badger/v4.(*levelsController).startCompact.gowrap1()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x28 fp=0xc001d72fe0 sp=0xc001d72fb8 pc=0x1be4e48
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc001d72fe8 sp=0xc001d72fe0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4.(*levelsController).startCompact in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x58
goroutine 243 gp=0xc002203340 m=nil [select]:
runtime.gopark(0xc0000d4ed8?, 0x2?, 0xc8?, 0xcd?, 0xc0000d4e8c?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc0000d4d30 sp=0xc0000d4d10 pc=0x44344e
runtime.selectgo(0xc0000d4ed8, 0xc0000d4e88, 0xc0000bff40?, 0x0, 0x10?, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/select.go:327 +0x725 fp=0xc0000d4e50 sp=0xc0000d4d30 pc=0x455285
github.com/dgraph-io/badger/v4.(*levelsController).runCompactor(0xc001884070, 0x6, 0xc0005fa900)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:513 +0x314 fp=0xc0000d4fb8 sp=0xc0000d4e50 pc=0x1be55b4
github.com/dgraph-io/badger/v4.(*levelsController).startCompact.gowrap1()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x28 fp=0xc0000d4fe0 sp=0xc0000d4fb8 pc=0x1be4e48
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000d4fe8 sp=0xc0000d4fe0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4.(*levelsController).startCompact in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/levels.go:354 +0x58
goroutine 244 gp=0xc002203500 m=nil [chan receive]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/proc.go:402 +0xce fp=0xc001ec5690 sp=0xc001ec5670 pc=0x44344e
runtime.chanrecv(0xc0001ee120, 0xc001ec5790, 0x1)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/chan.go:583 +0x3bf fp=0xc001ec5708 sp=0xc001ec5690 pc=0x40cd3f
runtime.chanrecv2(0x0?, 0x0?)
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/chan.go:447 +0x12 fp=0xc001ec5730 sp=0xc001ec5708 pc=0x40c972
github.com/dgraph-io/badger/v4.(*DB).flushMemtable(0xc000691208, 0x0?)
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/db.go:1110 +0x7a fp=0xc001ec57c0 sp=0xc001ec5730 pc=0x1bd0e9a
github.com/dgraph-io/badger/v4.Open.func5()
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/db.go:359 +0x1e fp=0xc001ec57e0 sp=0xc001ec57c0 pc=0x1bcc6fe
runtime.goexit({})
/home/architect/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc001ec57e8 sp=0xc001ec57e0 pc=0x47ba81
created by github.com/dgraph-io/badger/v4.Open in goroutine 1
/home/architect/go/pkg/mod/github.com/dgraph-io/badger/v4@v4.2.1-0.20240106094458-1c417aa3799c/db.go:358 +0x10bd
celestia-bridge.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
celestia-bridge.service: Failed with result 'exit-code'.
celestia-bridge.service: Consumed 3.659s CPU time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment