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

net: TestFileFdBlocks failures #60523

Closed
gopherbot opened this issue May 30, 2023 · 2 comments
Closed

net: TestFileFdBlocks failures #60523

gopherbot opened this issue May 30, 2023 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented May 30, 2023

#!watchflakes
post <- pkg == "net" && test == "TestFileFdBlocks" && date < "2023-05-31"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestFileFdBlocks (0.01s)
    mockserver_test.go:80: listen unix /data/local/tmp/go_android_exec/net.test-92448/1706381921/sock: bind: permission denied
exitcode=1

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 May 30, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net" && test == "TestFileFdBlocks"
2023-05-23 00:35 android-386-emu go@31a1e19a net.TestFileFdBlocks (log)
--- FAIL: TestFileFdBlocks (0.01s)
    mockserver_test.go:80: listen unix /data/local/tmp/go_android_exec/net.test-92448/1706381921/sock: bind: permission denied
exitcode=1
2023-05-23 00:35 android-amd64-emu go@31a1e19a net.TestFileFdBlocks (log)
--- FAIL: TestFileFdBlocks (0.00s)
    mockserver_test.go:80: listen unix /data/local/tmp/go_android_exec/net.test-92335/1518597145/sock: bind: permission denied
exitcode=1
2023-05-30 16:25 android-386-emu go@4b95fc1e net.TestFileFdBlocks (log)
--- FAIL: TestFileFdBlocks (0.00s)
    mockserver_test.go:80: listen unix /data/local/tmp/go_android_exec/net.test-74715/2425539899/sock: bind: permission denied
exitcode=1
2023-05-30 16:25 android-amd64-emu go@4b95fc1e net.TestFileFdBlocks (log)
--- FAIL: TestFileFdBlocks (0.00s)
    mockserver_test.go:80: listen unix /data/local/tmp/go_android_exec/net.test-70291/1385618617/sock: bind: permission denied
exitcode=1
2023-05-30 18:12 android-386-emu go@b249ec56 net.TestFileFdBlocks (log)
--- FAIL: TestFileFdBlocks (0.00s)
    mockserver_test.go:80: listen unix /data/local/tmp/go_android_exec/net.test-92844/2870390597/sock: bind: permission denied
exitcode=1
2023-05-30 18:12 android-amd64-emu go@b249ec56 net.TestFileFdBlocks (log)
--- FAIL: TestFileFdBlocks (0.00s)
    mockserver_test.go:80: listen unix /data/local/tmp/go_android_exec/net.test-88039/351458045/sock: bind: permission denied
exitcode=1

watchflakes

@bcmills
Copy link
Contributor

bcmills commented May 30, 2023

@bcmills bcmills closed this as completed May 30, 2023
@bcmills bcmills added this to the Go1.21 milestone May 30, 2023
@bcmills bcmills added the Testing An issue that has been verified to require only test changes, not just a test failure. label May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
Status: Done
Development

No branches or pull requests

2 participants