-
Notifications
You must be signed in to change notification settings - Fork 18k
syscall: TestSyscallNoError failing for linux-arm #30258
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
Ian's theory was that the temp dir got moved to a nosuid filesystem. Probably a buildlet change. I'll look. |
Yes:
There's Probably fine to detect that & skip the test. Fixing the buildlet environment fixes us, but doesn't fix other people with nosuid temp dirs. |
Change https://golang.org/cl/162891 mentions this issue: |
Change https://golang.org/cl/162818 mentions this issue: |
…r is mounted nosuid Fixes #30258 Change-Id: I73b63eb9d3aca00f562fdc3af010e96269bb6b9c Reviewed-on: https://go-review.googlesource.com/c/162891 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Katie Hockman <katie@golang.org> (cherry picked from commit 5fcc240) Reviewed-on: https://go-review.googlesource.com/c/162818 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org>
Fixes golang#30258 Change-Id: I73b63eb9d3aca00f562fdc3af010e96269bb6b9c Reviewed-on: https://go-review.googlesource.com/c/162891 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Katie Hockman <katie@golang.org>
Fixes golang#30258 Change-Id: I73b63eb9d3aca00f562fdc3af010e96269bb6b9c Reviewed-on: https://go-review.googlesource.com/c/162891 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Katie Hockman <katie@golang.org>
syscall_linux_test.go:363
Example: https://build.golang.org/log/1e8c8089747c97648063107719f0ab970caf6e9f
The test starting failing consistently after committing https://go-review.googlesource.com/c/go/+/138757, but that doesn't seem related.
/cc @bradfitz @ianlancetaylor
The text was updated successfully, but these errors were encountered: