-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/build: misc-compile-other failed building linux-riscv64 on master #37022
Comments
I think we should roll back CL 216758 and turn off the TryBot for 1.14. A port without a passing builder is not “complete”, and the 1.14 release is not supposed to be gated on the RISC-V development work that went in during the freeze. |
This started to happen now because coordinator was redeployed yesterday (see #36802 (comment)), and it picked up the change in x/build/dashboard: addMiscCompile("-other", "^(windows-arm|linux-s390x|linux-riscv64|dragonfly-amd64)$") @toothrot is sending a CL to remove linux-riscv64 from |
Change https://golang.org/cl/217723 mentions this issue: |
This reverts CL 216765 (git 992a312) Reason for revert: This trybot is broken. Updates golang/go#37022 Change-Id: I8ff1e53e3edba7c461d1f46701df02b844b1f3a1 Reviewed-on: https://go-review.googlesource.com/c/build/+/217723 Run-TryBot: Alexander Rakoczy <alex@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Change https://golang.org/cl/217739 mentions this issue: |
I tested that trybots are passing on master branch by sending an empty CL 217739, and they are:
|
Change https://golang.org/cl/217777 mentions this issue: |
Vet caught that these were incorrect. Updates #37022 Change-Id: I7b5cd8032ea95eb8e0729f6a4f386aec613c71d8 Reviewed-on: https://go-review.googlesource.com/c/go/+/217777 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
FTR the failure should be addressed by https://golang.org/cl/217777, which fixed the offset names in internal/bytealg. |
Change https://golang.org/cl/224580 mentions this issue: |
Change https://golang.org/cl/224901 mentions this issue: |
The
misc-compile-other
trybot failed on a revert CL in https://go-review.googlesource.com/c/go/+/217721/1#message-9811efced365690ee611f620906e7ecf9b175a15:(Source: https://storage.googleapis.com/go-build-log/bd45c843/misc-compile-other_598ce4f1.log.)
Need to investigate why this happened and where the fix belongs.
/cc @4a6f656c @golang/osp-team
The text was updated successfully, but these errors were encountered: