-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
x/build: add LUCI plan9-386 builder #63599
Comments
@golang/release |
Change https://go.dev/cl/536196 mentions this issue: |
For golang/go#63599 For golang/go#63600 For golang/go#63601 Change-Id: I804b903615861667cc88c70b25296871788ef5ed Reviewed-on: https://go-review.googlesource.com/c/build/+/536196 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Bypass: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Carlos Amedee <carlos@golang.org>
Here is the certificate: plan9-386-1698265768.cert.txt |
Thank you for the certificate. I've tried to launch the swarming bot, but I came across this error:
Is there something I'm doing wrong? Also, since we can't run Python on Plan 9, the idea is to run the swarming bot on a Linux machine, which will run the command on a remote Plan 9 instance (like Thanks. |
Here is an update of how far the swarming bot goes currently. I don't have the API error anymore. The swarming bot is starting successfully, then waits forever.
|
Thanks for trying again and confirming the API error isn't happening by now. Did you have a chance to see your bot at https://chromium-swarm.appspot.com/botlist while it was connected, and what dimensions it reported? (Most relevant is the The attempted "Periodic reboot" seems unexpected, SWARMING_NEVER_REBOOT being set in the environment should've disabled it as I understand. For completeness, what's the version of |
I can see the bot successfully on https://chromium-swarm.appspot.com/bot?id=plan9-386.
|
The LUCI |
Congrats on the progress! On the corresponding build page (https://ci.chromium.org/b/8745946740583765537), oddly, there are 31 failing test result entries (and 2901 passing) despite the overall build status being "succeeded". A frequent error in the logs appears to be "go: creating work dir: stat /home/swarming/tmp: '/home/swarming/tmp' file does not exist". |
Thanks for noticing. I'll investigate. |
I think it should be fixed now. https://ci.chromium.org/ui/p/golang/builders/ci/x_time-gotip-plan9-386/ |
Change https://go.dev/cl/608155 mentions this issue: |
The text was updated successfully, but these errors were encountered: