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

x/build/buildlet: health check failing on Plan 9 builder #11239

Closed
0intro opened this issue Jun 16, 2015 · 3 comments
Closed

x/build/buildlet: health check failing on Plan 9 builder #11239

0intro opened this issue Jun 16, 2015 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge OS-Plan9
Milestone

Comments

@0intro
Copy link
Member

0intro commented Jun 16, 2015

Since CL 10981, the Plan 9 builders are failing on :

Installed Go for plan9/386 in /tmp/workdir/go
Installed commands in /tmp/workdir/go/bin
*** You need to bind /tmp/workdir/go/bin before /bin.
Failed to schedule "go_test:archive/tar" test after 3 tries.

It happens because the health check executed by the coordinator are failing.
Brad thinks the Plan 9 buildlet couldn't execute the tests in a child process
and reply to a health check at the same time.

Brad submitted CL 11132 to work around this issue.
It seems that no more than two health checks could fail consecutively.

@0intro 0intro added OS-Plan9 Builders x/build issues (builders, bots, dashboards) labels Jun 16, 2015
@0intro 0intro self-assigned this Jun 16, 2015
@0intro 0intro added this to the Go1.5 milestone Jun 16, 2015
@bradfitz bradfitz modified the milestones: Unplanned, Go1.5 Jun 16, 2015
@bradfitz
Copy link
Contributor

Build-only things like this don't affect the release. Of course, if you find a critical bug, perhaps it can be fixed for Go 1.5, depending on what it is.

@bradfitz
Copy link
Contributor

I've also tried adding runtime.GOMAXPROCS(1) to the Plan 9 buildlet, but it doesn't seem to make a difference.

@bradfitz
Copy link
Contributor

Old. I'm going to close this for now and file a new bug with more details if I notice problems.

@golang golang locked and limited conversation to collaborators Apr 27, 2017
@rsc rsc unassigned 0intro Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge OS-Plan9
Projects
None yet
Development

No branches or pull requests

3 participants