'concourse web' fails: panic: runtime error: index out of range [-1] #6081
Replies: 3 comments
-
|
Converted to a discussion per https://blog.concourse-ci.org/nobody-wants-a-stale-bot/#an-update-on-triage. @chenbh @aoldershaw at first I saw this and got worried that, since keys were mentioned, that #5980 might have caused it. But that PR was not released in 6.5. @yurivict based on your bio, and the Most likely this problem arises because you're building concourse using This theory is borne out by the evidence that your code is panicking on concourse/atc/db/migration/migration.go Line 370 in 5edc00f which suggests that Once I stared at it for a while, your issue reminded me of #5613 when @flokli was working on creating a concourse package for Nix, which also builds from source. |
Beta Was this translation helpful? Give feedback.
-
I use the FreeBSD ports' framework module "go" that builds from source using |
Beta Was this translation helpful? Give feedback.
-
|
This might all get a bit cleaner once golang/go#41191 has worked its way into go - see https://go.googlesource.com/proposal/+/master/design/draft-embed.md for a rendered draft. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the tutorial https://concourse-ci.org/concourse-generate-key.html and got this failure.
Perhaps some key is mixed up, but concourse should say what is wrong instead of panicking.
concourse-6.5.1
Beta Was this translation helpful? Give feedback.
All reactions