-
Notifications
You must be signed in to change notification settings - Fork 17.6k
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/pkgsite: get the builders green #61209
Comments
Kokoro currently sets the TryBot-Result label. I think we need to solve that ownership model first. |
Is it a duplicate of #59347 or a subtask of it? |
I think this is a subtask. |
Change https://go.dev/cl/508655 mentions this issue: |
It doesn't build for the same reason the vulndb repo doesn't build: a dependency on github.com/go-git/go-billy. For golang/go#49218 For golang/go#61209 Change-Id: I220a56ee330ec6de6d6467c6ca71e7f536121462 Reviewed-on: https://go-review.googlesource.com/c/build/+/508655 Auto-Submit: Carlos Amedee <carlos@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Run-TryBot: Michael Matloob <matloob@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Change https://go.dev/cl/508864 mentions this issue: |
Pkgsite depends on github.com/lib/pq for its database driver. pq is broken on plan9. I've sent a pull request to fix them but it seems like it will be a while until it's looked at. Disable the builders for now. For golang/go#61209 Change-Id: I1fba995662cc0b1756ac00b9de11d264412f2f79 Reviewed-on: https://go-review.googlesource.com/c/build/+/508864 Run-TryBot: Michael Matloob <matloob@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
Change https://go.dev/cl/509475 mentions this issue: |
Also stop building pkgsite on wasip1 builders (both regular and misc-compile if it comes to exist). Also rename crossCompileBuildSet to miscCompileBuildSet to make its purpose more clear. For golang/go#61209 For golang/go#61341 Change-Id: If4ae44c8e60585d137b56e88b647ccd18b0855ff Reviewed-on: https://go-review.googlesource.com/c/build/+/509475 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
Change https://go.dev/cl/524797 mentions this issue: |
Change https://go.dev/cl/524799 mentions this issue: |
Change https://go.dev/cl/524798 mentions this issue: |
Some because the network support isn't enough for httpreplay, and some because we need the Go command. For golang/go#61209 Change-Id: I02c6b7d10553d931c746723ce9608f39834c131c Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/524797 Reviewed-by: Robert Findley <rfindley@google.com> Run-TryBot: Michael Matloob <matloob@golang.org> kokoro-CI: kokoro <noreply+kokoro@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> TryBot-Result: Gopher Robot <gobot@golang.org>
We don't need to do the extra work to construct the that's being done in testDataPath because the test will be run in the directory of the test file. In addition, this is broken on the android builders because they build on a different machine than where the tests run. For golang/go#61209 Change-Id: I066cde3d972e21d52240d9c518524569d60a65f7 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/524798 kokoro-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Michael Matloob <matloob@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
ResolveSupportedBranches uses the git command, and the Windows longtest builders don't have git, so skip the test when git isn't present. For golang/go#61209 Change-Id: I230793c76702ad0c3e153f9d70031a370b20ac30 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/524799 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com>
Change https://go.dev/cl/524947 mentions this issue: |
The pkgsite tests need CL 472096, released in 1.21 to run properly. Don't run them on 1.20 and earlier. For golang/go#59347 For golang/go#61209 Change-Id: I32ba9652401db3b1fb9f23c9777e4514332abaef Reviewed-on: https://go-review.googlesource.com/c/build/+/524947 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This issue is for getting the builders for x/pkgsite passing.
The text was updated successfully, but these errors were encountered: