Skip to content

x/build: darwin-amd64 LUCI builders are sometimes too slow #65040

Open
@bcmills

Description

@bcmills
#!watchflakes
default <- builder ~ `(gotip|go1\.\d\d)-darwin-amd64` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || `command exceeded time limit` || status == "ABORT")

Go version

aba18d5

Output of go env in your module/workspace:

N/A

What did you do?

Check status of https://ci.chromium.org/p/golang/g/go-gotip/console.

What did you see happen?

Multiple failures involving timeouts on the darwin-amd64_13 builder:

What did you expect to see?

No timeouts: go test -short cmd/go takes <20s to run locally, so either the builders should be faster, or they should set a GO_TEST_TIMEOUT_SCALE that is long enough to reliably run the tests.

The only timeouts on the builders should be for (a) true deadlocks, and (b) tests that take a similarly long time (approaching 3 minutes) when run locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Buildersx/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Darwin

    Type

    No type

    Projects

    Status

    Active

    Status

    Planned

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions