-
Notifications
You must be signed in to change notification settings - Fork 18k
syscall: TestEmptyCredGroupsDisableSetgroups fails #12412
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
Comments
Confirmed, I'm seeing this failure on a linux/arm debian 8.1 host. http://build.golang.org/log/4598aa4c79dd80307dd9701414397c175e550e73 Anyone care to bisect ? |
I am fairly sure that this first appeared in 8261c88 where |
This implies that execve ("/usr/bin/whoami") is returning EACCESS. Why would that happen? Can you run /usr/bin/whoami from a shell? Is there any kind of security wrapper around the Go build? |
I think the test fails because of go/src/syscall/exec_linux_test.go Line 115 in 8261c88
|
Possibly useful information about OS and kernel versions: $ cat /etc/debian_version $ cat /proc/version |
CC @LK4D4 |
@ianlancetaylor I think it's because of |
@LK4D4 after |
@kostya-sh Thanks for update. |
CL https://golang.org/cl/14110 mentions this issue. |
@LK4D4 it works (though all tests are skipped):
|
@kostya-sh I think it's ok, they should be skipped if it's impossible to clone userns. |
When building go tip (019297a) I am getting the following error:
OS: Debian 8.1
Kernel: Linux version 3.16.0-4-amd64 ([email protected]) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04)
User groups: user cdrom floppy sudo audio dip video plugdev netdev
The text was updated successfully, but these errors were encountered: