-
Notifications
You must be signed in to change notification settings - Fork 18k
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
cmd/vendor/golang.org/x/arch/arm64/arm64asm: tests fail on tip #21486
Comments
According to https://build.golang.org/#short, it looks like CL 49530 is the first bad commit. /cc @williamweixiao @cherrymui It seems to be affecting only macOS 10.12, but not 10.11, 10.10, 10.8. Also linux-arm64-buildlet and linux-arm64-packet, but not other types of Linux. |
Change https://golang.org/cl/56331 mentions this issue: |
Change https://golang.org/cl/56450 mentions this issue: |
Change https://golang.org/cl/56810 mentions this issue: |
Change https://golang.org/cl/56971 mentions this issue: |
Especially log.Fatal(err) where err came back from exec.Command.Run. It prints no additional information and is very confusing for the test to die printing 'exit status 1'. For golang/go#21486. Change-Id: I8675667838319a4d5697e596244bea514509894d Reviewed-on: https://go-review.googlesource.com/56971 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
Change https://golang.org/cl/57030 mentions this issue: |
Reopen. ARM64 failure is still not fixed. A revised CL https://golang.org/cl/56810 should handle it. |
Fixed in x/arch subrepo. Reopen for vendoring into main repo. |
… edaf650) Updates #21486 Change-Id: I78ca76490d8e9b52e055c1f0b8d10bdb227e3a80 Reviewed-on: https://go-review.googlesource.com/56331 Reviewed-by: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
Fixed in CL https://go-review.googlesource.com/c/go/+/56331. |
@cherrymui it's not working on my vps ( Marvell arm64)
|
I have port back patch (https://go-review.googlesource.com/c/go/+/85615) from arch repo to golang repo to fix the issue. |
Please answer these questions before submitting your issue. Thanks!
What did you do?
Rebuild the lastest tip with all.bash.
What did you expect to see?
Build didn't fail.
What did you see instead?
Does this issue reproduce with the latest release (go1.8.3)?
N/A
System details
The text was updated successfully, but these errors were encountered: