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

syscall: TestUnshareMountNameSpace failed in linux-arm64 builder with permission denied #19698

Closed
cherrymui opened this issue Mar 24, 2017 · 8 comments
Milestone

Comments

@cherrymui
Copy link
Member

After CL https://go-review.googlesource.com/c/38471/, linux-arm64 builder failed in TestUnshareMountNameSpace with permission denied.
https://build.golang.org/log/a2fd112da23e96e2c5ea00840544a1ddb6f45a2c

Not sure whether it is the builder configuration, or the test should be skipped in certain conditions.

@ianlancetaylor
Copy link
Contributor

CC @rminnich

@ianlancetaylor ianlancetaylor added this to the Go1.9 milestone Mar 24, 2017
@vielmetti
Copy link

Any progress on this? I see a steady state of fail on arm64-linux on https://build.golang.org

@gopherbot
Copy link

CL https://golang.org/cl/39052 mentions this issue.

gopherbot pushed a commit that referenced this issue Mar 31, 2017
TestUnshareMountNameSpace fails on arm64 due to permission problems.

Skip that test for now when permission problems are encountered, so we
don't regress elsewhere in the meantime.

Updates #19698

Change-Id: I9058928afa474b813652c9489f343b8957160a6c
Reviewed-on: https://go-review.googlesource.com/39052
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
@vielmetti
Copy link

With this test skipped, we finally get an "ok" build for arm64. Thanks to @bradfitz

lparth pushed a commit to lparth/go that referenced this issue Apr 13, 2017
TestUnshareMountNameSpace fails on arm64 due to permission problems.

Skip that test for now when permission problems are encountered, so we
don't regress elsewhere in the meantime.

Updates golang#19698

Change-Id: I9058928afa474b813652c9489f343b8957160a6c
Reviewed-on: https://go-review.googlesource.com/39052
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
@rminnich
Copy link
Contributor

I'd like to fix this but I need root access to an arm64 machine, which I'm working to get. Thanks for the workaround.

@vielmetti
Copy link

@rminnich - did you get root access to the arm64 machine that you were looking for?

@vielmetti
Copy link

Thanks @bradfitz did this problem get sorted out, was it real or an artifact?

@bradfitz
Copy link
Contributor

We made the test skip when it has insufficient permissions. Fixed as far as I'm concerned.

And timeout waiting for @rminnich.

@golang golang locked and limited conversation to collaborators Jul 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants