Skip to content
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/cmd/gitmirror: failing to mirror main Go repo to CSR #60877

Closed
dmitshur opened this issue Jun 19, 2023 · 2 comments
Closed

x/build/cmd/gitmirror: failing to mirror main Go repo to CSR #60877

dmitshur opened this issue Jun 19, 2023 · 2 comments
Assignees
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@dmitshur
Copy link
Contributor

gitmirror is running into an error during mirroring, as reported at https://farmer.golang.org/#health:

instance gitmirror-mirroring-[...]: repo go: broken; permanently? always failing, for 13m39.131602852s

@prattmic sent CL 503980 that will resolve this.

@dmitshur dmitshur added the NeedsFix The path to resolution is known, but the work has not been done. label Jun 19, 2023
@dmitshur dmitshur added this to the Unreleased milestone Jun 19, 2023
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Jun 19, 2023
@gopherbot
Copy link

Change https://go.dev/cl/504675 mentions this issue: cmd/gitmirror: directly specify local paths for testing

@gopherbot
Copy link

Change https://go.dev/cl/503980 mentions this issue: cmd/gitmirror: skip CSR private key checks

gopherbot pushed a commit to golang/build that referenced this issue Jun 20, 2023
Currently tests `insteadOf` options in the global git configuration to
redirect the upsteam paths that gitMirror is trying to use. Make this
more straightforward by directly configuring the local paths.

The biggest change here is to change the upstream base URL, goBase, to a
field in the gitMirror struct.

For golang/go#60877.

Change-Id: I1a0a95d3b7fb44d60639177a8579a61631714f81
Reviewed-on: https://go-review.googlesource.com/c/build/+/504675
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Projects
Archived in project
Development

No branches or pull requests

3 participants