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

os: TestCopyFSWithSymlinks failures #65894

Closed
gopherbot opened this issue Feb 23, 2024 · 6 comments
Closed

os: TestCopyFSWithSymlinks failures #65894

gopherbot opened this issue Feb 23, 2024 · 6 comments
Labels
NeedsFix The path to resolution is known, but the work has not been done.

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "os" && test == "TestCopyFSWithSymlinks"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCopyFSWithSymlinks (0.00s)
    os_test.go:3470: Mkdir: mkdir /tmp/workdir-host-linux-amd64-wsl/go/src/os/testdata/copyfs: permission denied

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 Feb 23, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "os" && test == "TestCopyFSWithSymlinks"
2024-02-23 00:19 linux-amd64-wsl go@d9be6097 os.TestCopyFSWithSymlinks (log)
--- FAIL: TestCopyFSWithSymlinks (0.00s)
    os_test.go:3470: Mkdir: mkdir /tmp/workdir-host-linux-amd64-wsl/go/src/os/testdata/copyfs: permission denied

watchflakes

@panjf2000 panjf2000 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 Feb 23, 2024
@panjf2000
Copy link
Member

Fixed by CL 566335.

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "os" && test == "TestCopyFSWithSymlinks"
2024-02-23 00:19 linux-loong64-3a5000 go@d9be6097 os.TestCopyFSWithSymlinks (log)
--- FAIL: TestCopyFSWithSymlinks (0.00s)
    os_test.go:3470: Mkdir: mkdir /tmp/workdir-host-linux-loong64-3a5000/go/src/os/testdata/copyfs: permission denied
2024-02-23 05:06 linux-loong64-3a5000 go@faf2a841 os.TestCopyFSWithSymlinks (log)
--- FAIL: TestCopyFSWithSymlinks (0.00s)
    os_test.go:3470: Mkdir: mkdir /tmp/workdir-host-linux-loong64-3a5000/go/src/os/testdata/copyfs: permission denied

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "os" && test == "TestCopyFSWithSymlinks"
2024-02-23 05:06 linux-amd64-wsl go@faf2a841 os.TestCopyFSWithSymlinks (log)
--- FAIL: TestCopyFSWithSymlinks (0.00s)
    os_test.go:3470: Mkdir: mkdir /tmp/workdir-host-linux-amd64-wsl/go/src/os/testdata/copyfs: permission denied

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "os" && test == "TestCopyFSWithSymlinks"
2024-02-23 00:19 linux-riscv64-unmatched go@d9be6097 os.TestCopyFSWithSymlinks (log)
--- FAIL: TestCopyFSWithSymlinks (0.00s)
    os_test.go:3470: Mkdir: mkdir /tmp/workdir-host-linux-riscv64-unmatched/go/src/os/testdata/copyfs: permission denied

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "os" && test == "TestCopyFSWithSymlinks"
2024-02-23 05:06 linux-riscv64-unmatched go@faf2a841 os.TestCopyFSWithSymlinks (log)
--- FAIL: TestCopyFSWithSymlinks (0.00s)
    os_test.go:3470: Mkdir: mkdir /tmp/workdir-host-linux-riscv64-unmatched/go/src/os/testdata/copyfs: permission denied

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done.
Projects
Status: Done
Development

No branches or pull requests

2 participants