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: Windows builders failing with "rdb: The system cannot find the file specified." #66580

Closed
dmitshur opened this issue Mar 28, 2024 · 4 comments
Labels
Builders x/build issues (builders, bots, dashboards) OS-Windows Soon This needs to be done soon. (regressions, serious bugs, outages)
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Mar 28, 2024

There's a problem affecting all Windows builders on LUCI, causing them fail with an error like:

Error: failed to run "go tool dist test -json": fork/exec C:\b\s\w\ir\cache\tools\bin\rdb: The system cannot find the file specified.

This affects trybots and post-submit builds. We're currently investigating.

CC @mknyszek, @thanm.

@dmitshur dmitshur added OS-Windows Builders x/build issues (builders, bots, dashboards) Soon This needs to be done soon. (regressions, serious bugs, outages) labels Mar 28, 2024
@dmitshur dmitshur added this to the Unreleased milestone Mar 28, 2024
@dmitshur dmitshur pinned this issue Mar 28, 2024
@gopherbot
Copy link

Change https://go.dev/cl/575055 mentions this issue: main.star: pin an older golangbuild for windows-amd64

gopherbot pushed a commit to golang/build that referenced this issue Mar 28, 2024
We're investigating why recent Windows builds fail with an error that
involves the rdb command. Temporarily pin golangbuild to a known good
older version on one Windows builder to help that investigation.

For golang/go#66580.

Change-Id: Ie266e324f41bbd7b62d4e77e37bc4c3ad3a4092b
Reviewed-on: https://go-review.googlesource.com/c/build/+/575055
TryBot-Bypass: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
@dmitshur
Copy link
Contributor Author

We have a better understanding of the problem by now, and a mitigation is in the process of being rolled out.

@gopherbot
Copy link

Change https://go.dev/cl/575058 mentions this issue: Revert "main.star: pin an older golangbuild for windows-amd64"

gopherbot pushed a commit to golang/build that referenced this issue Mar 28, 2024
This reverts CL 575055.

Reason for revert: It was a no-op, and is also (hopefully) no longer
necessary.

For golang/go#66580.

Change-Id: If814a3eece6c4862bb813e860e7460219c942f0f
Reviewed-on: https://go-review.googlesource.com/c/build/+/575058
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
@mknyszek
Copy link
Contributor

This issue should now be mitigated.

@mknyszek mknyszek unpinned this issue Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) OS-Windows Soon This needs to be done soon. (regressions, serious bugs, outages)
Projects
Status: Done
Development

No branches or pull requests

3 participants