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

cmd/link: TestLinknameBSS failures #73098

Closed
gopherbot opened this issue Mar 28, 2025 · 4 comments
Closed

cmd/link: TestLinknameBSS failures #73098

gopherbot opened this issue Mar 28, 2025 · 4 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "cmd/link" && test == "TestLinknameBSS"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestLinknameBSS
=== PAUSE TestLinknameBSS
=== CONT  TestLinknameBSS
    testing.go:1269: TempDir RemoveAll cleanup: remove C:\Users\swarming\.swarming\w\ir\x\t\TestLinknameBSS1001893452\001\sched.exe: The process cannot access the file because it is being used by another process.
--- FAIL: TestLinknameBSS (4.28s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 28, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link" && test == "TestLinknameBSS"
2025-03-28 19:00 gotip-windows-arm64 go@8f6c083d cmd/link.TestLinknameBSS (log)
=== RUN   TestLinknameBSS
=== PAUSE TestLinknameBSS
=== CONT  TestLinknameBSS
    testing.go:1269: TempDir RemoveAll cleanup: remove C:\Users\swarming\.swarming\w\ir\x\t\TestLinknameBSS1001893452\001\sched.exe: The process cannot access the file because it is being used by another process.
--- FAIL: TestLinknameBSS (4.28s)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Mar 28, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link" && test == "TestLinknameBSS"
2025-03-28 21:35 gotip-windows-arm64 go@5fb9e5dc cmd/link.TestLinknameBSS (log)
=== RUN   TestLinknameBSS
=== PAUSE TestLinknameBSS
=== CONT  TestLinknameBSS
    testing.go:1269: TempDir RemoveAll cleanup: remove C:\Users\swarming\.swarming\w\ir\x\t\TestLinknameBSS2186312820\001\sched.exe: The process cannot access the file because it is being used by another process.
--- FAIL: TestLinknameBSS (3.41s)
2025-03-29 12:54 gotip-windows-arm64 go@535e0dae cmd/link.TestLinknameBSS (log)
=== RUN   TestLinknameBSS
=== PAUSE TestLinknameBSS
=== CONT  TestLinknameBSS
    testing.go:1269: TempDir RemoveAll cleanup: remove C:\Users\swarming\.swarming\w\ir\x\t\TestLinknameBSS3811442072\001\sched.exe: The process cannot access the file because it is being used by another process.
--- FAIL: TestLinknameBSS (2.94s)
2025-03-29 13:30 gotip-windows-arm64 go@391dde29 cmd/link.TestLinknameBSS (log)
=== RUN   TestLinknameBSS
=== PAUSE TestLinknameBSS
=== CONT  TestLinknameBSS
    testing.go:1269: TempDir RemoveAll cleanup: remove C:\Users\swarming\.swarming\w\ir\x\t\TestLinknameBSS1086969178\001\sched.exe: The process cannot access the file because it is being used by another process.
--- FAIL: TestLinknameBSS (5.53s)
2025-03-31 04:39 gotip-windows-arm64 go@bfc20951 cmd/link.TestLinknameBSS (log)
=== RUN   TestLinknameBSS
=== PAUSE TestLinknameBSS
=== CONT  TestLinknameBSS
    testing.go:1269: TempDir RemoveAll cleanup: remove C:\Users\swarming\.swarming\w\ir\x\t\TestLinknameBSS1527803775\001\sched.exe: The process cannot access the file because it is being used by another process.
--- FAIL: TestLinknameBSS (3.30s)

watchflakes

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/661915 mentions this issue: cmd/link: close file in tempdir so Windows can delete it

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link" && test == "TestLinknameBSS"
2025-03-31 15:20 gotip-windows-386 go@eec3745b cmd/link.TestLinknameBSS (log)
=== RUN   TestLinknameBSS
=== PAUSE TestLinknameBSS
=== CONT  TestLinknameBSS
    testing.go:1269: TempDir RemoveAll cleanup: remove C:\b\s\w\ir\x\t\TestLinknameBSS1811347383\001\sched.exe: The process cannot access the file because it is being used by another process.
--- FAIL: TestLinknameBSS (2.81s)
2025-03-31 19:01 gotip-windows-386 go@b9cbb653 cmd/link.TestLinknameBSS (log)
=== RUN   TestLinknameBSS
=== PAUSE TestLinknameBSS
=== CONT  TestLinknameBSS
    testing.go:1269: TempDir RemoveAll cleanup: remove C:\b\s\w\ir\x\t\TestLinknameBSS2901988058\001\sched.exe: The process cannot access the file because it is being used by another process.
--- FAIL: TestLinknameBSS (6.62s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

1 participant