-
Notifications
You must be signed in to change notification settings - Fork 18k
syscall: test failed on TestAmbientCapsUserns on master branch 5930c7d #30698
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
What's your distro, kernel, and versions thereof? Any other special system tweaks or notable config? |
I have update description.
sysctl: https://gist.github.com/shuLhan/8e89236998ebb017d9fe3700eed6710a
I believe I don't do any tweaks. |
We don't yet have an Arch builder (at https://build.golang.org). That is #9505 and might prevent these sort of breakages in the future. |
This is not Arch-related, I've just hit this on Debian running
|
The offending setting is likely @shuLhan Can you check if CL 166460 (which contains a Skip check that I lifted from another syscall test) fixes the issue on your system? It does on mine. Thanks. |
@ALTree OK, wait a moment. |
@ALTree CL 166460 fix the build process on my system. Build log: https://gist.github.com/shuLhan/210bbb28368ea00d34840f8d541582cf |
Change https://golang.org/cl/166460 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No.
What operating system and processor architecture are you using (
go env
)?go env
OutputSystem,
sysctl: https://gist.github.com/shuLhan/8e89236998ebb017d9fe3700eed6710a
What did you do?
Rebuild Go from the source code from commit 5930c7d.
What did you expect to see?
Build success.
What did you see instead?
The text was updated successfully, but these errors were encountered: