golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
121.18k stars 17.37k forks source link

x/build: openbsd-ppc64 builder timeouts #68095

Open pmur opened 2 weeks ago

pmur commented 2 weeks ago

Go version

tip

Output of go env in your module/workspace:

GOOS=openbsd
GOARCH=ppc64

What did you do?

I noticed a number of different CI failures in the last week (possibly longer) which indicate a timeout. E.g 9d33956 4f77a83 2b12bbc

I want to verify there are no problems with the ppc64 backend.

@golang/openbsd @golang/ppc64

What did you see happen?

Frequent timeouts, and many tests taking an abnormally long amount of time.

What did you expect to see?

All the CI tests pass.

gabyhelp commented 2 weeks ago

Similar Issues

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)