sourcegraph / app

Issue tracker for the Sourcegraph app - a lightweight single-binary version of Sourcegraph for your local machine
27 stars 2 forks source link

I can not start cody on my mac #95

Open imotai opened 8 months ago

imotai commented 8 months ago

The error screen shot

The cody version:Version 2023.9.22+1398.91e4161d32 (20230922.170923) The mac version:macOs Sonoma The error log

[2023-11-13][06:35:58][ERROR][app] ✱ Cody App version: 2023.9.22+1398.91e4161d32 darwin amd64
[2023-11-13][06:38:12][ERROR][app] ✱ Cody App version: 2023.9.22+1398.91e4161d32 darwin amd64
[2023-11-13][06:43:12][ERROR][app] panic: (bug) frontend configuration server failed to start after 5m0s, this may indicate the DB is inaccessible
[2023-11-13][06:43:12][ERROR][app] 
[2023-11-13][06:43:12][ERROR][app] goroutine 307 [running]:
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).checkDeadlock(0x10408c4a0?)
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/store.go:175 +0x2d4
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).WaitUntilInitialized(0xc0001a7cc0)
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/store.go:137 +0x2f
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*client).Watch(0xc000a17b00, 0x10b8ee158)
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/client.go:170 +0x11d
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.Watch(0xc001fed3e0?)
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/client.go:137 +0x28
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0.func2()
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:52 +0x25
[2023-11-13][06:43:12][ERROR][app] created by github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:51 +0xa9
[2023-11-13][06:43:12][ERROR][app] 
[2023-11-13][06:43:12][ERROR][app] goroutine 1 [sync.Cond.Wait]:
[2023-11-13][06:43:12][ERROR][app] sync.runtime_notifyListWait(0xc000613248, 0x306)
[2023-11-13][06:43:12][ERROR][app]  runtime/sema.go:527 +0x14c
[2023-11-13][06:43:12][ERROR][app] sync.(*Cond).Wait(0xd?)
[2023-11-13][06:43:12][ERROR][app]  sync/cond.go:70 +0x8c
[2023-11-13][06:43:12][ERROR][app] net/http.(*http2pipe).Read(0xc000613230, {0xc0037344af, 0x21b51, 0x21b51})
[2023-11-13][06:43:12][ERROR][app]  net/http/h2_bundle.go:3688 +0xeb
[2023-11-13][06:43:12][ERROR][app] net/http.http2transportResponseBody.Read({0xc002ed2000?}, {0xc0037344af?, 0x24000?, 0x24000?})
[2023-11-13][06:43:12][ERROR][app]  net/http/h2_bundle.go:9470 +0x85
[2023-11-13][06:43:12][ERROR][app] io.ReadAll({0x139132b58, 0xc000613200})
[2023-11-13][06:43:12][ERROR][app]  io/io.go:701 +0x103
[2023-11-13][06:43:12][ERROR][app] io/ioutil.ReadAll(...)
[2023-11-13][06:43:12][ERROR][app]  io/ioutil/ioutil.go:27
[2023-11-13][06:43:12][ERROR][app] github.com/fergusstrange/embedded-postgres.defaultRemoteFetchStrategy.func1()
[2023-11-13][06:43:12][ERROR][app]  github.com/fergusstrange/embedded-postgres@v1.19.0/remote_fetch.go:48 +0x288
[2023-11-13][06:43:12][ERROR][app] github.com/fergusstrange/embedded-postgres.(*EmbeddedPostgres).Start(0xc000253ef0)
[2023-11-13][06:43:12][ERROR][app]  github.com/fergusstrange/embedded-postgres@v1.19.0/embedded_postgres.go:100 +0x313
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.startEmbeddedPostgreSQL({0x10cefed08, 0xc002dae900}, {0xc000fafcc0, 0x4c})
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:144 +0x795
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.initPostgreSQL({0x10cefed08, 0xc002dae900}, {0xc000fafcc0?, 0x12?})
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:39 +0x53
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.Init({0x10cefed08, 0xc002dae900})
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/singleprogram.go:109 +0xbc5
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main.func3(0xc001e72f20?)
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:90 +0xa7
[2023-11-13][06:43:12][ERROR][app] github.com/urfave/cli/v2.(*Command).Run(0xc001e72f20, 0xc002dae580, {0xc000074050, 0x5, 0x5})
[2023-11-13][06:43:12][ERROR][app]  github.com/urfave/cli/v2@v2.25.7/command.go:274 +0x9eb
[2023-11-13][06:43:12][ERROR][app] github.com/urfave/cli/v2.(*App).RunContext(0xc000b56960, {0x10cee3110?, 0xc00007c078}, {0xc000074050, 0x5, 0x5})
[2023-11-13][06:43:12][ERROR][app]  github.com/urfave/cli/v2@v2.25.7/app.go:332 +0x616
[2023-11-13][06:43:12][ERROR][app] github.com/urfave/cli/v2.(*App).Run(...)
[2023-11-13][06:43:12][ERROR][app]  github.com/urfave/cli/v2@v2.25.7/app.go:309
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main({0x10fd7b1a0, 0xc, 0xc}, {0x79?, 0x10b8ee138?}, {0xc000074050?, 0x5, 0x5})
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:101 +0x6d6
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/cmd/sourcegraph/osscmd.MainOSS(...)
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/sourcegraph/osscmd/osscmd.go:21
[2023-11-13][06:43:12][ERROR][app] main.main()
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/sourcegraph/main.go:48 +0xd4
[2023-11-13][06:43:12][ERROR][app] 
[2023-11-13][06:43:12][ERROR][app] goroutine 46 [select]:
[2023-11-13][06:43:12][ERROR][app] go.opencensus.io/stats/view.(*worker).start(0xc000208c00)
[2023-11-13][06:43:12][ERROR][app]  go.opencensus.io@v0.24.0/stats/view/worker.go:292 +0xad
[2023-11-13][06:43:12][ERROR][app] created by go.opencensus.io/stats/view.init.0
[2023-11-13][06:43:12][ERROR][app]  go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x96
[2023-11-13][06:43:12][ERROR][app] 
[2023-11-13][06:43:12][ERROR][app] goroutine 120 [select]:
[2023-11-13][06:43:12][ERROR][app] github.com/golang/glog.(*fileSink).flushDaemon(0x11039d4f8)
[2023-11-13][06:43:12][ERROR][app]  github.com/golang/glog@v1.1.0/glog_file.go:345 +0xcd
[2023-11-13][06:43:12][ERROR][app] created by github.com/golang/glog.init.1
[2023-11-13][06:43:12][ERROR][app]  github.com/golang/glog@v1.1.0/glog_file.go:163 +0x17f
[2023-11-13][06:43:12][ERROR][app] 
[2023-11-13][06:43:12][ERROR][app] goroutine 218 [select, 5 minutes]:
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/internal/limiter.(*MutableLimiter).do(0xc0022364e0, 0x20)
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:94 +0x1bd
[2023-11-13][06:43:12][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/limiter.NewMutable
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:38 +0x105
[2023-11-13][06:43:12][ERROR][app] 
[2023-11-13][06:43:12][ERROR][app] goroutine 296 [select]:
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).consume(0xc002dac6f0)
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/log@v0.0.0-20230918165208-4a174e4ec4cf/internal/sinkcores/sentrycore/worker.go:59 +0xd7
[2023-11-13][06:43:12][ERROR][app] created by github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).start
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/log@v0.0.0-20230918165208-4a174e4ec4cf/internal/sinkcores/sentrycore/worker.go:51 +0x56
[2023-11-13][06:43:12][ERROR][app] 
[2023-11-13][06:43:12][ERROR][app] goroutine 297 [select, 5 minutes]:
[2023-11-13][06:43:12][ERROR][app] io.(*pipe).read(0xc001fed680, {0xc00222d000, 0x1000, 0x1?})
[2023-11-13][06:43:12][ERROR][app]  io/pipe.go:57 +0xb1
[2023-11-13][06:43:12][ERROR][app] io.(*PipeReader).Read(0x0?, {0xc00222d000?, 0x0?, 0x0?})
[2023-11-13][06:43:12][ERROR][app]  io/pipe.go:136 +0x25
[2023-11-13][06:43:12][ERROR][app] bufio.(*Scanner).Scan(0xc0000c6f50)
[2023-11-13][06:43:12][ERROR][app]  bufio/scan.go:214 +0x876
[2023-11-13][06:43:12][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter.func1()
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:186 +0xda
[2023-11-13][06:43:12][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter
[2023-11-13][06:43:12][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:184 +0x1c5
[2023-11-13][06:43:12][ERROR][app] 
[2023-11-13][06:43:12][ERROR][app] goroutine 305 [select, 5 minutes]:
[2023-11-13][06:43:12][ERROR][app] net/http.(*http2clientStream).writeRequest(0xc000613200, 0xc00232ef00)
[2023-11-13][06:43:12][ERROR][app]  net/http/h2_bundle.go:8399 +0xa67
[2023-11-13][06:43:12][ERROR][app] net/http.(*http2clientStream).doRequest(0x0?, 0x0?)
[2023-11-13][06:43:12][ERROR][app]  net/http/h2_bundle.go:8261 +0x1e
[2023-11-13][06:43:12][ERROR][app] created by net/http.(*http2ClientConn).RoundTrip
[2023-11-13][06:43:12][ERROR][app]  net/http/h2_bundle.go:8190 +0x34a
[2023-11-13][06:43:12][ERROR][app] 
[2023-11-13][06:43:12][ERROR][app] goroutine 304 [IO wait]:
[2023-11-13][06:43:12][ERROR][app] internal/poll.runtime_pollWait(0x139132818, 0x72)
[2023-11-13][06:43:12][ERROR][app]  runtime/netpoll.go:306 +0x89
[2023-11-13][06:43:12][ERROR][app] internal/poll.(*pollDesc).wait(0xc002d63680?, 0xc000792000?, 0x0)
[2023-11-13][06:43:12][ERROR][app]  internal/poll/fd_poll_runtime.go:84 +0x32
[2023-11-13][06:43:12][ERROR][app] internal/poll.(*pollDesc).waitRead(...)
[2023-11-13][06:43:12][ERROR][app]  internal/poll/fd_poll_runtime.go:89
[2023-11-13][06:43:12][ERROR][app] internal/poll.(*FD).Read(0xc002d63680, {0xc000792000, 0x1300, 0x1300})
[2023-11-13][06:43:12][ERROR][app]  internal/poll/fd_unix.go:167 +0x299
[2023-11-13][06:43:12][ERROR][app] net.(*netFD).Read(0xc002d63680, {0xc000792000?, 0xc000792005?, 0xc002db6818?})
[2023-11-13][06:43:12][ERROR][app]  net/fd_posix.go:55 +0x29
[2023-11-13][06:43:12][ERROR][app] net.(*conn).Read(0xc000728698, {0xc000792000?, 0x12fb?, 0x557?})
[2023-11-13][06:43:12][ERROR][app]  net/net.go:183 +0x45
[2023-11-13][06:43:12][ERROR][app] crypto/tls.(*atLeastReader).Read(0xc0022b2048, {0xc000792000?, 0xc0022b2048?, 0x0?})
[2023-11-13][06:43:12][ERROR][app]  crypto/tls/conn.go:788 +0x3d
[2023-11-13][06:43:12][ERROR][app] bytes.(*Buffer).ReadFrom(0xc001648d10, {0x10ce97e00, 0xc0022b2048})
[2023-11-13][06:43:12][ERROR][app]  bytes/buffer.go:202 +0x98
[2023-11-13][06:43:12][ERROR][app] crypto/tls.(*Conn).readFromUntil(0xc001648a80, {0x139055128?, 0xc000728698}, 0x1300?)
[2023-11-13][06:43:12][ERROR][app]  crypto/tls/conn.go:810 +0xe5
[2023-11-13][06:43:12][ERROR][app] crypto/tls.(*Conn).readRecordOrCCS(0xc001648a80, 0x0)
[2023-11-13][06:43:12][ERROR][app]  crypto/tls/conn.go:617 +0x116
[2023-11-13][06:43:12][ERROR][app] crypto/tls.(*Conn).readRecord(...)
[2023-11-13][06:43:12][ERROR][app]  crypto/tls/conn.go:583
[2023-11-13][06:43:12][ERROR][app] crypto/tls.(*Conn).Read(0xc001648a80, {0xc002dd7000, 0x1000, 0xa85?})
[2023-11-13][06:43:12][ERROR][app]  crypto/tls/conn.go:1316 +0x16f
[2023-11-13][06:43:12][ERROR][app] bufio.(*Reader).Read(0xc002dd40c0, {0xc002e7453e, 0x547, 0x9?})
[2023-11-13][06:43:12][ERROR][app]  bufio/bufio.go:237 +0x1bb
[2023-11-13][06:43:12][ERROR][app] io.ReadAtLeast({0x10ce93dc0, 0xc002dd40c0}, {0xc002e74000, 0xa85, 0x4000}, 0xa85)
[2023-11-13][06:43:12][ERROR][app]  io/io.go:332 +0x9a
[2023-11-13][06:43:12][ERROR][app] io.ReadFull(...)
[2023-11-13][06:43:12][ERROR][app]  io/io.go:351
[2023-11-13][06:43:12][ERROR][app] net/http.(*http2Framer).ReadFrame(0xc0000775e0)
[2023-11-13][06:43:12][ERROR][app]  net/http/h2_bundle.go:1839 +0x125
[2023-11-13][06:43:12][ERROR][app] net/http.(*http2clientConnReadLoop).run(0xc002db6f98)
[2023-11-13][06:43:12][ERROR][app]  net/http/h2_bundle.go:9187 +0x12e
[2023-11-13][06:43:12][ERROR][app] net/http.(*http2ClientConn).readLoop(0xc000613080)
[2023-11-13][06:43:12][ERROR][app]  net/http/h2_bundle.go:9082 +0x6f
[2023-11-13][06:43:12][ERROR][app] created by net/http.(*http2Transport).newClientConn
[2023-11-13][06:43:12][ERROR][app]  net/http/h2_bundle.go:7779 +0xc3c
[2023-11-13][06:43:12][ERROR][app] Cody app backend terminated with exit code 2
[2023-11-13][06:43:46][ERROR][app::common] No such file or directory (os error 2)
[2023-11-13][06:43:47][ERROR][app] ✱ Cody App version: 2023.9.22+1398.91e4161d32 darwin amd64
[2023-11-13][06:48:47][ERROR][app] panic: (bug) frontend configuration server failed to start after 5m0s, this may indicate the DB is inaccessible
[2023-11-13][06:48:47][ERROR][app] 
[2023-11-13][06:48:47][ERROR][app] goroutine 261 [running]:
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).checkDeadlock(0x10408c4a0?)
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/store.go:175 +0x2d4
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).WaitUntilInitialized(0xc00098fcc0)
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/store.go:137 +0x2f
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*client).Watch(0xc000effc00, 0x10b8ee158)
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/client.go:170 +0x11d
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.Watch(0xc001f469c0?)
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/client.go:137 +0x28
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0.func2()
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:52 +0x25
[2023-11-13][06:48:47][ERROR][app] created by github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:51 +0xa9
[2023-11-13][06:48:47][ERROR][app] 
[2023-11-13][06:48:47][ERROR][app] goroutine 1 [sync.Cond.Wait]:
[2023-11-13][06:48:47][ERROR][app] sync.runtime_notifyListWait(0xc001ef2c48, 0x360)
[2023-11-13][06:48:47][ERROR][app]  runtime/sema.go:527 +0x14c
[2023-11-13][06:48:47][ERROR][app] sync.(*Cond).Wait(0x1002ecac6?)
[2023-11-13][06:48:47][ERROR][app]  sync/cond.go:70 +0x8c
[2023-11-13][06:48:47][ERROR][app] net/http.(*http2pipe).Read(0xc001ef2c30, {0xc00309276e, 0x63892, 0x63892})
[2023-11-13][06:48:47][ERROR][app]  net/http/h2_bundle.go:3688 +0xeb
[2023-11-13][06:48:47][ERROR][app] net/http.http2transportResponseBody.Read({0xc0033dc000?}, {0xc00309276e?, 0x139263680?, 0xc0010806e0?})
[2023-11-13][06:48:47][ERROR][app]  net/http/h2_bundle.go:9470 +0x85
[2023-11-13][06:48:47][ERROR][app] io.ReadAll({0x139263680, 0xc001ef2c00})
[2023-11-13][06:48:47][ERROR][app]  io/io.go:701 +0x103
[2023-11-13][06:48:47][ERROR][app] io/ioutil.ReadAll(...)
[2023-11-13][06:48:47][ERROR][app]  io/ioutil/ioutil.go:27
[2023-11-13][06:48:47][ERROR][app] github.com/fergusstrange/embedded-postgres.defaultRemoteFetchStrategy.func1()
[2023-11-13][06:48:47][ERROR][app]  github.com/fergusstrange/embedded-postgres@v1.19.0/remote_fetch.go:48 +0x288
[2023-11-13][06:48:47][ERROR][app] github.com/fergusstrange/embedded-postgres.(*EmbeddedPostgres).Start(0xc0007222d0)
[2023-11-13][06:48:47][ERROR][app]  github.com/fergusstrange/embedded-postgres@v1.19.0/embedded_postgres.go:100 +0x313
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.startEmbeddedPostgreSQL({0x10cefed08, 0xc000883980}, {0xc0010349b0, 0x4c})
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:144 +0x795
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.initPostgreSQL({0x10cefed08, 0xc000883980}, {0xc0010349b0?, 0x12?})
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:39 +0x53
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.Init({0x10cefed08, 0xc000883980})
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/singleprogram.go:109 +0xbc5
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main.func3(0xc001d2cc60?)
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:90 +0xa7
[2023-11-13][06:48:47][ERROR][app] github.com/urfave/cli/v2.(*Command).Run(0xc001d2cc60, 0xc000883600, {0xc0000740a0, 0x5, 0x5})
[2023-11-13][06:48:47][ERROR][app]  github.com/urfave/cli/v2@v2.25.7/command.go:274 +0x9eb
[2023-11-13][06:48:47][ERROR][app] github.com/urfave/cli/v2.(*App).RunContext(0xc0004b9860, {0x10cee3110?, 0xc00007c078}, {0xc0000740a0, 0x5, 0x5})
[2023-11-13][06:48:47][ERROR][app]  github.com/urfave/cli/v2@v2.25.7/app.go:332 +0x616
[2023-11-13][06:48:47][ERROR][app] github.com/urfave/cli/v2.(*App).Run(...)
[2023-11-13][06:48:47][ERROR][app]  github.com/urfave/cli/v2@v2.25.7/app.go:309
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main({0x10fd7b1a0, 0xc, 0xc}, {0x79?, 0x10b8ee138?}, {0xc0000740a0?, 0x5, 0x5})
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:101 +0x6d6
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/cmd/sourcegraph/osscmd.MainOSS(...)
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/sourcegraph/osscmd/osscmd.go:21
[2023-11-13][06:48:47][ERROR][app] main.main()
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/sourcegraph/main.go:48 +0xd4
[2023-11-13][06:48:47][ERROR][app] 
[2023-11-13][06:48:47][ERROR][app] goroutine 82 [select]:
[2023-11-13][06:48:47][ERROR][app] go.opencensus.io/stats/view.(*worker).start(0xc0004e0000)
[2023-11-13][06:48:47][ERROR][app]  go.opencensus.io@v0.24.0/stats/view/worker.go:292 +0xad
[2023-11-13][06:48:47][ERROR][app] created by go.opencensus.io/stats/view.init.0
[2023-11-13][06:48:47][ERROR][app]  go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x96
[2023-11-13][06:48:47][ERROR][app] 
[2023-11-13][06:48:47][ERROR][app] goroutine 102 [select]:
[2023-11-13][06:48:47][ERROR][app] github.com/golang/glog.(*fileSink).flushDaemon(0x11039d4f8)
[2023-11-13][06:48:47][ERROR][app]  github.com/golang/glog@v1.1.0/glog_file.go:345 +0xcd
[2023-11-13][06:48:47][ERROR][app] created by github.com/golang/glog.init.1
[2023-11-13][06:48:47][ERROR][app]  github.com/golang/glog@v1.1.0/glog_file.go:163 +0x17f
[2023-11-13][06:48:47][ERROR][app] 
[2023-11-13][06:48:47][ERROR][app] goroutine 156 [select, 5 minutes]:
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/internal/limiter.(*MutableLimiter).do(0xc001ef5950, 0x20)
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:94 +0x1bd
[2023-11-13][06:48:47][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/limiter.NewMutable
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:38 +0x105
[2023-11-13][06:48:47][ERROR][app] 
[2023-11-13][06:48:47][ERROR][app] goroutine 263 [select]:
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).consume(0xc001ea0540)
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/log@v0.0.0-20230918165208-4a174e4ec4cf/internal/sinkcores/sentrycore/worker.go:59 +0xd7
[2023-11-13][06:48:47][ERROR][app] created by github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).start
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/log@v0.0.0-20230918165208-4a174e4ec4cf/internal/sinkcores/sentrycore/worker.go:51 +0x56
[2023-11-13][06:48:47][ERROR][app] 
[2023-11-13][06:48:47][ERROR][app] goroutine 264 [select, 5 minutes]:
[2023-11-13][06:48:47][ERROR][app] io.(*pipe).read(0xc00012fec0, {0xc000bde000, 0x1000, 0x1?})
[2023-11-13][06:48:47][ERROR][app]  io/pipe.go:57 +0xb1
[2023-11-13][06:48:47][ERROR][app] io.(*PipeReader).Read(0x0?, {0xc000bde000?, 0x0?, 0x0?})
[2023-11-13][06:48:47][ERROR][app]  io/pipe.go:136 +0x25
[2023-11-13][06:48:47][ERROR][app] bufio.(*Scanner).Scan(0xc001d55f50)
[2023-11-13][06:48:47][ERROR][app]  bufio/scan.go:214 +0x876
[2023-11-13][06:48:47][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter.func1()
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:186 +0xda
[2023-11-13][06:48:47][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter
[2023-11-13][06:48:47][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:184 +0x1c5
[2023-11-13][06:48:47][ERROR][app] 
[2023-11-13][06:48:47][ERROR][app] goroutine 273 [select, 5 minutes]:
[2023-11-13][06:48:47][ERROR][app] net/http.(*http2clientStream).writeRequest(0xc001ef2c00, 0xc001e09200)
[2023-11-13][06:48:47][ERROR][app]  net/http/h2_bundle.go:8399 +0xa67
[2023-11-13][06:48:47][ERROR][app] net/http.(*http2clientStream).doRequest(0x13?, 0x1?)
[2023-11-13][06:48:47][ERROR][app]  net/http/h2_bundle.go:8261 +0x1e
[2023-11-13][06:48:47][ERROR][app] created by net/http.(*http2ClientConn).RoundTrip
[2023-11-13][06:48:47][ERROR][app]  net/http/h2_bundle.go:8190 +0x34a
[2023-11-13][06:48:47][ERROR][app] 
[2023-11-13][06:48:47][ERROR][app] goroutine 272 [IO wait]:
[2023-11-13][06:48:47][ERROR][app] internal/poll.runtime_pollWait(0x139262ba0, 0x72)
[2023-11-13][06:48:47][ERROR][app]  runtime/netpoll.go:306 +0x89
[2023-11-13][06:48:47][ERROR][app] internal/poll.(*pollDesc).wait(0xc0003deb00?, 0xc000bb7300?, 0x0)
[2023-11-13][06:48:47][ERROR][app]  internal/poll/fd_poll_runtime.go:84 +0x32
[2023-11-13][06:48:47][ERROR][app] internal/poll.(*pollDesc).waitRead(...)
[2023-11-13][06:48:47][ERROR][app]  internal/poll/fd_poll_runtime.go:89
[2023-11-13][06:48:47][ERROR][app] internal/poll.(*FD).Read(0xc0003deb00, {0xc000bb7300, 0x1300, 0x1300})
[2023-11-13][06:48:47][ERROR][app]  internal/poll/fd_unix.go:167 +0x299
[2023-11-13][06:48:47][ERROR][app] net.(*netFD).Read(0xc0003deb00, {0xc000bb7300?, 0xd?, 0xc000859900?})
[2023-11-13][06:48:47][ERROR][app]  net/fd_posix.go:55 +0x29
[2023-11-13][06:48:47][ERROR][app] net.(*conn).Read(0xc0001284e8, {0xc000bb7300?, 0x100258a03?, 0xc000bb730d?})
[2023-11-13][06:48:47][ERROR][app]  net/net.go:183 +0x45
[2023-11-13][06:48:47][ERROR][app] crypto/tls.(*atLeastReader).Read(0xc001f589f0, {0xc000bb7300?, 0xc001f589f0?, 0x0?})
[2023-11-13][06:48:47][ERROR][app]  crypto/tls/conn.go:788 +0x3d
[2023-11-13][06:48:47][ERROR][app] bytes.(*Buffer).ReadFrom(0xc001f92d10, {0x10ce97e00, 0xc001f589f0})
[2023-11-13][06:48:47][ERROR][app]  bytes/buffer.go:202 +0x98
[2023-11-13][06:48:47][ERROR][app] crypto/tls.(*Conn).readFromUntil(0xc001f92a80, {0x139262c90?, 0xc0001284e8}, 0xc000bb730d?)
[2023-11-13][06:48:47][ERROR][app]  crypto/tls/conn.go:810 +0xe5
[2023-11-13][06:48:47][ERROR][app] crypto/tls.(*Conn).readRecordOrCCS(0xc001f92a80, 0x0)
[2023-11-13][06:48:47][ERROR][app]  crypto/tls/conn.go:617 +0x116
[2023-11-13][06:48:47][ERROR][app] crypto/tls.(*Conn).readRecord(...)
[2023-11-13][06:48:47][ERROR][app]  crypto/tls/conn.go:583
[2023-11-13][06:48:47][ERROR][app] crypto/tls.(*Conn).Read(0xc001f92a80, {0xc000e36000, 0x1000, 0xc0005e5cc0?})
[2023-11-13][06:48:47][ERROR][app]  crypto/tls/conn.go:1316 +0x16f
[2023-11-13][06:48:47][ERROR][app] bufio.(*Reader).Read(0xc0004a7380, {0xc000076120, 0x9, 0xa85?})
[2023-11-13][06:48:47][ERROR][app]  bufio/bufio.go:237 +0x1bb
[2023-11-13][06:48:47][ERROR][app] io.ReadAtLeast({0x10ce93dc0, 0xc0004a7380}, {0xc000076120, 0x9, 0x9}, 0x9)
[2023-11-13][06:48:47][ERROR][app]  io/io.go:332 +0x9a
[2023-11-13][06:48:47][ERROR][app] io.ReadFull(...)
[2023-11-13][06:48:47][ERROR][app]  io/io.go:351
[2023-11-13][06:48:47][ERROR][app] net/http.http2readFrameHeader({0xc000076120?, 0x9?, 0xc0021dcc00?}, {0x10ce93dc0?, 0xc0004a7380?})
[2023-11-13][06:48:47][ERROR][app]  net/http/h2_bundle.go:1567 +0x6e
[2023-11-13][06:48:47][ERROR][app] net/http.(*http2Framer).ReadFrame(0xc0000760e0)
[2023-11-13][06:48:47][ERROR][app]  net/http/h2_bundle.go:1831 +0x95
[2023-11-13][06:48:47][ERROR][app] net/http.(*http2clientConnReadLoop).run(0xc0005e5f98)
[2023-11-13][06:48:47][ERROR][app]  net/http/h2_bundle.go:9187 +0x12e
[2023-11-13][06:48:47][ERROR][app] net/http.(*http2ClientConn).readLoop(0xc001ef2a80)
[2023-11-13][06:48:47][ERROR][app]  net/http/h2_bundle.go:9082 +0x6f
[2023-11-13][06:48:47][ERROR][app] created by net/http.(*http2Transport).newClientConn
[2023-11-13][06:48:47][ERROR][app]  net/http/h2_bundle.go:7779 +0xc3c
[2023-11-13][06:48:47][ERROR][app] Cody app backend terminated with exit code 2
[2023-11-13][06:50:08][ERROR][app] ✱ Cody App version: 2023.9.22+1398.91e4161d32 darwin amd64
[2023-11-13][06:55:08][ERROR][app] panic: (bug) frontend configuration server failed to start after 5m0s, this may indicate the DB is inaccessible
[2023-11-13][06:55:08][ERROR][app] 
[2023-11-13][06:55:08][ERROR][app] goroutine 231 [running]:
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).checkDeadlock(0x10408c4a0?)
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/store.go:175 +0x2d4
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).WaitUntilInitialized(0xc000526c80)
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/store.go:137 +0x2f
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*client).Watch(0xc0013afc00, 0x10b8ee158)
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/client.go:170 +0x11d
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.Watch(0xc00222ca20?)
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/client.go:137 +0x28
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0.func2()
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:52 +0x25
[2023-11-13][06:55:08][ERROR][app] created by github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:51 +0xa9
[2023-11-13][06:55:08][ERROR][app] 
[2023-11-13][06:55:08][ERROR][app] goroutine 1 [sync.Cond.Wait]:
[2023-11-13][06:55:08][ERROR][app] sync.runtime_notifyListWait(0xc002c101c8, 0x300)
[2023-11-13][06:55:08][ERROR][app]  runtime/sema.go:527 +0x14c
[2023-11-13][06:55:08][ERROR][app] sync.(*Cond).Wait(0xd?)
[2023-11-13][06:55:08][ERROR][app]  sync/cond.go:70 +0x8c
[2023-11-13][06:55:08][ERROR][app] net/http.(*http2pipe).Read(0xc002c101b0, {0xc0039093b7, 0x20c49, 0x20c49})
[2023-11-13][06:55:08][ERROR][app]  net/http/h2_bundle.go:3688 +0xeb
[2023-11-13][06:55:08][ERROR][app] net/http.http2transportResponseBody.Read({0xc003472000?}, {0xc0039093b7?, 0xe000?, 0xe000?})
[2023-11-13][06:55:08][ERROR][app]  net/http/h2_bundle.go:9470 +0x85
[2023-11-13][06:55:08][ERROR][app] io.ReadAll({0x1390ad970, 0xc002c10180})
[2023-11-13][06:55:08][ERROR][app]  io/io.go:701 +0x103
[2023-11-13][06:55:08][ERROR][app] io/ioutil.ReadAll(...)
[2023-11-13][06:55:08][ERROR][app]  io/ioutil/ioutil.go:27
[2023-11-13][06:55:08][ERROR][app] github.com/fergusstrange/embedded-postgres.defaultRemoteFetchStrategy.func1()
[2023-11-13][06:55:08][ERROR][app]  github.com/fergusstrange/embedded-postgres@v1.19.0/remote_fetch.go:48 +0x288
[2023-11-13][06:55:08][ERROR][app] github.com/fergusstrange/embedded-postgres.(*EmbeddedPostgres).Start(0xc0007c6870)
[2023-11-13][06:55:08][ERROR][app]  github.com/fergusstrange/embedded-postgres@v1.19.0/embedded_postgres.go:100 +0x313
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.startEmbeddedPostgreSQL({0x10cefed08, 0xc002d79300}, {0xc000179270, 0x4c})
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:144 +0x795
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.initPostgreSQL({0x10cefed08, 0xc002d79300}, {0xc000179270?, 0x12?})
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:39 +0x53
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.Init({0x10cefed08, 0xc002d79300})
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/singleprogram.go:109 +0xbc5
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main.func3(0xc00047f600?)
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:90 +0xa7
[2023-11-13][06:55:08][ERROR][app] github.com/urfave/cli/v2.(*Command).Run(0xc00047f600, 0xc002d78f80, {0xc00010e050, 0x5, 0x5})
[2023-11-13][06:55:08][ERROR][app]  github.com/urfave/cli/v2@v2.25.7/command.go:274 +0x9eb
[2023-11-13][06:55:08][ERROR][app] github.com/urfave/cli/v2.(*App).RunContext(0xc002d7e000, {0x10cee3110?, 0xc000120018}, {0xc00010e050, 0x5, 0x5})
[2023-11-13][06:55:08][ERROR][app]  github.com/urfave/cli/v2@v2.25.7/app.go:332 +0x616
[2023-11-13][06:55:08][ERROR][app] github.com/urfave/cli/v2.(*App).Run(...)
[2023-11-13][06:55:08][ERROR][app]  github.com/urfave/cli/v2@v2.25.7/app.go:309
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main({0x10fd7b1a0, 0xc, 0xc}, {0x79?, 0x10b8ee138?}, {0xc00010e050?, 0x5, 0x5})
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:101 +0x6d6
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/cmd/sourcegraph/osscmd.MainOSS(...)
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/sourcegraph/osscmd/osscmd.go:21
[2023-11-13][06:55:08][ERROR][app] main.main()
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/sourcegraph/main.go:48 +0xd4
[2023-11-13][06:55:08][ERROR][app] 
[2023-11-13][06:55:08][ERROR][app] goroutine 8 [select]:
[2023-11-13][06:55:08][ERROR][app] go.opencensus.io/stats/view.(*worker).start(0xc000086600)
[2023-11-13][06:55:08][ERROR][app]  go.opencensus.io@v0.24.0/stats/view/worker.go:292 +0xad
[2023-11-13][06:55:08][ERROR][app] created by go.opencensus.io/stats/view.init.0
[2023-11-13][06:55:08][ERROR][app]  go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x96
[2023-11-13][06:55:08][ERROR][app] 
[2023-11-13][06:55:08][ERROR][app] goroutine 239 [IO wait]:
[2023-11-13][06:55:08][ERROR][app] internal/poll.runtime_pollWait(0x138e89250, 0x72)
[2023-11-13][06:55:08][ERROR][app]  runtime/netpoll.go:306 +0x89
[2023-11-13][06:55:08][ERROR][app] internal/poll.(*pollDesc).wait(0xc001e4ea80?, 0xc000671300?, 0x0)
[2023-11-13][06:55:08][ERROR][app]  internal/poll/fd_poll_runtime.go:84 +0x32
[2023-11-13][06:55:08][ERROR][app] internal/poll.(*pollDesc).waitRead(...)
[2023-11-13][06:55:08][ERROR][app]  internal/poll/fd_poll_runtime.go:89
[2023-11-13][06:55:08][ERROR][app] internal/poll.(*FD).Read(0xc001e4ea80, {0xc000671300, 0x1300, 0x1300})
[2023-11-13][06:55:08][ERROR][app]  internal/poll/fd_unix.go:167 +0x299
[2023-11-13][06:55:08][ERROR][app] net.(*netFD).Read(0xc001e4ea80, {0xc000671300?, 0xd?, 0xc000b98500?})
[2023-11-13][06:55:08][ERROR][app]  net/fd_posix.go:55 +0x29
[2023-11-13][06:55:08][ERROR][app] net.(*conn).Read(0xc0005c4af0, {0xc000671300?, 0x100258a03?, 0xc00067130d?})
[2023-11-13][06:55:08][ERROR][app]  net/net.go:183 +0x45
[2023-11-13][06:55:08][ERROR][app] crypto/tls.(*atLeastReader).Read(0xc002231020, {0xc000671300?, 0xc002231020?, 0x0?})
[2023-11-13][06:55:08][ERROR][app]  crypto/tls/conn.go:788 +0x3d
[2023-11-13][06:55:08][ERROR][app] bytes.(*Buffer).ReadFrom(0xc001e64610, {0x10ce97e00, 0xc002231020})
[2023-11-13][06:55:08][ERROR][app]  bytes/buffer.go:202 +0x98
[2023-11-13][06:55:08][ERROR][app] crypto/tls.(*Conn).readFromUntil(0xc001e64380, {0x138e89340?, 0xc0005c4af0}, 0xc00067130d?)
[2023-11-13][06:55:08][ERROR][app]  crypto/tls/conn.go:810 +0xe5
[2023-11-13][06:55:08][ERROR][app] crypto/tls.(*Conn).readRecordOrCCS(0xc001e64380, 0x0)
[2023-11-13][06:55:08][ERROR][app]  crypto/tls/conn.go:617 +0x116
[2023-11-13][06:55:08][ERROR][app] crypto/tls.(*Conn).readRecord(...)
[2023-11-13][06:55:08][ERROR][app]  crypto/tls/conn.go:583
[2023-11-13][06:55:08][ERROR][app] crypto/tls.(*Conn).Read(0xc001e64380, {0xc002c94000, 0x1000, 0xc0000cacc0?})
[2023-11-13][06:55:08][ERROR][app]  crypto/tls/conn.go:1316 +0x16f
[2023-11-13][06:55:08][ERROR][app] bufio.(*Reader).Read(0xc002c8efc0, {0xc000076820, 0x9, 0xa85?})
[2023-11-13][06:55:08][ERROR][app]  bufio/bufio.go:237 +0x1bb
[2023-11-13][06:55:08][ERROR][app] io.ReadAtLeast({0x10ce93dc0, 0xc002c8efc0}, {0xc000076820, 0x9, 0x9}, 0x9)
[2023-11-13][06:55:08][ERROR][app]  io/io.go:332 +0x9a
[2023-11-13][06:55:08][ERROR][app] io.ReadFull(...)
[2023-11-13][06:55:08][ERROR][app]  io/io.go:351
[2023-11-13][06:55:08][ERROR][app] net/http.http2readFrameHeader({0xc000076820?, 0x9?, 0xc002da0c90?}, {0x10ce93dc0?, 0xc002c8efc0?})
[2023-11-13][06:55:08][ERROR][app]  net/http/h2_bundle.go:1567 +0x6e
[2023-11-13][06:55:08][ERROR][app] net/http.(*http2Framer).ReadFrame(0xc0000767e0)
[2023-11-13][06:55:08][ERROR][app]  net/http/h2_bundle.go:1831 +0x95
[2023-11-13][06:55:08][ERROR][app] net/http.(*http2clientConnReadLoop).run(0xc0000caf98)
[2023-11-13][06:55:08][ERROR][app]  net/http/h2_bundle.go:9187 +0x12e
[2023-11-13][06:55:08][ERROR][app] net/http.(*http2ClientConn).readLoop(0xc001d88a80)
[2023-11-13][06:55:08][ERROR][app]  net/http/h2_bundle.go:9082 +0x6f
[2023-11-13][06:55:08][ERROR][app] created by net/http.(*http2Transport).newClientConn
[2023-11-13][06:55:08][ERROR][app]  net/http/h2_bundle.go:7779 +0xc3c
[2023-11-13][06:55:08][ERROR][app] 
[2023-11-13][06:55:08][ERROR][app] goroutine 221 [select]:
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).consume(0xc002d773e0)
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/log@v0.0.0-20230918165208-4a174e4ec4cf/internal/sinkcores/sentrycore/worker.go:59 +0xd7
[2023-11-13][06:55:08][ERROR][app] created by github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).start
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/log@v0.0.0-20230918165208-4a174e4ec4cf/internal/sinkcores/sentrycore/worker.go:51 +0x56
[2023-11-13][06:55:08][ERROR][app] 
[2023-11-13][06:55:08][ERROR][app] goroutine 222 [select, 5 minutes]:
[2023-11-13][06:55:08][ERROR][app] io.(*pipe).read(0xc00222ccc0, {0xc002c90000, 0x1000, 0x1?})
[2023-11-13][06:55:08][ERROR][app]  io/pipe.go:57 +0xb1
[2023-11-13][06:55:08][ERROR][app] io.(*PipeReader).Read(0x0?, {0xc002c90000?, 0x0?, 0x0?})
[2023-11-13][06:55:08][ERROR][app]  io/pipe.go:136 +0x25
[2023-11-13][06:55:08][ERROR][app] bufio.(*Scanner).Scan(0xc0000c4f50)
[2023-11-13][06:55:08][ERROR][app]  bufio/scan.go:214 +0x876
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter.func1()
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:186 +0xda
[2023-11-13][06:55:08][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:184 +0x1c5
[2023-11-13][06:55:08][ERROR][app] 
[2023-11-13][06:55:08][ERROR][app] goroutine 142 [select, 5 minutes]:
[2023-11-13][06:55:08][ERROR][app] github.com/sourcegraph/sourcegraph/internal/limiter.(*MutableLimiter).do(0xc00217b2c0, 0x20)
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:94 +0x1bd
[2023-11-13][06:55:08][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/limiter.NewMutable
[2023-11-13][06:55:08][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:38 +0x105
[2023-11-13][06:55:08][ERROR][app] 
[2023-11-13][06:55:08][ERROR][app] goroutine 86 [select]:
[2023-11-13][06:55:08][ERROR][app] github.com/golang/glog.(*fileSink).flushDaemon(0x11039d4f8)
[2023-11-13][06:55:08][ERROR][app]  github.com/golang/glog@v1.1.0/glog_file.go:345 +0xcd
[2023-11-13][06:55:08][ERROR][app] created by github.com/golang/glog.init.1
[2023-11-13][06:55:08][ERROR][app]  github.com/golang/glog@v1.1.0/glog_file.go:163 +0x17f
[2023-11-13][06:55:08][ERROR][app] 
[2023-11-13][06:55:08][ERROR][app] goroutine 246 [select, 5 minutes]:
[2023-11-13][06:55:08][ERROR][app] net/http.(*http2clientStream).writeRequest(0xc002c10180, 0xc001dfe800)
[2023-11-13][06:55:08][ERROR][app]  net/http/h2_bundle.go:8399 +0xa67
[2023-11-13][06:55:08][ERROR][app] net/http.(*http2clientStream).doRequest(0x0?, 0x0?)
[2023-11-13][06:55:08][ERROR][app]  net/http/h2_bundle.go:8261 +0x1e
[2023-11-13][06:55:08][ERROR][app] created by net/http.(*http2ClientConn).RoundTrip
[2023-11-13][06:55:08][ERROR][app]  net/http/h2_bundle.go:8190 +0x34a
[2023-11-13][06:55:08][ERROR][app] Cody app backend terminated with exit code 2