-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime/debug: internal compiler error when building Kubernetes introduced in commit fdecaa8 #23179
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
Comments
@mvdan yes it is reproduced with latest golang master |
Yes, it failed with latest upstream right before I opened this issue. go version go version |
I am taking a look |
Change https://golang.org/cl/84755 mentions this issue: |
I'm now hitting a new error.
|
@laboger , I redid the kubernetes build according to your instructions (using tip with the fix) and I don't see any build errors. Are you still seeing this new problem? |
@thanm this error is happening only on the |
Thanks for the clarification. That is somewhat surprising given that the inliner is (more or less) target-independent, but I'll see what I can do about reproducing it. |
If I can help narrow it down let me know what I can do. |
OK, I finally have a handle on it now. Working on a fix. |
Change https://golang.org/cl/84975 mentions this issue: |
Your latest CL allows the Kubernetes build to finish without error. Thanks. |
Good to hear. Thanks for doing the additional testing. |
What version of Go are you using (
go version
)?go version devel +fdecaa8 Fri Dec 15 17:59:32 2017 +0000 linux/ppc64le
Does this issue reproduce with the latest release?
yes with latest upstream
What operating system and processor architecture are you using (
go env
)?linux ppc64le, amd64
What did you do?
We have continuous builds of Kubernetes on upstream golang on ppc64le.
What did you expect to see?
successful builds
What did you see instead?
build failures (ICE) starting with commit fdecaa8
To reproduce:
As noted above, we found this on ppc64le but it does also get an ICE on linux/amd64.
The text was updated successfully, but these errors were encountered: