-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
syscall: TestGroupCleanupUserNamespace test failure on Fedora #46752
Comments
To fix this issue, i tried to add Now I am facing an error:
Can someone help me fix this and contribute? |
@rabajaj0509 It looks like there are untracked files/directory in your Go source directory. Try cleaning the repo, e.g. using |
Awesome! thanks @tklauser. It works like a charm now. Let me raise a PR for this one. |
@tklauser I have changed the base branch in the PR itself. I need to fetch and rebase the PR with the master branch, I will do that once I can clone the master branch. |
@rabajaj0509 it's probably easiest to reset your PR branch to the |
Change https://golang.org/cl/328109 mentions this issue: |
@tklauser done. Thank you for your inputs :) |
@gopherbot Please open backport issues This test failure happens when running minor releases on some systems. The fix is tiny, so may as well backport to avoid unexpected test failures when people build those releases from source. |
Backport issue(s) opened: #46768 (for 1.15), #46769 (for 1.16). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://golang.org/wiki/MinorReleases. |
Change https://golang.org/cl/329831 mentions this issue: |
Change https://golang.org/cl/328069 mentions this issue: |
…st failure on Fedora For #46752 Fixes #46768 Change-Id: I2eaa9d15fac4e859e18191fcf1372e5be94899df GitHub-Last-Rev: f533c37 GitHub-Pull-Request: #46753 Reviewed-on: https://go-review.googlesource.com/c/go/+/328069 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Tobias Klauser <[email protected]> Trust: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
…st failure on Fedora For #46752 Fixes #46769 Change-Id: I2eaa9d15fac4e859e18191fcf1372e5be94899df GitHub-Last-Rev: 8a2672d GitHub-Pull-Request: #46753 Reviewed-on: https://go-review.googlesource.com/c/go/+/328109 Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Tobias Klauser <[email protected]> (cherry picked from commit a752bc0) Reviewed-on: https://go-review.googlesource.com/c/go/+/329831 Trust: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
Change https://go.dev/cl/397316 mentions this issue: |
“If you have a procedure with ten parameters, you probably missed some.” ― attr. Alan J. Perlis I argue that the same is true for hard-coded special cases. In TestGroupCleanupUserNamespace, instead of a curated list of strings observed in the wild we now check for a prefix, as was done for TestGroupCleanup in CL 24670. Updates #16224. Updates #16303. Updates #19938. Updates #34547. Updates #46752. Fixes #52088. Change-Id: I59c5b0c048113e306996c0f8247e09c714d2423a Reviewed-on: https://go-review.googlesource.com/c/go/+/397316 Trust: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
I am not sure, but I think so.
What operating system and processor architecture are you using (
go env
)?I am using Fedora 31, x86 architecture:
fc31.x86_64
What did you do?
What did you expect to see?
PASS
What did you see instead?
The text was updated successfully, but these errors were encountered: