-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic from http client #4377
Comments
@gmichelo Any specific OpenTelemetry config that you use? @MrAlias @Aneurysm9 Any ideas what might be going on here? The panic comes from https://github.com/open-telemetry/opentelemetry-go-contrib/blob/v1.20.0/instrumentation/net/http/httptrace/otelhttptrace/clienttrace.go#L231 so only possible case should be that |
Hey @tonistiigi. No, we don't set OpenTelemetry config. |
Marking this as "needs investigation". Atm I don't see any possible fix than adding a nil check in the otel library (although why the nil value appears there isn't completely clear). The only thing we could do from buildkit side is add a |
Still hitting this today while trying to push to ECR from github actions. Is it possible to avoid it by setting some bogus opentelemetry configuration? |
I don't think so. The error is not in opentelemetry reporting but the wrappers around the connections. If you have some way to reproduce, it might be a way to get open-telemetry/opentelemetry-go-contrib#5187 moving. |
Hi! We've observed the following panic in our production use of buildkitd.
The text was updated successfully, but these errors were encountered: