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

Cody doesn't load #22

Closed pahalie closed 1 year ago

pahalie commented 1 year ago

Installed Cody through VSCode suggestion. The app tries to load for 2-3 mins after which throws an error. Mac M2, macOS Monterey 12.5

Screen Shot 2023-06-29 at 9 21 05 AM
joaoantoniocardoso commented 1 year ago

Same crash here on Linux

slimsag commented 1 year ago

Hello @pahalie @joaoantoniocardoso - strange you're running into this, I am eager to find out why. Could you do the following for us?

  1. Upload a copy of your logs (the Show logs button or accessible via system tray -> Cody -> Troubleshoot -> Logs)
  2. Clear all data and restart (or via system tray -> Cody -> Troubleshoot -> Clear all data)

Does it start up after that?

joaoantoniocardoso commented 1 year ago

"Show logs" button does nothing, "Clear all data and restart" works but doesn't solve the problem.

I suppose the log is the Cody.log under ~/.config/com.sourcegraph.cody/logs/. If so, here it is:

[2023-06-29][19:08:09][ERROR][app] ✱ Sourcegraph App version: 2023.6.28+1331.1867679b11e
[2023-06-29][19:08:10][ERROR][app] ^[[31;43;1m|------------------------------------------------------------------------------|^[[0m
[2023-06-29][19:08:10][ERROR][app] ^[[0m^[[31;43;1m| src-cli is unavailable                                                       |^[[0m
[2023-06-29][19:08:10][ERROR][app] ^[[0m^[[31;43;1m|------------------------------------------------------------------------------|^[[0m
[2023-06-29][19:08:10][ERROR][app] ^[[0m^[[31m^[[31;43;1m|^[[0m Sourcegraph is better when src-cli is available; batch changes may not work. ^[[31;43;1m|^[[0m^[[0m
[2023-06-29][19:08:10][ERROR][app] ^[[0m^[[31m^[[31;43;1m|^[[0m                                                                              ^[[31;43;1m|^[[0m^[[0m
[2023-06-29][19:08:10][ERROR][app] ^[[0m^[[31m^[[31;43;1m|^[[0m Installation: https://github.com/sourcegraph/src-cli                         ^[[31;43;1m|^[[0m^[[0m
[2023-06-29][19:08:10][ERROR][app] ^[[0m^[[31m^[[31;43;1m|^[[0m                                                                              ^[[31;43;1m|^[[0m^[[0m
[2023-06-29][19:08:10][ERROR][app] ^[[0m^[[31;43;1m|------------------------------------------------------------------------------|^[[0m
[2023-06-29][19:08:10][ERROR][app] ^[[0m1688065690624600378.WARN....servegit....servegit/service.go:62..github.com/sourcegraph/sourcegraph/internal/service/servegit.(*svc).Start...skipping local code since the environment variable SRC is not set...{"Resource": {"service.name": "sourcegraph-backend", "service.version": "2023.6.28+1331.1867679b11e", "service.instance.id": "archmkrd"}, "Attributes": {}} 
[2023-06-29][19:08:10][ERROR][app] 2023/06/29 19:08:10 tmpfriend: Removing /tmp/.searcher.tmp/tmpfriend-304560-1746477103
[2023-06-29][19:08:10][ERROR][app] 1688065690624666103..FATAL...sourcegraph.svcmain/svcmain.go:263..github.com/sourcegraph/sourcegraph/internal/service/svcmain.run.func1...failed to start service.{"Resource": {"service.name": "sourcegraph-backend", "service.version": "2023.6.28+1331.1867679b11e", "service.instance.id": "archmkrd"}, "Attributes": {"service": "blobstore", "error": "listen tcp :9000: bind: address already in use"}}
[2023-06-29][19:08:10][ERROR][app] 1688065690640752679..ERROR...service.run/util.go:44..github.com/sourcegraph/sourcegraph/enterprise/cmd/executor/internal/run.newQueueTelemetryOptions....Failed to get src-cli version...{"Resource": {"service.name": "sourcegraph-backend", "service.version": "2023.6.28+1331.1867679b11e", "service.instance.id": "archmkrd"}, "Attributes": {"error": "'src version -client-only': : exec: \"src\": executable file not found in $PATH"}}
[2023-06-29][19:08:10][ERROR][app] 1688065690640748701..ERROR...service.run/util.go:44..github.com/sourcegraph/sourcegraph/enterprise/cmd/executor/internal/run.newQueueTelemetryOptions....Failed to get src-cli version...{"Resource": {"service.name": "sourcegraph-backend", "service.version": "2023.6.28+1331.1867679b11e", "service.instance.id": "archmkrd"}, "Attributes": {"error": "'src version -client-only': : exec: \"src\": executable file not found in $PATH"}}
[2023-06-29][19:08:10][ERROR][app] 1688065690648399537..FATAL...sourcegraph.svcmain/svcmain.go:263..github.com/sourcegraph/sourcegraph/internal/service/svcmain.run.func1...failed to start service.{"Resource": {"service.name": "sourcegraph-backend", "service.version": "2023.6.28+1331.1867679b11e", "service.instance.id": "archmkrd"}, "Attributes": {"service": "frontend", "error": "failed to connect to frontend database: dirty database: schema \"frontend\" marked the following migrations as failed: 1648195639\nThe target schema is marked as dirty and no other migration operation is seen running on this schema. The last migra\tion operation over this schema has failed (or, at least, the migrator instance issuing that migration has died). Please contact support@sourcegraph.com for further assistance."}}
[2023-06-29][19:08:10][ERROR][app] Cody app backend terminated with exit code 1 

I'm not sure if it's related, I can see a bunch of GTK-related warnings in the terminal:

Gtk-Message: 16:04:34.471: Failed to load module "xapp-gtk3-module"

(cody:298732): Gtk-WARNING **: 16:04:34.660: cache version is different 2 != 1

(cody:298732): Gtk-WARNING **: 16:04:34.660: GTK+ supports to output one char only: "– "                        # EN DASH (followed by space): <Multi_key> <minus> <minus> <space>      : "– "                     # EN DASH (followed by space)

(cody:298732): Gtk-WARNING **: 16:04:34.660: GTK+ supports to output one char only: " — "                 # EM DASH surrounded by THIN SPACEs.: <Multi_key> <space> <minus>             : " — "                 # EM DASH surrounded by THIN SPACEs.

(cody:298732): Gtk-WARNING **: 16:04:34.660: GTK+ supports to output one char only: " “"                  # space followed by LEFT DOUBLE QUOTATION MARK: <Multi_key> <space> <quotedbl>          : " “"                  # space followed by LEFT DOUBLE QUOTATION MARK

(cody:298732): Gtk-WARNING **: 16:04:34.660: GTK+ supports to output one char only: "” "                  # RIGHT DOUBLE QUOTATION MARK followed by space: <Multi_key> <quotedbl> <space>          : "” "                  # RIGHT DOUBLE QUOTATION MARK followed by space

(cody:298732): Gtk-WARNING **: 16:04:34.660: GTK+ supports to output one char only: " ‘"                # space followed by LEFT SINGLE QUOTATION MARK: <Multi_key> <space> <apostrophe>        : " ‘"                # space followed by LEFT SINGLE QUOTATION MARK

(cody:298732): Gtk-WARNING **: 16:04:34.660: GTK+ supports to output one char only: "n’t "              # Apostrophized English “not.”: <Multi_key> <n> <t>                     : "n’t "              # Apostrophized English “not.”

(cody:298732): Gtk-WARNING **: 16:04:34.660: GTK+ supports to output one char only: " the ": <Multi_key> <space> <t>                 : " the "

(cody:298732): Gtk-WARNING **: 16:04:34.660: GTK+ supports to output one char only: "  The ": <Multi_key> <space> <T>                 : "  The "

(cody:298732): Gtk-WARNING **: 16:04:34.660: GTK+ supports to output one char only: " and ": <Multi_key> <space> <a>                 : " and "

(cody:298732): Gtk-WARNING **: 16:04:34.660: GTK+ supports to output one char only: " I’m ": <Multi_key> <i> <m>                     : " I’m "

(cody:298732): Gtk-WARNING **: 16:04:34.660: GTK+ supports to output one char only: "’ve ": <Multi_key> <v> <e>                     : "’ve "

(cody:298732): Gtk-WARNING **: 16:04:34.660: The max number of sequences is 7: <Multi_key> <Multi_key> <b> <r> <a> <n> <c> <h>: "⸙"     U2E19           # PALM BRANCH

(cody:298732): Gtk-WARNING **: 16:04:34.660: key sequence format is <a> <b>...:     # “(Note: I had put the backslash in position 5/15. It enabled the

(cody:298732): Gtk-WARNING **: 16:04:34.660: No delimiter ':':     # ALGOL “and” to be “/\” and the “or” to be “\/”.)” --- Bob Bemer,

(cody:298732): Gtk-WARNING **: 16:04:34.660: key sequence format is <a> <b>...:     # http://home.ccil.org/~remlaps/www.bobbemer.com/BRACES.HTM, quoting

(cody:298732): Gtk-WARNING **: 16:04:34.660: No delimiter ':':     # himself in “A view of the history of the ISO character code”, 1972

(cody:298732): Gtk-WARNING **: 16:04:34.660: The max number of sequences is 7: <Multi_key> <Multi_key> <a> <l> <e> <p> <h> : "ℵ" U2135         # ALEF SYMBOL

(cody:298732): Gtk-WARNING **: 16:04:34.660: The max number of sequences is 7: <Multi_key> <Multi_key> <a> <l> <e> <p> <0> : "ℵ₀"        # ALEF Null

(cody:298732): Gtk-WARNING **: 16:04:34.660: The max number of sequences is 7: <Multi_key> <Multi_key> <a> <l> <e> <p> <1> : "ℵ₁"        # ALEF One

(cody:298732): Gtk-WARNING **: 16:04:34.660: The max number of sequences is 7: <Multi_key> <Multi_key> <b> <e> <c> <a> <u> <s> <e>              : "∵"   U2235           # BECAUSE

(cody:298732): Gtk-WARNING **: 16:04:34.660: The max number of sequences is 7: <Multi_key> <Multi_key> <i> <i> <i> <n> <t>      : "∭"   U222D           # TRIPLE INTEGRAL

(cody:298732): Gtk-WARNING **: 16:04:34.660: The max number of sequences is 7: <Multi_key> <Multi_key> <i> <i> <i> <i> <n> <t>  : "⨌"   U2A0C           # QUADRUPLE INTEGRAL

(cody:298732): Gtk-WARNING **: 16:04:34.660: The max number of sequences is 7: <Multi_key> <Multi_key> <c> <P> <i> <n> <t>      : "⨓"   U2A13           # INTEGRAL AROUND POINT

(cody:298732): Gtk-WARNING **: 16:04:34.660: The max number of sequences is 7: <Multi_key> <Multi_key> <o> <i> <i> <n> <t>      : "∯"   U222F           # SURFACE INTEGRAL

(cody:298732): Gtk-WARNING **: 16:04:34.660: The max number of sequences is 7: <Multi_key> <Multi_key> <o> <i> <i> <i> <n> <t>  : "∰"   U2230           # VOLUME INTEGRAL

(cody:298732): Gtk-WARNING **: 16:04:34.661: GTK+ supports to output one char only: "°͜°"    # Funny smiley-face.: <Multi_key> <colon> <o> <o> <parenright>  :  "°͜°"    # Funny smiley-face.

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <s> <h> <m> <r> <c> <k>          : "☘" U2618   # SHAMROCK

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <s> <h> <a> <m> <r> <o>          : "☘" U2618   # SHAMROCK

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <p> <e> <a> <c> <e> : "☮"   U262E           # PEACE SYMBOL
(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <y> <i>  <n> <y> <a> <n> : "☯" U262F     # YIN YANG

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <b> <i> <o> <h>  <a> <z> : "☣"   U2623           # BIOHAZARD SIGN

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <A> <A> <A> <A> <A>      :       "⛤" U26E4 # PENTAGRAM (pentalpha, get it?)

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <p> <l> <a> <n> <e>      : "✈"   U2708     # AIRPLANE

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <w> <h> <l> <c> <h>      : "♿"  U267F     # WHEELCHAIR SYMBOL

(cody:298732): Gtk-WARNING **: 16:04:34.661: GTK+ supports to output one char only: "👁️🗨️": <Multi_key> <Multi_key> <i> <w> <i> <t>     : "👁️🗨️"

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <l> <e> <s> <b> <i> <a> <n> :   "⚢"     U26A2   # DOUBLED FEMALE SIGN

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <h> <e> <t> <e> <r> <o>     :   "⚤"     U26A4   # INTERLOCKED FEMALE AND MALE SIGN

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <t> <r> <a> <n> <s>         :   "⚥"     U26A5   # MALE AND FEMALE SIGN

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <g> <e> <n> <d> <e> <r> <q> :   "⚧"     U26A7   # MALE WITH STROKE AND MALE AND FEMALE SIGN

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <d> <e> <a> <t> <h>:       "☠" U2620 # SKULL AND CROSSBONES

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <X> <b> <o> <n> <e> <s>:   "☠" U2620 # SKULL AND CROSSBONES

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <r> <h> <a> <n> <d>      : "☞" U261E # WHITE RIGHT POINTING INDEX

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <l> <h> <a> <n> <d>      : "☜" U261C # WHITE LEFT POINTING INDEX

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <B> <e> <l> <l> <s> <y> <m>      : "⍾" U237E  # BELL SYMBOL (or ALIENS LANDING) -- &-a-l-i-e-n ?

(cody:298732): Gtk-WARNING **: 16:04:34.661: The max number of sequences is 7: <Multi_key> <Multi_key> <w> <a> <t> <c> <h>      : "⌚" U231A   # WATCH

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <m> <e> <r> <c> <u> <r> <y> : "☿" U263F  # MERCURY (Wednesday)

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <j> <u> <p> <i> <t> <e> <r> : "♃" U2643  # JUPITER (Thursday)

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <s> <a> <t> <u> <r> <n>     : "♄" U2644  # SATURN (Saturday)

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <u> <r> <a> <n> <u> <s>      : "♅" U2645 # URANUS (or ⛢ U26E2?)

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <n> <e> <p> <t> <u> <n> <e> : "♆" U2646  # NEPTUNE

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <p> <l> <u> <t> <o>          : "♇" U2647 # PLUTO (ok, it isn't a planet anymore, but we still love it.)

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <c> <e> <r> <e> <s>      : "⚳"   U26B3   # CERES

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <p> <a> <l> <l> <a> <s>  : "⚴"   U26B4   # PALLAS

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <v> <e> <s> <t> <a>      : "⚶"   U26B6   # VESTA

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <c> <h> <i> <r> <o> <n>  : "⚷"   U26B7   # CHIRON

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <l> <i> <l> <i> <t> <h>  : "⚸"   U26B8   # BLACK MOON LILITH

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <d> <e> <g> <r> <e> <e>          : "°"   U00B0   # DEGREE SIGN

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <a> <r> <i> <e> <s>      : "♈"  U2648   # ARIES

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <t> <a> <u> <r> <u> <s>  : "♉"  U2649   # TAURUS

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <g> <e> <m> <i> <n> <i>  : "♊"  U264A   # GEMINI
(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <c> <a> <n> <c> <e> <r>  : "♋"  U264B   # CANCER

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <v> <i> <r> <g> <o>      : "♍"  U264D   # VIRGO

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <l> <i> <b> <r> <a>      : "♎"  U264E   # LIBRA

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <s> <c> <o> <r> <p>      : "♏"  U264F   # SCORPIUS

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <s> <a> <g> <i> <t>      : "♐"  U2650   # SAGITTARIUS

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <c> <a> <p> <r> <i> <c>  : "♑"  U2651   # CAPRICORN

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <a> <q> <u> <a> <r>      : "♒"  U2652   # AQUARIUS

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <p> <i> <s> <c> <e> <s>  : "♓"  U2653   # PISCES

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <o> <p> <h> <i> <u> <c> : "⛎"   U26CE   # OPHIUCHUS

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <a> <n> <g> <e> <r> : "💢"    U1F4A2 # ANGER SYMBOL

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <s> <w> <e> <a> <t> : "💦"    U1F4A6 # SPLASHING SWEAT SYMBOL

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <d> <i> <z> <z> <y> : "💫"    U1F4AB # DIZZY SYMBOL

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <t> <h> <m> <u> <p> : "👍"    U1F44D # THUMBS UP SIGN

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <Multi_key> <t> <h> <m> <d> <n> : "👎"    U1F44E # THUMBS DOWN SIGN

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <1> <colon> <0> <0> <parenright> : "🕐" U1F550 # CLOCK FACE ONE OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <2> <colon> <0> <0> <parenright> : "🕑" U1F551 # CLOCK FACE TWO OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <3> <colon> <0> <0> <parenright> : "🕒" U1F552 # CLOCK FACE THREE OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <4> <colon> <0> <0> <parenright> : "🕓" U1F553 # CLOCK FACE FOUR OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <5> <colon> <0> <0> <parenright> : "🕔" U1F554 # CLOCK FACE FIVE OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <6> <colon> <0> <0> <parenright> : "🕕" U1F555 # CLOCK FACE SIX OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <7> <colon> <0> <0> <parenright> : "🕖" U1F556 # CLOCK FACE SEVEN OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <8> <colon> <0> <0> <parenright> : "🕗" U1F557 # CLOCK FACE EIGHT OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <9> <colon> <0> <0> <parenright> : "🕘" U1F558 # CLOCK FACE NINE OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <1> <0> <colon> <0> <0> <parenright> : "🕙" U1F559 # CLOCK FACE TEN OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <1> <1> <colon> <0> <0> <parenright> : "🕚" U1F55A # CLOCK FACE ELEVEN OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <1> <2> <colon> <0> <0> <parenright> : "🕛" U1F55B # CLOCK FACE TWELVE OCLOCK

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <1> <colon> <3> <0> <parenright>     : "🕜" U1F55C # CLOCK FACE ONE-THIRTY
(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <2> <colon> <3> <0> <parenright>     : "🕝" U1F55D # CLOCK FACE TWO-THIRTY

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <3> <colon> <3> <0> <parenright>     : "🕞" U1F55E # CLOCK FACE THREE-THIRTY

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <4> <colon> <3> <0> <parenright>     : "🕟" U1F55F # CLOCK FACE FOUR-THIRTY

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <5> <colon> <3> <0> <parenright>     : "🕠" U1F560 # CLOCK FACE FIVE-THIRTY

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <6> <colon> <3> <0> <parenright>     : "🕡" U1F561 # CLOCK FACE SIX-THIRTY

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <7> <colon> <3> <0> <parenright>     : "🕢" U1F562 # CLOCK FACE SEVEN-THIRTY

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <8> <colon> <3> <0> <parenright>     : "🕣" U1F563 # CLOCK FACE EIGHT-THIRTY

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <9> <colon> <3> <0> <parenright>     : "🕤" U1F564 # CLOCK FACE NINE-THIRTY

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <1> <0> <colon> <3> <0> <parenright>     : "🕥" U1F565 # CLOCK FACE TEN-THIRTY

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <1> <1> <colon> <3> <0> <parenright>     : "🕦" U1F566 # CLOCK FACE ELEVEN-THIRTY

(cody:298732): Gtk-WARNING **: 16:04:34.662: The max number of sequences is 7: <Multi_key> <parenleft> <1> <2> <colon> <3> <0> <parenright>     : "🕧" U1F567 # CLOCK FACE TWELVE-THIRTY
Sourcegraph starting with args: ["--cacheDir", "/home/joaoantoniocardoso/.cache/com.sourcegraph.cody", "--configDir", "/home/joaoantoniocardoso/.local/share/com.sourcegraph.cody"]
Gtk-Message: 16:04:34.785: Failed to load module "xapp-gtk3-module"

(cody:298732): Gdk-CRITICAL **: 16:04:34.875: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed

Let me know what else can I inform

pahalie commented 1 year ago

"Clear all data and restart" worked for Mac

slimsag commented 1 year ago

@pahalie Glad to hear it!

@joaoantoniocardoso Thanks for giving it a go - that is the correct log file, I'll look into why the button doesn't work. It looks like you're encountering a port conflict on :9000 - we're working on fixing that issue but don't have an ETA yet. If you are able to stop your other server listening on :9000, and then try the Clear all data and restart it should work after that. If not, please let me know what the logs looks like again.

joaoantoniocardoso commented 1 year ago

@pahalie Glad to hear it!

@joaoantoniocardoso Thanks for giving it a go - that is the correct log file, I'll look into why the button doesn't work. It looks like you're encountering a port conflict on :9000 - we're working on fixing that issue but don't have an ETA yet. If you are able to stop your other server listening on :9000, and then try the Clear all data and restart it should work after that. If not, please let me know what the logs looks like again.

Great, the ports 9000 to 9010 are from some underlying python service from vscode, by stopping vscode and opening Cody before vscode I was able to get it working. Thanks!

slimsag commented 1 year ago

That's very helpful information, thanks for mentioning that. We'll resolve the port conflicts issue ASAP.

joaoantoniocardoso commented 1 year ago

That's very helpful information, thanks for mentioning that. We'll resolve the port conflicts issue ASAP.

I'd say that simply incrementing the port number until a free port is found within a range seems okay, and then one may knock at every port to find it from the other side... that's the life

slimsag commented 1 year ago

Original issue was worked around with Clear all data and restart

The port conflict issue has been resolved at least for port 9000, we're looking into fixing it with the other ports.

hoveychen commented 1 year ago

Same issue. Not working with Clear all data and restart

The logs seems different here:

[2023-07-12][04:26:35][ERROR][app] ✱ Sourcegraph App version: 2023.7.11+1384.7d20a90ce7 darwin amd64
[2023-07-12][04:31:35][ERROR][app] panic: (bug) frontend configuration server failed to start after 5m0s, this may indicate the DB is inaccessible
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 262 [running]:
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).checkDeadlock(0xc001c77678?)
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/store.go:175 +0x2c8
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).WaitUntilInitialized(0xc000d7f8c0)
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/store.go:137 +0x2f
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*client).Watch(0xc00060edc0, 0x10b113fd0)
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/client.go:169 +0x11e
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.Watch(0xc001e13680?)
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/client.go:136 +0x28
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0.func2()
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:52 +0x25
[2023-07-12][04:31:35][ERROR][app] created by github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:51 +0xb1
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 1 [runnable]:
[2023-07-12][04:31:35][ERROR][app] sync.runtime_notifyListWait(0xc001cf30c8, 0x67c)
[2023-07-12][04:31:35][ERROR][app]  runtime/sema.go:517 +0x14c
[2023-07-12][04:31:35][ERROR][app] sync.(*Cond).Wait(0xd?)
[2023-07-12][04:31:35][ERROR][app]  sync/cond.go:70 +0x8c
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2pipe).Read(0xc001cf30b0, {0xc00374f138, 0x2ec8, 0x2ec8})
[2023-07-12][04:31:35][ERROR][app]  net/http/h2_bundle.go:3668 +0xeb
[2023-07-12][04:31:35][ERROR][app] net/http.http2transportResponseBody.Read({0xc001cf3080?}, {0xc00374f138?, 0x46000?, 0x46000?})
[2023-07-12][04:31:35][ERROR][app]  net/http/h2_bundle.go:9157 +0x85
[2023-07-12][04:31:35][ERROR][app] io.ReadAll({0x138ea9740, 0xc001cf3080})
[2023-07-12][04:31:35][ERROR][app]  io/io.go:661 +0xfe
[2023-07-12][04:31:35][ERROR][app] io/ioutil.ReadAll(...)
[2023-07-12][04:31:35][ERROR][app]  io/ioutil/ioutil.go:27
[2023-07-12][04:31:35][ERROR][app] github.com/fergusstrange/embedded-postgres.defaultRemoteFetchStrategy.func1()
[2023-07-12][04:31:35][ERROR][app]  github.com/fergusstrange/embedded-postgres@v1.19.0/remote_fetch.go:48 +0x288
[2023-07-12][04:31:35][ERROR][app] github.com/fergusstrange/embedded-postgres.(*EmbeddedPostgres).Start(0xc000596d20)
[2023-07-12][04:31:35][ERROR][app]  github.com/fergusstrange/embedded-postgres@v1.19.0/embedded_postgres.go:100 +0x313
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.startEmbeddedPostgreSQL({0x10c759590, 0xc001a8c180}, {0xc000e80190, 0x48})
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:144 +0x795
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.initPostgreSQL({0x10c759590, 0xc001a8c180}, {0xc000e80190?, 0x12?})
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:39 +0x53
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.Init({0x10c759590, 0xc001a8c180})
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/singleprogram.go:106 +0xb46
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main.func3(0xc00243de00?)
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:91 +0xa7
[2023-07-12][04:31:35][ERROR][app] github.com/urfave/cli/v2.(*Command).Run(0xc00243de00, 0xc00245ddc0, {0xc00010e050, 0x5, 0x5})
[2023-07-12][04:31:35][ERROR][app]  github.com/urfave/cli/v2@v2.23.7/command.go:271 +0xa42
[2023-07-12][04:31:35][ERROR][app] github.com/urfave/cli/v2.(*App).RunContext(0xc0005b8d20, {0x10c73bc98?, 0xc000126008}, {0xc00010e050, 0x5, 0x5})
[2023-07-12][04:31:35][ERROR][app]  github.com/urfave/cli/v2@v2.23.7/app.go:333 +0x665
[2023-07-12][04:31:35][ERROR][app] github.com/urfave/cli/v2.(*App).Run(...)
[2023-07-12][04:31:35][ERROR][app]  github.com/urfave/cli/v2@v2.23.7/app.go:310
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main({0x10f277980, 0xd, 0xd}, {0xf9?, 0x0?}, {0xc00010e050?, 0x5, 0x5})
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:102 +0x6b6
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/enterprisecmd.MainEnterprise(...)
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/enterprisecmd/enterprisecmd.go:15
[2023-07-12][04:31:35][ERROR][app] main.main()
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/main.go:50 +0xd4
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 10 [select]:
[2023-07-12][04:31:35][ERROR][app] go.opencensus.io/stats/view.(*worker).start(0xc000049580)
[2023-07-12][04:31:35][ERROR][app]  go.opencensus.io@v0.24.0/stats/view/worker.go:292 +0xad
[2023-07-12][04:31:35][ERROR][app] created by go.opencensus.io/stats/view.init.0
[2023-07-12][04:31:35][ERROR][app]  go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x8d
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 281 [select, 5 minutes]:
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2clientStream).writeRequest(0xc001cf3080, 0xc001d29200)
[2023-07-12][04:31:35][ERROR][app]  net/http/h2_bundle.go:8095 +0x9c7
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2clientStream).doRequest(0x1005ae28a?, 0xc002367aa0?)
[2023-07-12][04:31:35][ERROR][app]  net/http/h2_bundle.go:7957 +0x1e
[2023-07-12][04:31:35][ERROR][app] created by net/http.(*http2ClientConn).RoundTrip
[2023-07-12][04:31:35][ERROR][app]  net/http/h2_bundle.go:7886 +0x30a
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 219 [chan receive]:
[2023-07-12][04:31:35][ERROR][app] github.com/golang/glog.(*loggingT).flushDaemon(0xc001f786c0?)
[2023-07-12][04:31:35][ERROR][app]  github.com/golang/glog@v1.0.0/glog.go:882 +0x6a
[2023-07-12][04:31:35][ERROR][app] created by github.com/golang/glog.init.0
[2023-07-12][04:31:35][ERROR][app]  github.com/golang/glog@v1.0.0/glog.go:410 +0x1bf
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 119 [select, 5 minutes]:
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/limiter.(*MutableLimiter).do(0xc0012e4ea0, 0x20)
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:94 +0x1bd
[2023-07-12][04:31:35][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/limiter.NewMutable
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:38 +0x105
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 265 [select]:
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).consume(0xc00246eb40)
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/log@v0.0.0-20230711093019-40c57b632cca/internal/sinkcores/sentrycore/worker.go:59 +0xd7
[2023-07-12][04:31:35][ERROR][app] created by github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).start
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/log@v0.0.0-20230711093019-40c57b632cca/internal/sinkcores/sentrycore/worker.go:51 +0x56
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 266 [select, 5 minutes]:
[2023-07-12][04:31:35][ERROR][app] io.(*pipe).read(0xc002367c20, {0xc0023c8000, 0x1000, 0x1?})
[2023-07-12][04:31:35][ERROR][app]  io/pipe.go:57 +0xb1
[2023-07-12][04:31:35][ERROR][app] io.(*PipeReader).Read(0x10006d88e?, {0xc0023c8000?, 0xc001d18530?, 0x10003d340?})
[2023-07-12][04:31:35][ERROR][app]  io/pipe.go:136 +0x25
[2023-07-12][04:31:35][ERROR][app] bufio.(*Scanner).Scan(0xc000aaaf50)
[2023-07-12][04:31:35][ERROR][app]  bufio/scan.go:214 +0x876
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter.func1()
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:186 +0xda
[2023-07-12][04:31:35][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter
[2023-07-12][04:31:35][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:184 +0x1c5
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 292 [IO wait]:
[2023-07-12][04:31:35][ERROR][app] internal/poll.runtime_pollWait(0x138d00840, 0x72)
[2023-07-12][04:31:35][ERROR][app]  runtime/netpoll.go:305 +0x89
[2023-07-12][04:31:35][ERROR][app] internal/poll.(*pollDesc).wait(0xc002271580?, 0xc0025c8000?, 0x0)
[2023-07-12][04:31:35][ERROR][app]  internal/poll/fd_poll_runtime.go:84 +0x32
[2023-07-12][04:31:35][ERROR][app] internal/poll.(*pollDesc).waitRead(...)
[2023-07-12][04:31:35][ERROR][app]  internal/poll/fd_poll_runtime.go:89
[2023-07-12][04:31:35][ERROR][app] internal/poll.(*FD).Read(0xc002271580, {0xc0025c8000, 0xa000, 0xa000})
[2023-07-12][04:31:35][ERROR][app]  internal/poll/fd_unix.go:167 +0x25a
[2023-07-12][04:31:35][ERROR][app] net.(*netFD).Read(0xc002271580, {0xc0025c8000?, 0x10024c7a2?, 0xc0005e81e0?})
[2023-07-12][04:31:35][ERROR][app]  net/fd_posix.go:55 +0x29
[2023-07-12][04:31:35][ERROR][app] net.(*conn).Read(0xc0005e0000, {0xc0025c8000?, 0xd?, 0xc0005e81e0?})
[2023-07-12][04:31:35][ERROR][app]  net/net.go:183 +0x45
[2023-07-12][04:31:35][ERROR][app] crypto/tls.(*atLeastReader).Read(0xc001e22108, {0xc0025c8000?, 0x0?, 0x100114c8f?})
[2023-07-12][04:31:35][ERROR][app]  crypto/tls/conn.go:787 +0x3d
[2023-07-12][04:31:35][ERROR][app] bytes.(*Buffer).ReadFrom(0xc0005e4278, {0x10c6ee0a0, 0xc001e22108})
[2023-07-12][04:31:35][ERROR][app]  bytes/buffer.go:202 +0x98
[2023-07-12][04:31:35][ERROR][app] crypto/tls.(*Conn).readFromUntil(0xc0005e4000, {0x138ae0128?, 0xc0005e0000}, 0xc0025c89f5?)
[2023-07-12][04:31:35][ERROR][app]  crypto/tls/conn.go:809 +0xe5
[2023-07-12][04:31:35][ERROR][app] crypto/tls.(*Conn).readRecordOrCCS(0xc0005e4000, 0x0)
[2023-07-12][04:31:35][ERROR][app]  crypto/tls/conn.go:616 +0x116
[2023-07-12][04:31:35][ERROR][app] crypto/tls.(*Conn).readRecord(...)
[2023-07-12][04:31:35][ERROR][app]  crypto/tls/conn.go:582
[2023-07-12][04:31:35][ERROR][app] crypto/tls.(*Conn).Read(0xc0005e4000, {0xc002565000, 0x1000, 0xc001a99cb0?})
[2023-07-12][04:31:35][ERROR][app]  crypto/tls/conn.go:1315 +0x16f
[2023-07-12][04:31:35][ERROR][app] bufio.(*Reader).Read(0xc0005dcfc0, {0xc00254e4a0, 0x9, 0x523?})
[2023-07-12][04:31:35][ERROR][app]  bufio/bufio.go:237 +0x1bb
[2023-07-12][04:31:35][ERROR][app] io.ReadAtLeast({0x10c6eaa80, 0xc0005dcfc0}, {0xc00254e4a0, 0x9, 0x9}, 0x9)
[2023-07-12][04:31:35][ERROR][app]  io/io.go:332 +0x9a
[2023-07-12][04:31:35][ERROR][app] io.ReadFull(...)
[2023-07-12][04:31:35][ERROR][app]  io/io.go:351
[2023-07-12][04:31:35][ERROR][app] net/http.http2readFrameHeader({0xc00254e4a0?, 0x9?, 0xc00246e1e0?}, {0x10c6eaa80?, 0xc0005dcfc0?})
[2023-07-12][04:31:35][ERROR][app]  net/http/h2_bundle.go:1565 +0x6e
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2Framer).ReadFrame(0xc00254e460)
[2023-07-12][04:31:35][ERROR][app]  net/http/h2_bundle.go:1829 +0x95
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2clientConnReadLoop).run(0xc001a99f98)
[2023-07-12][04:31:35][ERROR][app]  net/http/h2_bundle.go:8874 +0x130
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2ClientConn).readLoop(0xc0005e2180)
[2023-07-12][04:31:35][ERROR][app]  net/http/h2_bundle.go:8770 +0x6f
[2023-07-12][04:31:35][ERROR][app] created by net/http.(*http2Transport).newClientConn
[2023-07-12][04:31:35][ERROR][app]  net/http/h2_bundle.go:7477 +0xaaa
[2023-07-12][04:31:35][ERROR][app] Cody app backend terminated with exit code 2
[2023-07-12][06:53:13][ERROR][app::common] No such file or directory (os error 2)
[2023-07-12][06:53:16][ERROR][app] ✱ Sourcegraph App version: 2023.7.11+1384.7d20a90ce7 darwin amd64
[2023-07-12][06:55:30][ERROR][app] ✱ Sourcegraph App version: 2023.7.11+1384.7d20a90ce7 darwin amd64
[2023-07-12][07:00:30][ERROR][app] panic: (bug) frontend configuration server failed to start after 5m0s, this may indicate the DB is inaccessible
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 312 [running]:
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).checkDeadlock(0xc000770f58?)
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/store.go:175 +0x2c8
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).WaitUntilInitialized(0xc000ad6ea0)
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/store.go:137 +0x2f
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*client).Watch(0xc000fbf740, 0x10b113fd0)
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/client.go:169 +0x11e
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.Watch(0xc001b5d920?)
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/conf/client.go:136 +0x28
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0.func2()
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:52 +0x25
[2023-07-12][07:00:30][ERROR][app] created by github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:51 +0xb1
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 1 [sync.Cond.Wait]:
[2023-07-12][07:00:30][ERROR][app] sync.runtime_notifyListWait(0xc000813b48, 0xa83)
[2023-07-12][07:00:30][ERROR][app]  runtime/sema.go:517 +0x14c
[2023-07-12][07:00:30][ERROR][app] sync.(*Cond).Wait(0x1002e5186?)
[2023-07-12][07:00:30][ERROR][app]  sync/cond.go:70 +0x8c
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2pipe).Read(0xc000813b30, {0xc004869b90, 0x1d0470, 0x1d0470})
[2023-07-12][07:00:30][ERROR][app]  net/http/h2_bundle.go:3668 +0xeb
[2023-07-12][07:00:30][ERROR][app] net/http.http2transportResponseBody.Read({0xc000813b00?}, {0xc004869b90?, 0x6c000?, 0x6c000?})
[2023-07-12][07:00:30][ERROR][app]  net/http/h2_bundle.go:9157 +0x85
[2023-07-12][07:00:30][ERROR][app] io.ReadAll({0x138eab0c8, 0xc000813b00})
[2023-07-12][07:00:30][ERROR][app]  io/io.go:661 +0xfe
[2023-07-12][07:00:30][ERROR][app] io/ioutil.ReadAll(...)
[2023-07-12][07:00:30][ERROR][app]  io/ioutil/ioutil.go:27
[2023-07-12][07:00:30][ERROR][app] github.com/fergusstrange/embedded-postgres.defaultRemoteFetchStrategy.func1()
[2023-07-12][07:00:30][ERROR][app]  github.com/fergusstrange/embedded-postgres@v1.19.0/remote_fetch.go:48 +0x288
[2023-07-12][07:00:30][ERROR][app] github.com/fergusstrange/embedded-postgres.(*EmbeddedPostgres).Start(0xc00077e2d0)
[2023-07-12][07:00:30][ERROR][app]  github.com/fergusstrange/embedded-postgres@v1.19.0/embedded_postgres.go:100 +0x313
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.startEmbeddedPostgreSQL({0x10c759590, 0xc0006c0cc0}, {0xc000bac8c0, 0x48})
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:144 +0x795
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.initPostgreSQL({0x10c759590, 0xc0006c0cc0}, {0xc000bac8c0?, 0x12?})
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:39 +0x53
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.Init({0x10c759590, 0xc0006c0cc0})
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/singleprogram.go:106 +0xb46
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main.func3(0xc0002563c0?)
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:91 +0xa7
[2023-07-12][07:00:30][ERROR][app] github.com/urfave/cli/v2.(*Command).Run(0xc0002563c0, 0xc0006c0900, {0xc0000740a0, 0x5, 0x5})
[2023-07-12][07:00:30][ERROR][app]  github.com/urfave/cli/v2@v2.23.7/command.go:271 +0xa42
[2023-07-12][07:00:30][ERROR][app] github.com/urfave/cli/v2.(*App).RunContext(0xc0002e8000, {0x10c73bc98?, 0xc00007a078}, {0xc0000740a0, 0x5, 0x5})
[2023-07-12][07:00:30][ERROR][app]  github.com/urfave/cli/v2@v2.23.7/app.go:333 +0x665
[2023-07-12][07:00:30][ERROR][app] github.com/urfave/cli/v2.(*App).Run(...)
[2023-07-12][07:00:30][ERROR][app]  github.com/urfave/cli/v2@v2.23.7/app.go:310
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main({0x10f277980, 0xd, 0xd}, {0xf9?, 0x0?}, {0xc0000740a0?, 0x5, 0x5})
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:102 +0x6b6
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/enterprisecmd.MainEnterprise(...)
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/enterprisecmd/enterprisecmd.go:15
[2023-07-12][07:00:30][ERROR][app] main.main()
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/main.go:50 +0xd4
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 55 [select]:
[2023-07-12][07:00:30][ERROR][app] go.opencensus.io/stats/view.(*worker).start(0xc00014c080)
[2023-07-12][07:00:30][ERROR][app]  go.opencensus.io@v0.24.0/stats/view/worker.go:292 +0xad
[2023-07-12][07:00:30][ERROR][app] created by go.opencensus.io/stats/view.init.0
[2023-07-12][07:00:30][ERROR][app]  go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x8d
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 144 [select, 5 minutes]:
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/limiter.(*MutableLimiter).do(0xc001ce23c0, 0x20)
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:94 +0x1bd
[2023-07-12][07:00:30][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/limiter.NewMutable
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:38 +0x105
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 254 [chan receive]:
[2023-07-12][07:00:30][ERROR][app] github.com/golang/glog.(*loggingT).flushDaemon(0xc00229ec00?)
[2023-07-12][07:00:30][ERROR][app]  github.com/golang/glog@v1.0.0/glog.go:882 +0x6a
[2023-07-12][07:00:30][ERROR][app] created by github.com/golang/glog.init.0
[2023-07-12][07:00:30][ERROR][app]  github.com/golang/glog@v1.0.0/glog.go:410 +0x1bf
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 322 [select]:
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).consume(0xc001cdfaa0)
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/log@v0.0.0-20230711093019-40c57b632cca/internal/sinkcores/sentrycore/worker.go:59 +0xd7
[2023-07-12][07:00:30][ERROR][app] created by github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).start
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/log@v0.0.0-20230711093019-40c57b632cca/internal/sinkcores/sentrycore/worker.go:51 +0x56
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 323 [select, 5 minutes]:
[2023-07-12][07:00:30][ERROR][app] io.(*pipe).read(0xc000115c20, {0xc0021fa000, 0x1000, 0xc000083e01?})
[2023-07-12][07:00:30][ERROR][app]  io/pipe.go:57 +0xb1
[2023-07-12][07:00:30][ERROR][app] io.(*PipeReader).Read(0x7?, {0xc0021fa000?, 0xc000083e80?, 0xa?})
[2023-07-12][07:00:30][ERROR][app]  io/pipe.go:136 +0x25
[2023-07-12][07:00:30][ERROR][app] bufio.(*Scanner).Scan(0xc0000b9f50)
[2023-07-12][07:00:30][ERROR][app]  bufio/scan.go:214 +0x876
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter.func1()
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:186 +0xda
[2023-07-12][07:00:30][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter
[2023-07-12][07:00:30][ERROR][app]  github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:184 +0x1c5
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 303 [select, 5 minutes]:
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2clientStream).writeRequest(0xc000813b00, 0xc0023c6000)
[2023-07-12][07:00:30][ERROR][app]  net/http/h2_bundle.go:8095 +0x9c7
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2clientStream).doRequest(0xc0002f84e0?, 0xc000091400?)
[2023-07-12][07:00:30][ERROR][app]  net/http/h2_bundle.go:7957 +0x1e
[2023-07-12][07:00:30][ERROR][app] created by net/http.(*http2ClientConn).RoundTrip
[2023-07-12][07:00:30][ERROR][app]  net/http/h2_bundle.go:7886 +0x30a
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 302 [IO wait]:
[2023-07-12][07:00:30][ERROR][app] internal/poll.runtime_pollWait(0x138a7e2b0, 0x72)
[2023-07-12][07:00:30][ERROR][app]  runtime/netpoll.go:305 +0x89
[2023-07-12][07:00:30][ERROR][app] internal/poll.(*pollDesc).wait(0xc0021dab00?, 0xc002472000?, 0x0)
[2023-07-12][07:00:30][ERROR][app]  internal/poll/fd_poll_runtime.go:84 +0x32
[2023-07-12][07:00:30][ERROR][app] internal/poll.(*pollDesc).waitRead(...)
[2023-07-12][07:00:30][ERROR][app]  internal/poll/fd_poll_runtime.go:89
[2023-07-12][07:00:30][ERROR][app] internal/poll.(*FD).Read(0xc0021dab00, {0xc002472000, 0xa000, 0xa000})
[2023-07-12][07:00:30][ERROR][app]  internal/poll/fd_unix.go:167 +0x25a
[2023-07-12][07:00:30][ERROR][app] net.(*netFD).Read(0xc0021dab00, {0xc002472000?, 0x10024c7a2?, 0xc0022c0780?})
[2023-07-12][07:00:30][ERROR][app]  net/fd_posix.go:55 +0x29
[2023-07-12][07:00:30][ERROR][app] net.(*conn).Read(0xc000770fd8, {0xc002472000?, 0xd?, 0xc0022c0780?})
[2023-07-12][07:00:30][ERROR][app]  net/net.go:183 +0x45
[2023-07-12][07:00:30][ERROR][app] crypto/tls.(*atLeastReader).Read(0xc001cb34a0, {0xc002472000?, 0x0?, 0x100114c8f?})
[2023-07-12][07:00:30][ERROR][app]  crypto/tls/conn.go:787 +0x3d
[2023-07-12][07:00:30][ERROR][app] bytes.(*Buffer).ReadFrom(0xc0022aacf8, {0x10c6ee0a0, 0xc001cb34a0})
[2023-07-12][07:00:30][ERROR][app]  bytes/buffer.go:202 +0x98
[2023-07-12][07:00:30][ERROR][app] crypto/tls.(*Conn).readFromUntil(0xc0022aaa80, {0x138a7e3a0?, 0xc000770fd8}, 0xc00247200d?)
[2023-07-12][07:00:30][ERROR][app]  crypto/tls/conn.go:809 +0xe5
[2023-07-12][07:00:30][ERROR][app] crypto/tls.(*Conn).readRecordOrCCS(0xc0022aaa80, 0x0)
[2023-07-12][07:00:30][ERROR][app]  crypto/tls/conn.go:616 +0x116
[2023-07-12][07:00:30][ERROR][app] crypto/tls.(*Conn).readRecord(...)
[2023-07-12][07:00:30][ERROR][app]  crypto/tls/conn.go:582
[2023-07-12][07:00:30][ERROR][app] crypto/tls.(*Conn).Read(0xc0022aaa80, {0xc0021fe000, 0x1000, 0xc0023d1cb0?})
[2023-07-12][07:00:30][ERROR][app]  crypto/tls/conn.go:1315 +0x16f
[2023-07-12][07:00:30][ERROR][app] bufio.(*Reader).Read(0xc001b5dce0, {0xc000077620, 0x9, 0xe7c?})
[2023-07-12][07:00:30][ERROR][app]  bufio/bufio.go:237 +0x1bb
[2023-07-12][07:00:30][ERROR][app] io.ReadAtLeast({0x10c6eaa80, 0xc001b5dce0}, {0xc000077620, 0x9, 0x9}, 0x9)
[2023-07-12][07:00:30][ERROR][app]  io/io.go:332 +0x9a
[2023-07-12][07:00:30][ERROR][app] io.ReadFull(...)
[2023-07-12][07:00:30][ERROR][app]  io/io.go:351
[2023-07-12][07:00:30][ERROR][app] net/http.http2readFrameHeader({0xc000077620?, 0x9?, 0xc000863b00?}, {0x10c6eaa80?, 0xc001b5dce0?})
[2023-07-12][07:00:30][ERROR][app]  net/http/h2_bundle.go:1565 +0x6e
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2Framer).ReadFrame(0xc0000775e0)
[2023-07-12][07:00:30][ERROR][app]  net/http/h2_bundle.go:1829 +0x95
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2clientConnReadLoop).run(0xc0023d1f98)
[2023-07-12][07:00:30][ERROR][app]  net/http/h2_bundle.go:8874 +0x130
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2ClientConn).readLoop(0xc000813980)
[2023-07-12][07:00:30][ERROR][app]  net/http/h2_bundle.go:8770 +0x6f
[2023-07-12][07:00:30][ERROR][app] created by net/http.(*http2Transport).newClientConn
[2023-07-12][07:00:30][ERROR][app]  net/http/h2_bundle.go:7477 +0xaaa
[2023-07-12][07:00:30][ERROR][app] Cody app backend terminated with exit code 2
vaibhavkumar-sf commented 1 year ago

same

imotai commented 8 months ago

Same issue. Not working with Clear all data and restart

The logs seems different here:

[2023-07-12][04:26:35][ERROR][app] ✱ Sourcegraph App version: 2023.7.11+1384.7d20a90ce7 darwin amd64
[2023-07-12][04:31:35][ERROR][app] panic: (bug) frontend configuration server failed to start after 5m0s, this may indicate the DB is inaccessible
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 262 [running]:
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).checkDeadlock(0xc001c77678?)
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/conf/store.go:175 +0x2c8
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).WaitUntilInitialized(0xc000d7f8c0)
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/conf/store.go:137 +0x2f
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*client).Watch(0xc00060edc0, 0x10b113fd0)
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/conf/client.go:169 +0x11e
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.Watch(0xc001e13680?)
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/conf/client.go:136 +0x28
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0.func2()
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:52 +0x25
[2023-07-12][04:31:35][ERROR][app] created by github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:51 +0xb1
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 1 [runnable]:
[2023-07-12][04:31:35][ERROR][app] sync.runtime_notifyListWait(0xc001cf30c8, 0x67c)
[2023-07-12][04:31:35][ERROR][app]    runtime/sema.go:517 +0x14c
[2023-07-12][04:31:35][ERROR][app] sync.(*Cond).Wait(0xd?)
[2023-07-12][04:31:35][ERROR][app]    sync/cond.go:70 +0x8c
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2pipe).Read(0xc001cf30b0, {0xc00374f138, 0x2ec8, 0x2ec8})
[2023-07-12][04:31:35][ERROR][app]    net/http/h2_bundle.go:3668 +0xeb
[2023-07-12][04:31:35][ERROR][app] net/http.http2transportResponseBody.Read({0xc001cf3080?}, {0xc00374f138?, 0x46000?, 0x46000?})
[2023-07-12][04:31:35][ERROR][app]    net/http/h2_bundle.go:9157 +0x85
[2023-07-12][04:31:35][ERROR][app] io.ReadAll({0x138ea9740, 0xc001cf3080})
[2023-07-12][04:31:35][ERROR][app]    io/io.go:661 +0xfe
[2023-07-12][04:31:35][ERROR][app] io/ioutil.ReadAll(...)
[2023-07-12][04:31:35][ERROR][app]    io/ioutil/ioutil.go:27
[2023-07-12][04:31:35][ERROR][app] github.com/fergusstrange/embedded-postgres.defaultRemoteFetchStrategy.func1()
[2023-07-12][04:31:35][ERROR][app]    github.com/fergusstrange/embedded-postgres@v1.19.0/remote_fetch.go:48 +0x288
[2023-07-12][04:31:35][ERROR][app] github.com/fergusstrange/embedded-postgres.(*EmbeddedPostgres).Start(0xc000596d20)
[2023-07-12][04:31:35][ERROR][app]    github.com/fergusstrange/embedded-postgres@v1.19.0/embedded_postgres.go:100 +0x313
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.startEmbeddedPostgreSQL({0x10c759590, 0xc001a8c180}, {0xc000e80190, 0x48})
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:144 +0x795
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.initPostgreSQL({0x10c759590, 0xc001a8c180}, {0xc000e80190?, 0x12?})
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:39 +0x53
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.Init({0x10c759590, 0xc001a8c180})
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/singleprogram/singleprogram.go:106 +0xb46
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main.func3(0xc00243de00?)
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:91 +0xa7
[2023-07-12][04:31:35][ERROR][app] github.com/urfave/cli/v2.(*Command).Run(0xc00243de00, 0xc00245ddc0, {0xc00010e050, 0x5, 0x5})
[2023-07-12][04:31:35][ERROR][app]    github.com/urfave/cli/v2@v2.23.7/command.go:271 +0xa42
[2023-07-12][04:31:35][ERROR][app] github.com/urfave/cli/v2.(*App).RunContext(0xc0005b8d20, {0x10c73bc98?, 0xc000126008}, {0xc00010e050, 0x5, 0x5})
[2023-07-12][04:31:35][ERROR][app]    github.com/urfave/cli/v2@v2.23.7/app.go:333 +0x665
[2023-07-12][04:31:35][ERROR][app] github.com/urfave/cli/v2.(*App).Run(...)
[2023-07-12][04:31:35][ERROR][app]    github.com/urfave/cli/v2@v2.23.7/app.go:310
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main({0x10f277980, 0xd, 0xd}, {0xf9?, 0x0?}, {0xc00010e050?, 0x5, 0x5})
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:102 +0x6b6
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/enterprisecmd.MainEnterprise(...)
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/enterprisecmd/enterprisecmd.go:15
[2023-07-12][04:31:35][ERROR][app] main.main()
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/main.go:50 +0xd4
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 10 [select]:
[2023-07-12][04:31:35][ERROR][app] go.opencensus.io/stats/view.(*worker).start(0xc000049580)
[2023-07-12][04:31:35][ERROR][app]    go.opencensus.io@v0.24.0/stats/view/worker.go:292 +0xad
[2023-07-12][04:31:35][ERROR][app] created by go.opencensus.io/stats/view.init.0
[2023-07-12][04:31:35][ERROR][app]    go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x8d
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 281 [select, 5 minutes]:
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2clientStream).writeRequest(0xc001cf3080, 0xc001d29200)
[2023-07-12][04:31:35][ERROR][app]    net/http/h2_bundle.go:8095 +0x9c7
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2clientStream).doRequest(0x1005ae28a?, 0xc002367aa0?)
[2023-07-12][04:31:35][ERROR][app]    net/http/h2_bundle.go:7957 +0x1e
[2023-07-12][04:31:35][ERROR][app] created by net/http.(*http2ClientConn).RoundTrip
[2023-07-12][04:31:35][ERROR][app]    net/http/h2_bundle.go:7886 +0x30a
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 219 [chan receive]:
[2023-07-12][04:31:35][ERROR][app] github.com/golang/glog.(*loggingT).flushDaemon(0xc001f786c0?)
[2023-07-12][04:31:35][ERROR][app]    github.com/golang/glog@v1.0.0/glog.go:882 +0x6a
[2023-07-12][04:31:35][ERROR][app] created by github.com/golang/glog.init.0
[2023-07-12][04:31:35][ERROR][app]    github.com/golang/glog@v1.0.0/glog.go:410 +0x1bf
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 119 [select, 5 minutes]:
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/limiter.(*MutableLimiter).do(0xc0012e4ea0, 0x20)
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:94 +0x1bd
[2023-07-12][04:31:35][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/limiter.NewMutable
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:38 +0x105
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 265 [select]:
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).consume(0xc00246eb40)
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/log@v0.0.0-20230711093019-40c57b632cca/internal/sinkcores/sentrycore/worker.go:59 +0xd7
[2023-07-12][04:31:35][ERROR][app] created by github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).start
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/log@v0.0.0-20230711093019-40c57b632cca/internal/sinkcores/sentrycore/worker.go:51 +0x56
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 266 [select, 5 minutes]:
[2023-07-12][04:31:35][ERROR][app] io.(*pipe).read(0xc002367c20, {0xc0023c8000, 0x1000, 0x1?})
[2023-07-12][04:31:35][ERROR][app]    io/pipe.go:57 +0xb1
[2023-07-12][04:31:35][ERROR][app] io.(*PipeReader).Read(0x10006d88e?, {0xc0023c8000?, 0xc001d18530?, 0x10003d340?})
[2023-07-12][04:31:35][ERROR][app]    io/pipe.go:136 +0x25
[2023-07-12][04:31:35][ERROR][app] bufio.(*Scanner).Scan(0xc000aaaf50)
[2023-07-12][04:31:35][ERROR][app]    bufio/scan.go:214 +0x876
[2023-07-12][04:31:35][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter.func1()
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:186 +0xda
[2023-07-12][04:31:35][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter
[2023-07-12][04:31:35][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:184 +0x1c5
[2023-07-12][04:31:35][ERROR][app] 
[2023-07-12][04:31:35][ERROR][app] goroutine 292 [IO wait]:
[2023-07-12][04:31:35][ERROR][app] internal/poll.runtime_pollWait(0x138d00840, 0x72)
[2023-07-12][04:31:35][ERROR][app]    runtime/netpoll.go:305 +0x89
[2023-07-12][04:31:35][ERROR][app] internal/poll.(*pollDesc).wait(0xc002271580?, 0xc0025c8000?, 0x0)
[2023-07-12][04:31:35][ERROR][app]    internal/poll/fd_poll_runtime.go:84 +0x32
[2023-07-12][04:31:35][ERROR][app] internal/poll.(*pollDesc).waitRead(...)
[2023-07-12][04:31:35][ERROR][app]    internal/poll/fd_poll_runtime.go:89
[2023-07-12][04:31:35][ERROR][app] internal/poll.(*FD).Read(0xc002271580, {0xc0025c8000, 0xa000, 0xa000})
[2023-07-12][04:31:35][ERROR][app]    internal/poll/fd_unix.go:167 +0x25a
[2023-07-12][04:31:35][ERROR][app] net.(*netFD).Read(0xc002271580, {0xc0025c8000?, 0x10024c7a2?, 0xc0005e81e0?})
[2023-07-12][04:31:35][ERROR][app]    net/fd_posix.go:55 +0x29
[2023-07-12][04:31:35][ERROR][app] net.(*conn).Read(0xc0005e0000, {0xc0025c8000?, 0xd?, 0xc0005e81e0?})
[2023-07-12][04:31:35][ERROR][app]    net/net.go:183 +0x45
[2023-07-12][04:31:35][ERROR][app] crypto/tls.(*atLeastReader).Read(0xc001e22108, {0xc0025c8000?, 0x0?, 0x100114c8f?})
[2023-07-12][04:31:35][ERROR][app]    crypto/tls/conn.go:787 +0x3d
[2023-07-12][04:31:35][ERROR][app] bytes.(*Buffer).ReadFrom(0xc0005e4278, {0x10c6ee0a0, 0xc001e22108})
[2023-07-12][04:31:35][ERROR][app]    bytes/buffer.go:202 +0x98
[2023-07-12][04:31:35][ERROR][app] crypto/tls.(*Conn).readFromUntil(0xc0005e4000, {0x138ae0128?, 0xc0005e0000}, 0xc0025c89f5?)
[2023-07-12][04:31:35][ERROR][app]    crypto/tls/conn.go:809 +0xe5
[2023-07-12][04:31:35][ERROR][app] crypto/tls.(*Conn).readRecordOrCCS(0xc0005e4000, 0x0)
[2023-07-12][04:31:35][ERROR][app]    crypto/tls/conn.go:616 +0x116
[2023-07-12][04:31:35][ERROR][app] crypto/tls.(*Conn).readRecord(...)
[2023-07-12][04:31:35][ERROR][app]    crypto/tls/conn.go:582
[2023-07-12][04:31:35][ERROR][app] crypto/tls.(*Conn).Read(0xc0005e4000, {0xc002565000, 0x1000, 0xc001a99cb0?})
[2023-07-12][04:31:35][ERROR][app]    crypto/tls/conn.go:1315 +0x16f
[2023-07-12][04:31:35][ERROR][app] bufio.(*Reader).Read(0xc0005dcfc0, {0xc00254e4a0, 0x9, 0x523?})
[2023-07-12][04:31:35][ERROR][app]    bufio/bufio.go:237 +0x1bb
[2023-07-12][04:31:35][ERROR][app] io.ReadAtLeast({0x10c6eaa80, 0xc0005dcfc0}, {0xc00254e4a0, 0x9, 0x9}, 0x9)
[2023-07-12][04:31:35][ERROR][app]    io/io.go:332 +0x9a
[2023-07-12][04:31:35][ERROR][app] io.ReadFull(...)
[2023-07-12][04:31:35][ERROR][app]    io/io.go:351
[2023-07-12][04:31:35][ERROR][app] net/http.http2readFrameHeader({0xc00254e4a0?, 0x9?, 0xc00246e1e0?}, {0x10c6eaa80?, 0xc0005dcfc0?})
[2023-07-12][04:31:35][ERROR][app]    net/http/h2_bundle.go:1565 +0x6e
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2Framer).ReadFrame(0xc00254e460)
[2023-07-12][04:31:35][ERROR][app]    net/http/h2_bundle.go:1829 +0x95
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2clientConnReadLoop).run(0xc001a99f98)
[2023-07-12][04:31:35][ERROR][app]    net/http/h2_bundle.go:8874 +0x130
[2023-07-12][04:31:35][ERROR][app] net/http.(*http2ClientConn).readLoop(0xc0005e2180)
[2023-07-12][04:31:35][ERROR][app]    net/http/h2_bundle.go:8770 +0x6f
[2023-07-12][04:31:35][ERROR][app] created by net/http.(*http2Transport).newClientConn
[2023-07-12][04:31:35][ERROR][app]    net/http/h2_bundle.go:7477 +0xaaa
[2023-07-12][04:31:35][ERROR][app] Cody app backend terminated with exit code 2
[2023-07-12][06:53:13][ERROR][app::common] No such file or directory (os error 2)
[2023-07-12][06:53:16][ERROR][app] ✱ Sourcegraph App version: 2023.7.11+1384.7d20a90ce7 darwin amd64
[2023-07-12][06:55:30][ERROR][app] ✱ Sourcegraph App version: 2023.7.11+1384.7d20a90ce7 darwin amd64
[2023-07-12][07:00:30][ERROR][app] panic: (bug) frontend configuration server failed to start after 5m0s, this may indicate the DB is inaccessible
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 312 [running]:
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).checkDeadlock(0xc000770f58?)
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/conf/store.go:175 +0x2c8
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*store).WaitUntilInitialized(0xc000ad6ea0)
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/conf/store.go:137 +0x2f
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.(*client).Watch(0xc000fbf740, 0x10b113fd0)
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/conf/client.go:169 +0x11e
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/conf.Watch(0xc001b5d920?)
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/conf/client.go:136 +0x28
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0.func2()
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:52 +0x25
[2023-07-12][07:00:30][ERROR][app] created by github.com/sourcegraph/sourcegraph/cmd/symbols/parser.init.0
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/cmd/symbols/parser/config.go:51 +0xb1
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 1 [sync.Cond.Wait]:
[2023-07-12][07:00:30][ERROR][app] sync.runtime_notifyListWait(0xc000813b48, 0xa83)
[2023-07-12][07:00:30][ERROR][app]    runtime/sema.go:517 +0x14c
[2023-07-12][07:00:30][ERROR][app] sync.(*Cond).Wait(0x1002e5186?)
[2023-07-12][07:00:30][ERROR][app]    sync/cond.go:70 +0x8c
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2pipe).Read(0xc000813b30, {0xc004869b90, 0x1d0470, 0x1d0470})
[2023-07-12][07:00:30][ERROR][app]    net/http/h2_bundle.go:3668 +0xeb
[2023-07-12][07:00:30][ERROR][app] net/http.http2transportResponseBody.Read({0xc000813b00?}, {0xc004869b90?, 0x6c000?, 0x6c000?})
[2023-07-12][07:00:30][ERROR][app]    net/http/h2_bundle.go:9157 +0x85
[2023-07-12][07:00:30][ERROR][app] io.ReadAll({0x138eab0c8, 0xc000813b00})
[2023-07-12][07:00:30][ERROR][app]    io/io.go:661 +0xfe
[2023-07-12][07:00:30][ERROR][app] io/ioutil.ReadAll(...)
[2023-07-12][07:00:30][ERROR][app]    io/ioutil/ioutil.go:27
[2023-07-12][07:00:30][ERROR][app] github.com/fergusstrange/embedded-postgres.defaultRemoteFetchStrategy.func1()
[2023-07-12][07:00:30][ERROR][app]    github.com/fergusstrange/embedded-postgres@v1.19.0/remote_fetch.go:48 +0x288
[2023-07-12][07:00:30][ERROR][app] github.com/fergusstrange/embedded-postgres.(*EmbeddedPostgres).Start(0xc00077e2d0)
[2023-07-12][07:00:30][ERROR][app]    github.com/fergusstrange/embedded-postgres@v1.19.0/embedded_postgres.go:100 +0x313
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.startEmbeddedPostgreSQL({0x10c759590, 0xc0006c0cc0}, {0xc000bac8c0, 0x48})
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:144 +0x795
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.initPostgreSQL({0x10c759590, 0xc0006c0cc0}, {0xc000bac8c0?, 0x12?})
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:39 +0x53
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.Init({0x10c759590, 0xc0006c0cc0})
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/singleprogram/singleprogram.go:106 +0xb46
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main.func3(0xc0002563c0?)
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:91 +0xa7
[2023-07-12][07:00:30][ERROR][app] github.com/urfave/cli/v2.(*Command).Run(0xc0002563c0, 0xc0006c0900, {0xc0000740a0, 0x5, 0x5})
[2023-07-12][07:00:30][ERROR][app]    github.com/urfave/cli/v2@v2.23.7/command.go:271 +0xa42
[2023-07-12][07:00:30][ERROR][app] github.com/urfave/cli/v2.(*App).RunContext(0xc0002e8000, {0x10c73bc98?, 0xc00007a078}, {0xc0000740a0, 0x5, 0x5})
[2023-07-12][07:00:30][ERROR][app]    github.com/urfave/cli/v2@v2.23.7/app.go:333 +0x665
[2023-07-12][07:00:30][ERROR][app] github.com/urfave/cli/v2.(*App).Run(...)
[2023-07-12][07:00:30][ERROR][app]    github.com/urfave/cli/v2@v2.23.7/app.go:310
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/service/svcmain.Main({0x10f277980, 0xd, 0xd}, {0xf9?, 0x0?}, {0xc0000740a0?, 0x5, 0x5})
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/service/svcmain/svcmain.go:102 +0x6b6
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/enterprisecmd.MainEnterprise(...)
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/enterprisecmd/enterprisecmd.go:15
[2023-07-12][07:00:30][ERROR][app] main.main()
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/enterprise/cmd/sourcegraph/main.go:50 +0xd4
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 55 [select]:
[2023-07-12][07:00:30][ERROR][app] go.opencensus.io/stats/view.(*worker).start(0xc00014c080)
[2023-07-12][07:00:30][ERROR][app]    go.opencensus.io@v0.24.0/stats/view/worker.go:292 +0xad
[2023-07-12][07:00:30][ERROR][app] created by go.opencensus.io/stats/view.init.0
[2023-07-12][07:00:30][ERROR][app]    go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x8d
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 144 [select, 5 minutes]:
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/limiter.(*MutableLimiter).do(0xc001ce23c0, 0x20)
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:94 +0x1bd
[2023-07-12][07:00:30][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/limiter.NewMutable
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/limiter/mutable.go:38 +0x105
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 254 [chan receive]:
[2023-07-12][07:00:30][ERROR][app] github.com/golang/glog.(*loggingT).flushDaemon(0xc00229ec00?)
[2023-07-12][07:00:30][ERROR][app]    github.com/golang/glog@v1.0.0/glog.go:882 +0x6a
[2023-07-12][07:00:30][ERROR][app] created by github.com/golang/glog.init.0
[2023-07-12][07:00:30][ERROR][app]    github.com/golang/glog@v1.0.0/glog.go:410 +0x1bf
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 322 [select]:
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).consume(0xc001cdfaa0)
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/log@v0.0.0-20230711093019-40c57b632cca/internal/sinkcores/sentrycore/worker.go:59 +0xd7
[2023-07-12][07:00:30][ERROR][app] created by github.com/sourcegraph/log/internal/sinkcores/sentrycore.(*worker).start
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/log@v0.0.0-20230711093019-40c57b632cca/internal/sinkcores/sentrycore/worker.go:51 +0x56
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 323 [select, 5 minutes]:
[2023-07-12][07:00:30][ERROR][app] io.(*pipe).read(0xc000115c20, {0xc0021fa000, 0x1000, 0xc000083e01?})
[2023-07-12][07:00:30][ERROR][app]    io/pipe.go:57 +0xb1
[2023-07-12][07:00:30][ERROR][app] io.(*PipeReader).Read(0x7?, {0xc0021fa000?, 0xc000083e80?, 0xa?})
[2023-07-12][07:00:30][ERROR][app]    io/pipe.go:136 +0x25
[2023-07-12][07:00:30][ERROR][app] bufio.(*Scanner).Scan(0xc0000b9f50)
[2023-07-12][07:00:30][ERROR][app]    bufio/scan.go:214 +0x876
[2023-07-12][07:00:30][ERROR][app] github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter.func1()
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:186 +0xda
[2023-07-12][07:00:30][ERROR][app] created by github.com/sourcegraph/sourcegraph/internal/singleprogram.debugLogLinesWriter
[2023-07-12][07:00:30][ERROR][app]    github.com/sourcegraph/sourcegraph/internal/singleprogram/postgresql.go:184 +0x1c5
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 303 [select, 5 minutes]:
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2clientStream).writeRequest(0xc000813b00, 0xc0023c6000)
[2023-07-12][07:00:30][ERROR][app]    net/http/h2_bundle.go:8095 +0x9c7
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2clientStream).doRequest(0xc0002f84e0?, 0xc000091400?)
[2023-07-12][07:00:30][ERROR][app]    net/http/h2_bundle.go:7957 +0x1e
[2023-07-12][07:00:30][ERROR][app] created by net/http.(*http2ClientConn).RoundTrip
[2023-07-12][07:00:30][ERROR][app]    net/http/h2_bundle.go:7886 +0x30a
[2023-07-12][07:00:30][ERROR][app] 
[2023-07-12][07:00:30][ERROR][app] goroutine 302 [IO wait]:
[2023-07-12][07:00:30][ERROR][app] internal/poll.runtime_pollWait(0x138a7e2b0, 0x72)
[2023-07-12][07:00:30][ERROR][app]    runtime/netpoll.go:305 +0x89
[2023-07-12][07:00:30][ERROR][app] internal/poll.(*pollDesc).wait(0xc0021dab00?, 0xc002472000?, 0x0)
[2023-07-12][07:00:30][ERROR][app]    internal/poll/fd_poll_runtime.go:84 +0x32
[2023-07-12][07:00:30][ERROR][app] internal/poll.(*pollDesc).waitRead(...)
[2023-07-12][07:00:30][ERROR][app]    internal/poll/fd_poll_runtime.go:89
[2023-07-12][07:00:30][ERROR][app] internal/poll.(*FD).Read(0xc0021dab00, {0xc002472000, 0xa000, 0xa000})
[2023-07-12][07:00:30][ERROR][app]    internal/poll/fd_unix.go:167 +0x25a
[2023-07-12][07:00:30][ERROR][app] net.(*netFD).Read(0xc0021dab00, {0xc002472000?, 0x10024c7a2?, 0xc0022c0780?})
[2023-07-12][07:00:30][ERROR][app]    net/fd_posix.go:55 +0x29
[2023-07-12][07:00:30][ERROR][app] net.(*conn).Read(0xc000770fd8, {0xc002472000?, 0xd?, 0xc0022c0780?})
[2023-07-12][07:00:30][ERROR][app]    net/net.go:183 +0x45
[2023-07-12][07:00:30][ERROR][app] crypto/tls.(*atLeastReader).Read(0xc001cb34a0, {0xc002472000?, 0x0?, 0x100114c8f?})
[2023-07-12][07:00:30][ERROR][app]    crypto/tls/conn.go:787 +0x3d
[2023-07-12][07:00:30][ERROR][app] bytes.(*Buffer).ReadFrom(0xc0022aacf8, {0x10c6ee0a0, 0xc001cb34a0})
[2023-07-12][07:00:30][ERROR][app]    bytes/buffer.go:202 +0x98
[2023-07-12][07:00:30][ERROR][app] crypto/tls.(*Conn).readFromUntil(0xc0022aaa80, {0x138a7e3a0?, 0xc000770fd8}, 0xc00247200d?)
[2023-07-12][07:00:30][ERROR][app]    crypto/tls/conn.go:809 +0xe5
[2023-07-12][07:00:30][ERROR][app] crypto/tls.(*Conn).readRecordOrCCS(0xc0022aaa80, 0x0)
[2023-07-12][07:00:30][ERROR][app]    crypto/tls/conn.go:616 +0x116
[2023-07-12][07:00:30][ERROR][app] crypto/tls.(*Conn).readRecord(...)
[2023-07-12][07:00:30][ERROR][app]    crypto/tls/conn.go:582
[2023-07-12][07:00:30][ERROR][app] crypto/tls.(*Conn).Read(0xc0022aaa80, {0xc0021fe000, 0x1000, 0xc0023d1cb0?})
[2023-07-12][07:00:30][ERROR][app]    crypto/tls/conn.go:1315 +0x16f
[2023-07-12][07:00:30][ERROR][app] bufio.(*Reader).Read(0xc001b5dce0, {0xc000077620, 0x9, 0xe7c?})
[2023-07-12][07:00:30][ERROR][app]    bufio/bufio.go:237 +0x1bb
[2023-07-12][07:00:30][ERROR][app] io.ReadAtLeast({0x10c6eaa80, 0xc001b5dce0}, {0xc000077620, 0x9, 0x9}, 0x9)
[2023-07-12][07:00:30][ERROR][app]    io/io.go:332 +0x9a
[2023-07-12][07:00:30][ERROR][app] io.ReadFull(...)
[2023-07-12][07:00:30][ERROR][app]    io/io.go:351
[2023-07-12][07:00:30][ERROR][app] net/http.http2readFrameHeader({0xc000077620?, 0x9?, 0xc000863b00?}, {0x10c6eaa80?, 0xc001b5dce0?})
[2023-07-12][07:00:30][ERROR][app]    net/http/h2_bundle.go:1565 +0x6e
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2Framer).ReadFrame(0xc0000775e0)
[2023-07-12][07:00:30][ERROR][app]    net/http/h2_bundle.go:1829 +0x95
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2clientConnReadLoop).run(0xc0023d1f98)
[2023-07-12][07:00:30][ERROR][app]    net/http/h2_bundle.go:8874 +0x130
[2023-07-12][07:00:30][ERROR][app] net/http.(*http2ClientConn).readLoop(0xc000813980)
[2023-07-12][07:00:30][ERROR][app]    net/http/h2_bundle.go:8770 +0x6f
[2023-07-12][07:00:30][ERROR][app] created by net/http.(*http2Transport).newClientConn
[2023-07-12][07:00:30][ERROR][app]    net/http/h2_bundle.go:7477 +0xaaa
[2023-07-12][07:00:30][ERROR][app] Cody app backend terminated with exit code 2

the same for me https://github.com/sourcegraph/app/issues/95