-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
os: TestLstat failure on Linux Aarch64 #57210
Comments
The failure is
This test is calling |
Thanks for your response. Yes, /etc/group is a symlink:
|
Thanks. This is not a problem with your Go build. It's a problem with the test. For your purposes, you can ignore the test failure. I'll fix the test to handle this case correctly. |
@gopherbot Please open backport issues. This is a bug in the test that will show up on systems for which |
Change https://go.dev/cl/456557 mentions this issue: |
Backport issue(s) opened: #57213 (for 1.18), #57214 (for 1.19). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://go.dev/wiki/MinorReleases. |
Thanks a lot for your help with this, Ian. |
Change https://go.dev/cl/456560 mentions this issue: |
Change https://go.dev/cl/456561 mentions this issue: |
…s a symlink Tested by temporarily changing sysdir to use a directory where the expected files were all symlinks. We should consider using a different approach that doesn't rely on sysdir, but for now do a minimal fix. For #57210 Fixes #57213 Change-Id: Ifb1becef03e014ceb48290ce13527b3e103c0e07 Reviewed-on: https://go-review.googlesource.com/c/go/+/456557 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> (cherry picked from commit 9b8750f) Reviewed-on: https://go-review.googlesource.com/c/go/+/456561 Reviewed-by: Austin Clements <[email protected]>
…s a symlink Tested by temporarily changing sysdir to use a directory where the expected files were all symlinks. We should consider using a different approach that doesn't rely on sysdir, but for now do a minimal fix. For #57210 Fixes #57214 Change-Id: Ifb1becef03e014ceb48290ce13527b3e103c0e07 Reviewed-on: https://go-review.googlesource.com/c/go/+/456557 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> (cherry picked from commit 9b8750f) Reviewed-on: https://go-review.googlesource.com/c/go/+/456560 Reviewed-by: Austin Clements <[email protected]>
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes. I am attempting to build the latest release.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
I expected a successful build.
What did you see instead?
The build fails with the following error:
I have attached a log file with the full output of the
./all.bash -v
gobuild.log
Any suggestions would be most welcome!
Thanks,
Dave
The text was updated successfully, but these errors were encountered: