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: intermittent failures on linux/ppc64 builder #25425

Closed
laboger opened this issue May 16, 2018 · 2 comments
Closed

x/build: intermittent failures on linux/ppc64 builder #25425

laboger opened this issue May 16, 2018 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@laboger
Copy link
Contributor

laboger commented May 16, 2018

What version of Go are you using (go version)?

tip

Does this issue reproduce with the latest release?

intermittently

What operating system and processor architecture are you using (go env)?

linux/ppc64

I've seen intermittent failures on the golang build page for the ppc64 column, (never ppc64le) and the logs show that the failures are due to hangs when testing the runtime pkg. I have never been able to reproduce this, but I suspect it is due to the timeout value not being high enough because of its intermittent nature. It must be close to the limit and sometimes goes over due to other factors on the system.

I'm not sure what the preferred way to increase the timeout for ppc64 testing in this case to see if that will resolve this problem. I can make the change if someone tells me what it should be.

@bcmills
Copy link
Contributor

bcmills commented May 23, 2018

I can make the change if someone tells me what it should be.

If I understand your theory correctly, I think you should be able to add GO_TEST_TIMEOUT_SCALE=2 to the environment in golang.org/x/build/dashboard/builders.go.

(CC: @bradfitz in case I'm mistaken.)

@bcmills bcmills changed the title test: intermittent failures in linux/ppc64 on build page due to test hangs x/build: intermittent failures on linux/ppc64 builder May 23, 2018
@gopherbot gopherbot added this to the Unreleased milestone May 23, 2018
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label May 23, 2018
@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 23, 2018
@laboger
Copy link
Contributor Author

laboger commented Aug 17, 2018

This particular problem hasn't happened in a while, so I will close it.

@laboger laboger closed this as completed Aug 17, 2018
@golang golang locked and limited conversation to collaborators Aug 17, 2019
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 NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants