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: tour github mirror not updating #23793

Closed
ALTree opened this issue Feb 12, 2018 · 2 comments
Closed

x/build/cmd/gitmirror: tour github mirror not updating #23793

ALTree opened this issue Feb 12, 2018 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@ALTree
Copy link
Member

ALTree commented Feb 12, 2018

I was waiting for the gopherbot to close a tour issue I fixed, but
I noticed that it isn't happening because the tour github mirror is
not updating. I see my commit here:

https://go.googlesource.com/tour/

(it was merged two days ago), but it's not on github:

https://github.com/golang/tour

cc @andybons

@gopherbot gopherbot added this to the Unreleased milestone Feb 12, 2018
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Feb 12, 2018
@bradfitz
Copy link
Contributor

@andybons,

$ kubectl logs -f --tail=50 gitmirror-rc-ltjtj
...
and the repository exists.
2018/02/12 22:25:39 tour: git push failed, running git [push -f dest +785f68041a4e7a087b69a45acd1c67388bb59561:refs/heads/master]: 
2018/02/12 22:25:50 tour: 1 refs remain to sync to github
ERROR: Permission to golang/tour.git denied to gopherbot.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
2018/02/12 22:25:51 tour: git push failed, running git [push -f dest +785f68041a4e7a087b69a45acd1c67388bb59561:refs/heads/master]: 
2018/02/12 22:25:59 go: sending commit to dashboard: 3b6abd8a4501d816e80b4d46e6fda4df486ccb66[master]("Revert \"[release-branch.go1.10] all: merge master into release-branch.go1.10\"")
2018/02/12 22:26:03 tour: 1 refs remain to sync to github
ERROR: Permission to golang/tour.git denied to gopherbot.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights  
and the repository exists.
2018/02/12 22:26:05 tour: git push failed, running git [push -f dest +785f68041a4e7a087b69a45acd1c67388bb59561:refs/heads/master]: 
2018/02/12 22:26:11 tour: 1 refs remain to sync to github
ERROR: Permission to golang/tour.git denied to gopherbot.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
2018/02/12 22:26:11 tour: git push failed, running git [push -f dest +785f68041a4e7a087b69a45acd1c67388bb59561:refs/heads/master]: 
2018/02/12 22:26:19 go: sending commit to dashboard: 3b6abd8a4501d816e80b4d46e6fda4df486ccb66[master]("Revert \"[release-branch.go1.10] all: merge master into release-branch.go1.10\"")
2018/02/12 22:26:22 tour: 1 refs remain to sync to github
ERROR: Permission to golang/tour.git denied to gopherbot.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights  
and the repository exists.
2018/02/12 22:26:22 tour: git push failed, running git [push -f dest +785f68041a4e7a087b69a45acd1c67388bb59561:refs/heads/master]: 





2018/02/12 22:26:33 tour: 1 refs remain to sync to github
ERROR: Permission to golang/tour.git denied to gopherbot.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
2018/02/12 22:26:33 tour: git push failed, running git [push -f dest +785f68041a4e7a087b69a45acd1c67388bb59561:refs/heads/master]: 
2018/02/12 22:26:39 tour: 1 refs remain to sync to github
ERROR: Permission to golang/tour.git denied to gopherbot.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
2018/02/12 22:26:40 tour: git push failed, running git [push -f dest +785f68041a4e7a087b69a45acd1c67388bb59561:refs/heads/master]: 
2018/02/12 22:26:40 go: sending commit to dashboard: 3b6abd8a4501d816e80b4d46e6fda4df486ccb66[master]("Revert \"[release-branch.go1.10] all: merge master into release-branch.go1.10\"")

@andybons
Copy link
Member

This was due to an error I made when consolidating our robot accounts into a team. When adding the team to the tour repo, I didn’t give it write access (only read). I corrected the issue and it appears to be working now.

@golang golang locked and limited conversation to collaborators Feb 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

4 participants