Skip to content

x/build: timeout on netbsd-arm64 builder #73629

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

Open
dmitshur opened this issue May 7, 2025 · 2 comments
Open

x/build: timeout on netbsd-arm64 builder #73629

dmitshur opened this issue May 7, 2025 · 2 comments
Labels
arch-arm64 Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-NetBSD
Milestone

Comments

@dmitshur
Copy link
Member

dmitshur commented May 7, 2025

#!watchflakes
default <- builder ~ `netbsd-arm64` && (log ~ `SIGQUIT` || log ~ `test timed out` || `failed to start: context deadline exceeded`)

Filing this to hopefully catch future instances of issues like #73487, where the underlying problem was a timeout, but it was attributed to one of the many tests that were still executing at that time.

See #57847 for a previous similar issue from 2023.

@dmitshur dmitshur added OS-NetBSD NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels May 7, 2025
@dmitshur dmitshur moved this to Active in Test Flakes May 7, 2025
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label May 7, 2025
@gopherbot gopherbot added this to the Unreleased milestone May 7, 2025
@gopherbot

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-NetBSD
Projects
Status: Active
Development

No branches or pull requests

3 participants