Skip to content
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

cmd/compile: internal compiler error building k8s #55269

Closed
mknyszek opened this issue Sep 20, 2022 · 3 comments
Closed

cmd/compile: internal compiler error building k8s #55269

mknyszek opened this issue Sep 20, 2022 · 3 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker Soon This needs to be done soon. (regressions, serious bugs, outages)
Milestone

Comments

@mknyszek
Copy link
Contributor

Build error: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-build-and-push-k8s-at-golang-tip/1572196947165450240

Summary:

# k8s.io/kubernetes/vendor/k8s.io/client-go/kubernetes/typed/core/v1
vendor/k8s.io/client-go/kubernetes/typed/core/v1/event_expansion.go:116:2: internal compiler error: bad live variable at entry of (*events).Search: stringRefUID (type string)

Looks like something in the compiler broke between 7db923f and 1eeb257, which suggests to me that cf53990 or 4c414c7 are the issue.

CC @golang/compiler

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Sep 20, 2022
@mknyszek mknyszek added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker Soon This needs to be done soon. (regressions, serious bugs, outages) labels Sep 20, 2022
@mknyszek mknyszek added this to the Go1.20 milestone Sep 20, 2022
@mknyszek
Copy link
Contributor Author

More specifically: CC @erifan @cherrymui @randall77

@cuonglm
Copy link
Member

cuonglm commented Sep 20, 2022

Duplicated of #55254

@mknyszek
Copy link
Contributor Author

Oh, great, thanks.

@mknyszek mknyszek closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2022
@golang golang locked and limited conversation to collaborators Sep 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker Soon This needs to be done soon. (regressions, serious bugs, outages)
Projects
None yet
Development

No branches or pull requests

3 participants