-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/go/internal/gcimporter: frequent failures with SIGSEGV on openbsd-386-64 builder #36563
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
If that is the case, the fact that this is reported as |
This test seems to be failing around 50% of runs on this particular builder. That makes it a release-blocker for Go 1.18 via #11811. Since this is not a first-class port, we can resolve it by fixing the underlying issue, adding or adjusting test skips, or skipping all of |
Friendly ping that this is a release-blocking issue for Go 1.18. |
From the original comment:
By now, I am even more confident that builders testing x/tools should have around 16~ GB RAM (see #33986). Many of the builders have been modified to have that much, so I think we should do the same here as the next step. |
Now that CL 354757 is submitted, I'll send a CL for this. |
Change https://golang.org/cl/355669 mentions this issue: |
I'll give it some time before submitting CL 355669, since the builder machine type changed slightly in CL 354757, so we have more data. (Otherwise we won't know what it was that fixed it.)
If we confirm this was indeed due to insufficient memory, we should make a separate issue for the runtime package. |
Change https://golang.org/cl/357370 mentions this issue: |
This is a 32-bit architecture, so increasing RAM of the machine to 16 GB probably won't help (thanks @cagedmantis for catching this). I think the right next step here is #49090. |
From build.golang.org, the tests for this package fail on
openbsd-386-64
builder:(Source: https://build.golang.org/log/bf78c570cc6e1acb6dbc4391d770300022c9b6be)
Recent occurrences from https://build.golang.org/?repo=golang.org%2fx%2ftools:
I suspect this may be similar to #36444. This builder is currently on
n1-highcpu-4
, which has only 3.6 GB memory, and that is likely not enough for x/tools tests to pass./cc @stamblerre @matloob
The text was updated successfully, but these errors were encountered: