This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug go/71692] Running target unix FAIL: syscall


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71692

--- Comment #2 from Ian Lance Taylor <ian at airs dot com> ---
The relevant failures are:

--- FAIL: TestCloneNEWUSERAndRemapNoRootDisableSetgroups (0.00s)
        exec_linux_test.go:74: Cmd failed with err fork/exec /usr/bin/whoami:
in
valid argument, output: 
--- FAIL: TestCloneNEWUSERAndRemapNoRootSetgroupsEnableSetgroups (0.00s)
        exec_linux_test.go:114: Unprivileged gid_map rewriting with
GidMappingsE
nableSetgroups must fail
--- FAIL: TestEmptyCredGroupsDisableSetgroups (0.00s)
        exec_linux_test.go:122: fork/exec /usr/bin/whoami: invalid argument

This means that your system doesn't support some kinds of user namespace
features.  The test should arrange to not fail when those features are not
supported.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]