x/build: intermittent failures on linux/ppc64 builder #25425
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
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.
The text was updated successfully, but these errors were encountered: