-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: timing out on plan9/386 builder #29822
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
Sorry, but this is not Go 1.12 material. The Plan 9 port exists on a best effort basis. |
Are they that slow even in Is there something about plan9 that makes operations dramatically slower than everywhere else? ( |
Or is there something deadlocking in the test? |
File I/O are slow on Plan 9. There was a deadlock in I plan to enable SMP on the Plan 9 image, so the cmd/go tests could complete significantly faster. |
Change https://golang.org/cl/158597 mentions this issue: |
Change https://golang.org/cl/158541 mentions this issue: |
Deployed & cleared the plan 9 column again. Let's see what happens. |
Includes CL 158597 (enable SMP in Plan 9 image) Updates golang/go#29822 Change-Id: Ic158c5153e79635ff1bc877d5dfb12a98f380d50 Reviewed-on: https://go-review.googlesource.com/c/158541 Reviewed-by: Bryan C. Mills <[email protected]>
Change https://golang.org/cl/158542 mentions this issue: |
Revert "env: enable SMP in Plan 9 image" This reverts commit 6478d3e. Revert "dashboard: bump plan9 GCE image" This reverts commit ce20899. Updates golang/go#29822 Change-Id: I47e75d135e092ee9d5a80c66e91c1048c67cd5f6 Reviewed-on: https://go-review.googlesource.com/c/158542 Reviewed-by: Bryan C. Mills <[email protected]> Reviewed-by: David du Colombier <[email protected]>
Since the addition of many new tests in cmd/go during the last
few weeks, the cmd/go tests are timing out on the plan9/386
builder running on GCE.
This is related to CL 158537.
The text was updated successfully, but these errors were encountered: