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-arm64-11 builder stops working #63889

Closed
cherrymui opened this issue Nov 1, 2023 · 3 comments
Closed

x/build: windows-arm64-11 builder stops working #63889

cherrymui opened this issue Nov 1, 2023 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@cherrymui
Copy link
Member

It stops showing new result on the dashboard. And some new builds fail immediately with something like

  builder: windows-arm64-11
      rev: 998fdce3ae5954735157da43c285022a8bff707f
 buildlet: %!s(<nil>)
  started: 2023-11-01 22:23:24.823000759 +0000 UTC m=+770933.260919300
    ended: 2023-11-01 22:23:31.643393852 +0000 UTC m=+770940.081312402
  success: false

Events:
  2023-11-01T22:23:24Z get_buildlet 
  2023-11-01T22:23:31Z finish_get_buildlet after 6.71s; err=500 Internal Server Error; body: remove C:\workdir\go\src\runtime: The process cannot access the file because it is being used by another process.


Build log:


Error: failed to get a buildlet: 500 Internal Server Error; body: remove C:\workdir\go\src\runtime: The process cannot access the file because it is being used by another process.

I'll look into it.

cc @golang/release

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Nov 1, 2023
@gopherbot gopherbot added this to the Unreleased milestone Nov 1, 2023
@cherrymui cherrymui added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 1, 2023
@cherrymui
Copy link
Member Author

Logged into the VM and tried to delete C:\workdir\go\src\runtime (which is an empty folder) with no success. Restarted the VMs. It seems to work now.

@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Nov 2, 2023
@cherrymui
Copy link
Member Author

The builder seems stuck again, same error message.

I wonder if it has anything to do with #63938 , especially before https://go.dev/cl/538697 . When that test timed out, maybe the process is not completely killed and somehow holds some file open?

I'll look into it.

@cherrymui cherrymui reopened this Nov 3, 2023
@cherrymui
Copy link
Member Author

All commits in that bad range have failed now, every time cause the undeleteable folder and hang the builder. Manually deleted the folder and restarted the buildlet every time.

Hopefully this time it will work. Optimistically call it fixed.

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) NeedsFix The path to resolution is known, but the work has not been done.
Projects
Archived in project
Development

No branches or pull requests

3 participants