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/sys/windows: TestGetDiskFreeSpaceEx failures #58275

Closed
gopherbot opened this issue Feb 2, 2023 · 5 comments
Closed

x/sys/windows: TestGetDiskFreeSpaceEx failures #58275

gopherbot opened this issue Feb 2, 2023 · 5 comments
Labels
Builders x/build issues (builders, bots, dashboards) compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/sys/windows" && test == "TestGetDiskFreeSpaceEx"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestGetDiskFreeSpaceEx (0.00s)
    syscall_windows_test.go:380: freeBytesAvailableToCaller: got 0; want > 0
    syscall_windows_test.go:386: totalNumberOfFreeBytes: got 0; want > 0

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Feb 2, 2023
@gopherbot gopherbot added this to the Unreleased milestone Feb 2, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/sys/windows" && test == "TestGetDiskFreeSpaceEx"
2023-01-31 16:01 windows-arm64-11 sys@e7d7f631 go@2a3c695c x/sys/windows.TestGetDiskFreeSpaceEx (log)
--- FAIL: TestGetDiskFreeSpaceEx (0.00s)
    syscall_windows_test.go:380: freeBytesAvailableToCaller: got 0; want > 0
    syscall_windows_test.go:386: totalNumberOfFreeBytes: got 0; want > 0
2023-01-31 16:01 windows-arm64-11 sys@e7d7f631 go@d871f63b x/sys/windows.TestGetDiskFreeSpaceEx (log)
--- FAIL: TestGetDiskFreeSpaceEx (0.00s)
    syscall_windows_test.go:380: freeBytesAvailableToCaller: got 0; want > 0
    syscall_windows_test.go:386: totalNumberOfFreeBytes: got 0; want > 0

watchflakes

@cherrymui
Copy link
Member

Another flavor of #58219. This test explicitly ask for free disk space, and got 0.

@gopherbot gopherbot reopened this Feb 6, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/sys/windows" && test == "TestGetDiskFreeSpaceEx"
2023-02-02 22:29 windows-arm64-11 sys@6938dae6 go@10643b74 x/sys/windows.TestGetDiskFreeSpaceEx (log)
--- FAIL: TestGetDiskFreeSpaceEx (0.00s)
    syscall_windows_test.go:380: freeBytesAvailableToCaller: got 0; want > 0
    syscall_windows_test.go:386: totalNumberOfFreeBytes: got 0; want > 0
2023-02-02 22:29 windows-arm64-11 sys@6938dae6 go@2f2c5e41 x/sys/windows.TestGetDiskFreeSpaceEx (log)
--- FAIL: TestGetDiskFreeSpaceEx (0.00s)
    syscall_windows_test.go:380: freeBytesAvailableToCaller: got 0; want > 0
    syscall_windows_test.go:386: totalNumberOfFreeBytes: got 0; want > 0
2023-02-03 18:20 windows-arm64-11 sys@0e1262c8 go@de4748c4 x/sys/windows.TestGetDiskFreeSpaceEx (log)
--- FAIL: TestGetDiskFreeSpaceEx (0.00s)
    syscall_windows_test.go:380: freeBytesAvailableToCaller: got 0; want > 0
    syscall_windows_test.go:386: totalNumberOfFreeBytes: got 0; want > 0

watchflakes

@cherrymui
Copy link
Member

cc @golang/release

I think this is another flavor of #58219. This test explicitly ask for free disk space, and got 0.

@cherrymui cherrymui added the Builders x/build issues (builders, bots, dashboards) label Feb 6, 2023
@heschi
Copy link
Contributor

heschi commented Feb 6, 2023

In that case it should be fixed.

@heschi heschi closed this as completed Feb 6, 2023
@golang golang locked and limited conversation to collaborators Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge 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

3 participants